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

Re: [QGIS-it-user] GDAL - QGIS3 - macOS

2018-05-24 Thread cesaregal
Ciao Ivano, sulla mia macchina ho: Python 3.6.5 Pip 10.0.1 -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html ___ QGIS-it-user mailing list QGIS-it-user@lists.osgeo.org

Re: [QGIS-it-user] GDAL - QGIS3 - macOS

2018-05-24 Thread Ivano
Ciao Cesare, mi fa molto piacere,stavo giusto scrivendo un post a tal proposito oltre ad ulteriori approfondimenti. Mi espliciti per cortesia la versione di Python e PIP installati sulla tua macchina? Ivano - Ivano GIS Science -- Sent from:

Re: [QGIS-it-user] GDAL - QGIS3 - macOS

2018-05-24 Thread cesaregal
Non mi sembra vero. Ho appena risolto il problema avvalendomi della soluzione qui prospettata: https://gis.stackexchange.com/questions/283676/gdal-scripts-not-working-on-qgis3-high-sierra In Impostazioni\Opzioni\Sistema\Ambiente\Variabile di ambiente utente occorre accodare la seguente path:

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

Re: [QGIS-it-user] Plugin Real Centroid

2018-05-24 Thread Marco Spaziani
Melius abundare in plugin quam deficere ;-) Il giorno 24 maggio 2018 10:30, Martina Savarese ha scritto: > Point on surface dovrebbe funzionare allo stesso modo > Martina > > Il Lun 21 Mag 2018 23:22 Marco Spaziani ha > scritto: > >>

[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

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,

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

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 ___

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

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

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

Re: [QGIS-it-user] File KMZ

2018-05-24 Thread Dario Saccoccia
Difatti è proprio cosi, quello che volevo evitare era appunto ricompilarmelo a mano. Ma il contenuto del pacchetto è esattamente quello ___ QGIS-it-user mailing list QGIS-it-user@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/qgis-it-user

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-it-user] Differenze menù tra versione italiana e quella inglese

2018-05-24 Thread skampus
secondo me sì, ma aspetto un conforto più autorevole a questa mia ipotesi. s. -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html ___ QGIS-it-user mailing list QGIS-it-user@lists.osgeo.org

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

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

[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.

Re: [QGIS-it-user] Differenze menù tra versione italiana e quella inglese

2018-05-24 Thread nformica
Ciao Stefano, skampus wrote > secondo me è una configurazione "retaggio" della vecchia distribuzione dei > comandi nei menu. scusa per capire meglio, allora dipende dalle impostazioni delle versioni precedenti di QGIS installate dal mio collega? Saluti Nino -- Sent from:

Re: [QGIS-it-user] Plugin Real Centroid

2018-05-24 Thread Martina Savarese
Point on surface dovrebbe funzionare allo stesso modo Martina Il Lun 21 Mag 2018 23:22 Marco Spaziani ha scritto: > Immagino sia a dir poco superfluo richiamare il fatto che, nei poligoni a > "ferro di cavallo" o comunque nei poligoni "concavi", il centroide viene >

Re: [QGIS-it-user] Differenze menù tra versione italiana e quella inglese

2018-05-24 Thread skampus
open street map e vector transformation sono plugin evengono, per scelta dello sviluppatore, inseriti nel menu vettore. gli strumenti di analisi vettoriale nel menu Vettore non dovrebbero più essere là, ma tutto in processing. secondo me è una configurazione "retaggio" della vecchia

Re: [QGIS-it-user] Digest di QGIS-it-user, Volume 31, Numero 43

2018-05-24 Thread Totò
Dario Saccoccia wrote > Lo so scusate me l'allegato è troppo grande. > Se qualcuno può fornirmi un idea glielo mando direttamente sulla mail Consiglio: nelle ML non si allegano mai direttamente i file ma i link ad un cloud; quindi zippa i file, caricali in un cloud (gdrive, dropbox, mega, ecc...)

[QGIS-it-user] Differenze menù tra versione italiana e quella inglese

2018-05-24 Thread nformica
Ciao, Per mia scelta lavoro sempre con QGIS versione originale in Inglese, lo preferisco e lo faccio per quasi tutti i SW. Ma confrontandomi con un collega che adopera la versione italiana con cui stavo lavorando fianco a fianco, mi sono corto per caso che ci sono delle differenze (tra ver.

Re: [QGIS-it-user] Digest di QGIS-it-user, Volume 31, Numero 43

2018-05-24 Thread Dario Saccoccia
Lo so scusate me l'allegato è troppo grande. Se qualcuno può fornirmi un idea glielo mando direttamente sulla mail Il giorno 23 maggio 2018 21:00, ha scritto: > Invia le richieste di iscrizione alla lista QGIS-it-user all'indirizzo >

Re: [QGIS-it-user] QGIS guida alle funzioni del calcolatore di campi

2018-05-24 Thread Marco Spaziani
Ciao Luigi, (rispondo solo per farti sapere l'esito del tuo suggerimento, però poi fermiamoci qui con la discussione sul download del file ipertestuale, se no si entra in un OT fuori luogo per questa lista). Ho provato e ho visto che in Chrome, sia che si salvi come "single file" come da te