Re: [Qgis-user] Creating raster difference for many small rasters

2020-04-17 Per discussione Nicolas Cadieux
Hi, Can you use the zonal statistics in the processing tools? It’s not the plugin. Nicolas Cadieux Ça va bien aller! > Le 17 avr. 2020 à 11:04, joolek a écrit : > >  > Hi Everyone, > > I have failed looking for a solution. And using latest QGIS so can't use > Zonal Statistic Plugin > > I

Re: [Qgis-user] topology checker - Check if point features are covered by line features

2020-04-17 Per discussione Nicolas Cadieux
Bug report has been made #35831 On 2020-04-17 12:58 p.m., Nicolas Cadieux wrote: Hi, Small correction, If you extract the end nodes (vertices) of the line, you can use the following rule.  End node layer must be covered by endpoints of line layer or node layer must be covered by line.  I

[QGIS-it-user] Tabella attributi in CACHE

2020-04-17 Per discussione Luca Bellani
Salve, vi sottopongo questa situazione, per capire se é una cosa che si possa modificare "facilmente", o debba entrae in questione complesse del CORE di QGIS. Ho un file CSV, con piú di 1 milione di linee. Ad importarlo come punti, ed a usare la tabella attributi, ho notato velocitá in un

Re: [Qgis-user] topology checker - Check if point features are covered by line features

2020-04-17 Per discussione Nicolas Cadieux
Hi, Small correction, If you extract the end nodes (vertices) of the line, you can use the following rule.  End node layer must be covered by endpoints of line layer or node layer must be covered by line.  I therefore assume the QGIS topology checker can work for endnode only and not for

Re: [Qgis-user] geometry generator - unexpected results

2020-04-17 Per discussione David Fawcett
Michel, Thank you for your response, and for putting some good geometry generator examples out for others to learn from. (If others on the list haven't seen them, they are at: https://gitlab.com/GIS-projects/qgis-geometry-generator-examples) Your suggestion worked for me. I am mapping in EPSG

Re: [Qgis-user] topology checker - Check if point features are covered by line features

2020-04-17 Per discussione Nicolas Cadieux
Hi Marshal, I looked at your data. The first problem is that none or your line nodes intersect with a point.  It looks close... but it's not close enough.  By using "snap geometry location", I was able to create a new line that snaps to your point.  (called Topologie snapped_line in the file

[Qgis-user] Creating raster difference for many small rasters

2020-04-17 Per discussione joolek
Hi Everyone, I have failed looking for a solution. And using latest QGIS so can't use Zonal Statistic Plugin I basically have almost a hundred of small asc grids, from two different data sets. They overlap and I'd like to calculate difference between them... not as a one value but difference for

Re: [QGIS-it-user] QGIS pyqt5 missing QString

2020-04-17 Per discussione Enzo Cocca
Grazie a tutti per il suggerimento. La mia é stata una svista, in realtà avete ragione. Sto provando a replicare un codice per poter fare un override di un drop event tra una listwidget e una tablewidget splittando i nomi dei file che seleziono e sposto e sto avendo parecchie difficoltà. Spero

Re: [QGIS-it-user] QGIS pyqt5 missing QString

2020-04-17 Per discussione matteo
Ciao Enzo, perché non usare una normale stringa di python? Hai qualche vantaggio specifico con una QString? Matteo ___ QGIS-it-user mailing list QGIS-it-user@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/qgis-it-user

[Qgis-user] New Online Training Course: An Introduction To Integrating QGIS/GIS And R For Spatial Analysis - 6th to 8th May 2020

2020-04-17 Per discussione cdmacleod
We will be running a new online training course called 'An Introduction To Integrating QGIS/GIS and R For Spatial Analysis' between the 6th and 8th of May 2020. It will be held via the Zoom video-conferencing platform. This course is aimed at those who wish to learn how to use and integrate QGIS

[Qgis-user] MSSQL connection problem

2020-04-17 Per discussione Walter Lorenetti
Hi all, I have a problem with a MSSql connection. My enviromnents: So: Ubuntu 18.04 QGIS: 3.10.4 Installed msodbcsql17 from microsoft repository. with a /etc/odbcinit.ini: [SQL Server] Description=Microsoft ODBC Driver 17 for SQL Server

Re: [QGIS-it-user] QGIS pyqt5 missing QString

2020-04-17 Per discussione Andrea Giudiceandrea
enzo.cocca wrote > In my plug in I would use the class QString but apparently seems to be > missing. Ciao Enzo, probabilmente volevi inviare il messaggio alla ML qgis-user e non a qgis-it-user. Comunque, in PyQt5 la classe QString non è più supportata e non è più necessaria. Basta usare gli

Re: [Qgis-user] geometry generator - unexpected results

2020-04-17 Per discussione Michel Stuyts
The numbers you need to use in “rand(-10, 10), rand(-10, 10)” depend on the CRS of your layer. I tested it with some demo data in EPSG:31370 and I got a similar result as you. When I changed those numbers I got a better result. After you changed those, you can play around with that 100 inside

[QGIS-it-user] QGIS pyqt5 missing QString

2020-04-17 Per discussione Enzo Cocca
Hi all, In my plug in I would use the class QString but apparently seems to be missing. I found in internet a similar proble but with PyQt4. https://www.howtobuildsoftware.com/index.php/how-do/U4x/pyqt-pyqt4-qstring-attributeerror-qgis-qgis-pyqt4-missing-qstring-class Do you have some