Re: [QGIS-it-user] pyQgis: come verificare una gemetria id=X nel corso di un ciclo?

2016-11-06 Thread Luca Mandolesi
Ciao Marco. per ora devo solo mandare fuori l'id delle 2 geometrie e la verifica della presenza di intersezione. Dal cookbook si arriva bene qua: iter = vlayer.getFeatures() Faccio un loop sulle singole geometrie e se becco il rapporto copre ricavare da iter la feature id=x senza fare un loop.

Re: [QGIS-it-user] pyQgis: come verificare una gemetria id=X nel corso di un ciclo?

2016-11-06 Thread Giuliano Curti
On 11/6/16, Luca Mandolesi wrote: > Il giorno 6 novembre 2016 13:33, Giuliano Curti ha > scritto: > >> On 11/6/16, Luca Mandolesi wrote: > > mentre sono in un ciclo for e analizzo il campo di un record, come faccio a > chiamare un

Re: [Qgis-user] Joining data to a shape file by country name when the names don't match exactly

2016-11-06 Thread Nicolas Cadieux
Hi, Stick to Excel for now. Keep in mind that Python can be used in the Python console. Building a for al plugin may not be necessary. Have you tried the vlookup function? It has a "close match algorithm " by default. That may help. Nicolas > Le 5 nov. 2016 à 22:30, Joe Lertola [via

Re: [Qgis-user] Joining data to a shape file by country name when the names don't match exactly

2016-11-06 Thread Joe Lertola
Thanks, I will keep in mind the idea of making a plugin if I need to accomplish this task more often in the future. I don’t know if the Python console would work because there would need to be an interface for the user to manually select records that can not be matched exactly. Can that be