Re: [Qgis-user] Programmatically export layout with georeferenced file

2018-05-24 Thread Nyall Dawson
On 25 May 2018 at 03:02, DelazJ wrote: > Hi all, > > I have a layout on which I checked the "save world file" option in Layout > --> Exports settings > When I export this layout to image, I'd expect it to generate a world file > next to it considering that the generateWorldFile is an attribute of

Re: [Qgis-user] Load results of PostGIS execute SQL

2018-05-24 Thread Anita Graser
On Tue, May 22, 2018 at 3:36 PM, Anita Graser wrote: > It seems like the Processing "PostGIS execute SQL" tool does not provide a > straightforward way to load the query results. Is there another way in > Processing to execute a query and get the results as a layer? > ​Since there doesn't seem t

[Qgis-user] Programmatically export layout with georeferenced file

2018-05-24 Thread DelazJ
Hi all, I have a layout on which I checked the "save world file" option in Layout --> Exports settings When I export this layout to image, I'd expect it to generate a world file next to it considering that the generateWorldFile is an attribute of the *ImageExportSettings* class [0]. But no world f

Re: [Qgis-user] Programmatically close a layout dialog

2018-05-24 Thread DelazJ
Hi Nyall, Thanks a lot. I've been playing (for a long moment) with masterLayout and openLayoutDesigner, trying different combinations but I just overlooked the plural form. Works like a charm. Harrissou 2018-05-23 5:39 GMT+02:00 Nyall Dawson : > On 22 May 2018 at 23:54, DelazJ wrote: > > Hi, >

Re: [Qgis-user] QGIS 3 clipping raster with a polygon - problem

2018-05-24 Thread Andre Joost
Am 24.05.18 um 15:25 schrieb David Addy: Hi Nyall, Thanks very much for looking at this. The two versions are as follows: From QGIS 2.18.16 I get: gdalwarp -q -cutline "D:/My Pictures/QGIS Projects/Payne calibration/payne_clipper.shp" -tr 0.639640252898 0.639640252898 -of GTiff "D:/My Pictures/

Re: [Qgis-user] QGIS 3 clipping raster with a polygon - problem

2018-05-24 Thread David Addy
In case it helps, here is a screengrab of the QGIS 3 input box. There are no spaces in my file names. -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html ___ Qgis

Re: [Qgis-user] QGIS 3 clipping raster with a polygon - problem

2018-05-24 Thread Bernd Vogelgesang
just a wild guess: you have lots of spaces in your path and file names. This is to be avoided in general, cause lots of function may eat this, but lots of others may not. Try it with underscores instead of spaces. Am 24.05.2018, 15:25 Uhr, schrieb David Addy : Hi Nyall, Thanks very much fo

Re: [Qgis-user] QGIS 3 clipping raster with a polygon - problem

2018-05-24 Thread David Addy
Hi Nyall, Thanks very much for looking at this. The two versions are as follows: From QGIS 2.18.16 I get: gdalwarp -q -cutline "D:/My Pictures/QGIS Projects/Payne calibration/payne_clipper.shp" -tr 0.639640252898 0.639640252898 -of GTiff "D:/My Pictures/QGIS Projects/Payne calibration/payne_modifi

Re: [Qgis-user] QGIS 3 errors after install on macOS 10.13.4

2018-05-24 Thread William Kyngesburye
The homebrew site-packages should not affect the python framework site-packages. But there may be other parts of virtualenv that the framework sees. I found one thing I can try with the installer. > On May 24, 2018, at 5:14 AM, Reg Maltais wrote: > > I just went looking through my homebrew s

Re: [Qgis-user] click on raster outline to make it visible

2018-05-24 Thread DelazJ
Hi, 2018-05-24 14:04 GMT+02:00 Reginald : > A little update: > > I created a raster tile index wich is a vector layer with one field named > "location". > Location stores the path of the rasterfile. > Now I'm trying to add a new python action for this file. > I need to find the coordinates of the

Re: [Qgis-user] click on raster outline to make it visible

2018-05-24 Thread Reginald
A little update: I created a raster tile index wich is a vector layer with one field named "location". Location stores the path of the rasterfile. Now I'm trying to add a new python action for this file. I need to find the coordinates of the place where I clicked on the map. Any suggestions? -

Re: [Qgis-user] QGIS 3 errors after install on macOS 10.13.4

2018-05-24 Thread Reg Maltais
I just went looking through my homebrew stuff, and I have an older version of python3 in there that I completely forgot about. That’s why pyenv and a bunch of other things got installed. When I go look into /usr/local/lib/python3.6/site-packages/ I see virtualenv.py, osgeo, numpy, etc. > On Ma

Re: [Qgis-user] QGIS 3 errors after install on macOS 10.13.4

2018-05-24 Thread Reg Maltais
I do have virtualenv installed. I had it prior to installing python3. virtualenv is at version 15.1.0 (apparently I haven’t used it in a while). > On May 23, 2018, at 10:04 PM, William Kyngesburye > wrote: > > Ah, now we're getting somewhere. Did you install some other python 3 > modules?

[Qgis-user] click on raster outline to make it visible

2018-05-24 Thread Reginald
Hi, I have over 500 tif raster files that are georeferenced. I want to present them with QGIS server. I have changed the scale visibility so that they only get rendered when the user zooms in to a scale smaller than 1/2000. The problem I'm having is that several of the tiffs overlap each other. I