Re: [Qgis-user] how to perform hotspot analysis in QGIS3.10

2020-07-04 Thread Richard Duivenvoorde
On 7/4/20 4:45 PM, Kakoli Saha wrote: > I am trying to run hotspot analysis in QGIS 3.10 for windows.  To install the > plug-in  whenever I am typing the following code in the shell, it says $ is > not recognized as an external or internal command. > > $ py3_env.bat > $ python3 -m pip install

[Qgis-user] how to perform hotspot analysis in QGIS3.10

2020-07-04 Thread Kakoli Saha
I am trying to run hotspot analysis in QGIS 3.10 for windows. To install the plug-in whenever I am typing the following code in the shell, it says $ is not recognized as an external or internal command. $ py3_env.bat $ python3 -m pip install --upgrade pip $ python3 -m pip install

Re: [QGIS-it-user] metodo di pyQgis che restituisce il tipo di file, vettoriale

2020-07-04 Thread Giacomo Fontanelli
Ciao Alessandro e grazie mille il mio problema principale è che non sono bravo a reperire info sulle funzioni e classi di pyqgis saluto Giacomo Il giorno sab 4 lug 2020 alle ore 21:04 Alessandro Perego < alspe...@gmail.com> ha scritto: > Ciao, > > prova questo: > >

Re: [QGIS-it-user] metodo di pyQgis che restituisce il tipo di file, vettoriale

2020-07-04 Thread Alessandro Perego
Ciao, prova questo: https://qgis.org/pyqgis/3.10/core/QgsVectorLayer.html#qgis.core.QgsVectorLayer.geometryType nel tuo caso potrebbe essere   if vectorLayerQGS.geometryType() != QgsWkbTypes.PolygonGeometry: -- Alessandro Perego www.alspergis.altervista.org

[QGIS-it-user] metodo di pyQgis che restituisce il tipo di file, vettoriale

2020-07-04 Thread Giacomo Fontanelli
Salve a tutti usando py qgis vorrei scrivere delle righe che controllano se il vector layer interessato è poligonale. esiste un metodo "isPolygon()" per scrivere qualcosa di simile? if not vectorLayerQGS.isPolygon(): Grazie ___ QGIS-it-user mailing

Re: [Qgis-user] Plugin to show 2 layers at once like with a curtain

2020-07-04 Thread Priv.-Doz. Dr. Maria Shinoto
That was quick! Thanks a lot, I will just check it out. Best, Maria > Am 05.07.2020 um 11:07 schrieb Germán Carrillo : > > Hi, > > that plugin is called "MapSwipe Tool": > https://plugins.qgis.org/plugins/mapswipetool_plugin/ > > A demo GIF: >

Re: [Qgis-user] Plugin to show 2 layers at once like with a curtain

2020-07-04 Thread Germán Carrillo
Hi, that plugin is called "MapSwipe Tool": https://plugins.qgis.org/plugins/mapswipetool_plugin/ A demo GIF: https://raw.githubusercontent.com/lmotta/mapswipetool_plugin/qgis3/doc/mapswipe1.gif Regards, Germán El sáb., 4 jul. 2020 a las 21:02, Priv.-Doz. Dr. Maria Shinoto (<

[QGIS-it-user] visualizzare codice python degli script di processing

2020-07-04 Thread Giacomo Fontanelli
Salve a tutti sto cercando di imparare a scrivere degli script che dovranno girare nel motore di processing di QGIS. Autodidatticamente mi trovo molto bene a rubare pezzi di codice python già scritti per altri script e cucirli insieme. La domanda è: esiste il modo per visualizzare il codice

[Qgis-user] Plugin to show 2 layers at once like with a curtain

2020-07-04 Thread Priv.-Doz. Dr. Maria Shinoto
Hi, at the moment I am preparing a presentation where I have to show a lot of comparisons, the lower layer raw data, the top layer with some processed infos etc. It might look good to show them at once with a vertical separator that I can move in order to show more or less of the bottom

Re: [Qgis-user] Plugin to show 2 layers at once like with a curtain

2020-07-04 Thread Priv.-Doz. Dr. Maria Shinoto
This is fantastic! Works vertical and horizontal, has one base layer fixed and I can compare this one spontaneously to any other layer. It really helps understanding the relations. Thanks again, Germán, Maria > Am 05.07.2020 um 11:07 schrieb Germán Carrillo : > > Hi, > > that plugin is