[Qgis-user] 3D Moon models with QGIS

2023-05-05 Per discussione Megan Eskey via QGIS-User
I am curious about the capabilities of QGIS. I came across this interesting project to make a 3D map of the Moon, but now I would like to generate routes (rover traverses) based on slope data, specifically the low slope route between two point locations. Is that possible? Any tips or tricks would

Re: [Qgis-user] [pyqgis] looping through a raster (andrea antonello)

2023-05-05 Per discussione andrea antonello via QGIS-User
Hi Doug, Why not call GRASS r.series through the python interface, average the stack > of rasters there, then select the point value from the result. It's a bit > brute force, but when I have used r.series directly in GRASS with hundreds > of large rasters at a time, there was fairly low memory

Re: [Qgis-user] [pyqgis] looping through a raster (andrea antonello)

2023-05-05 Per discussione Newcomb, Doug via QGIS-User
Andrea, Why not call GRASS r.series through the python interface, average the stack of rasters there, then select the point value from the result. It's a bit brute force, but when I have used r.series directly in GRASS with hundreds of large rasters at a time, there was fairly low memory

Re: [QGIS-it-user] Problema installazione plugins con QGIS 3.28 su macOS 12.3

2023-05-05 Per discussione Giulio Castelli
Ciao Andrea, Allora, sono riuscito a risolvere. La cartella "Users/giulio/Library/ApplicationSupport/QGIS/QGIS3/profiles/default/python/plugin" in realtà esiste, ma è nascosta. Si può vedere da Settings > User Profile > Open Active Profile Folder. Da li si vede la cartella e vanno attivati i

Re: [QGIS-it-user] Problema installazione plugins con QGIS 3.28 su macOS 12.3

2023-05-05 Per discussione Andrea Giudiceandrea via QGIS-it-user
Il 04/05/2023 11:51, Giulio Castelli ha scritto: Grazie mille, Allora, la cartella non c'è, e nemmeno il percorso è giusto. Quello che vede QGIS è: "/Users/giulio/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins". Nel mio mac, la cartella Library non è sotto "giulio",

Re: [Qgis-user] [pyqgis] looping through a raster

2023-05-05 Per discussione andrea antonello via QGIS-User
I apologize for my previous badly readable code snippet. Here a better version with a dummy example: # simple raster stats cols = dtmLayer.width(); rows = dtmLayer.height(); minV = 1000 maxV = 0 count = 0 sum = 0 transformType = QgsRasterDataProvider.TransformType.TransformImageToLayer for

[Qgis-user] [pyqgis] looping through a raster

2023-05-05 Per discussione andrea antonello via QGIS-User
Hello, I am trying to understand how to easily loop through the values of a raster layer using pyqgis. In the docs I see the sample and identify methods of the dataprovider, but can't spot anything that uses rows/cols as a way of iteration. Is the most efficient way to use transformCoordinates to

Re: [Qgis-user] Lizmap/qgis server : Setting up with PostGIS database

2023-05-05 Per discussione celati Laurent via QGIS-User
Hello, Following to my previous message, i validated the ability to connect to the postgresql server (with pg_isready). I ' m taking the liberty to paste below an update of qgis server log : We can see *Connection to database failed **fe_sendauth: no password supplied* Do you know the meaning of

Re: [QGIS-it-user] Problema nella riproiezione di uno shapefile privo di .prj

2023-05-05 Per discussione Totò Fiandaca
Ciao, potresti specificare la versione esatta di QGIS che utilizzi e tutti i passaggi che fai per la conversione? infine, puoi condividere una parte del tuo shapefile di partenza. saluti Il giorno ven 5 mag 2023 alle ore 09:02 Isabella Negroni < isabella.negr...@gmail.com> ha scritto: >

[Qgis-user] Lizmap/qgis server : Setting up with PostGIS database

2023-05-05 Per discussione celati Laurent via QGIS-User
Good morning dear all, i work with debian and apache. Qgis server is working. For example, I can see the world.qgs template project with qgis server. A getcapabilities request also works. On the other hand, I can't up to now see my project with a postgis table. Whether with qgis server and of

[QGIS-it-user] R: Problema nella riproiezione di uno shapefile privo di .prj

2023-05-05 Per discussione Fabio Pifferini
Ciao, hai magari provato a convertire lo shapefile di origine con un sistema tipo https://mygeodata.cloud/ ? Fabio Da: QGIS-it-user Per conto di Isabella Negroni Inviato: venerdì, 5 maggio 2023 09:02 A: qgis-it-user@lists.osgeo.org Oggetto: [QGIS-it-user] Problema nella riproiezione di uno

[QGIS-it-user] Problema nella riproiezione di uno shapefile privo di .prj

2023-05-05 Per discussione Isabella Negroni
Buongiorno a tutti, ho un problema con la proiezione di uno shapefile. Io devo lavorare con il EPSG 32632, ma il mio shapefile è in ED_50 e privo del file .prj. Ho provato a riproiettarlo al volo nel mio SR e successivamente anche a salvarlo con il SR di mio interesse, ma non coincide con il mio