Re: [QGIS-it-user] Distanza tra n punti

2019-09-16 Thread Mario Baranzini

Ciao Giuseppe,   
potrebbe fare al caso tuo anche l'algoritmo di processing "Distance matrix". 
Partendo da un layer di punti, genera una matrice con la distanza tra tutti i 
punti.  
  
Saluti  
  


Mario Baranzini  
[ma...@opengis.ch ](mailto:ma...@opengis.ch)  
[+41 (0)78 733 01 59](tel:+41787330159)  
[](http://www.opengis.ch/)  
  
  

> Aldo sempre gentilissimo, effettivamente la cosa è un po’ macchinosa ma si 
> ottiene quello che cercavo. Speravo ci fosse uno script in python che, 
> buttato in QGis, mi fornisse direttamente le distanze.  
>  Però anche così ho imparato qualcosa di nuovo.  
>  Grazie mille  
>   
>  Giuseppe  
>   
>   
>  > Il giorno 16 set 2019, alle ore 20:56, Aldo Gessa ha scritto:  
>  >  
>  > Ciao,  
>  > una procedura un pò contorta può essere la seguente, però c'è bisogno che 
> i  
>  > pali (punti) abbiano  
>  > un ordinamento come in figura (1).  
>  >  
>  > 1) Utilizzando processing "da punti a linea" puoi ottenere il percorso  
>  > compreso tra il primo e l'ultimo punto dell'ordinamento come in figura (2) 
> e  
>  > (3);  
>  >  
>  > 2) utilizzando "esplodi linee" ottieni i segmenti copresi da ogni coppia 
> di  
>  > punti del percorso come in figura (4);  
>  >  
>  > 3) se vuoi puoi ripulire la tabella dell'ultimo layer temporaneo ottenuto  
>  > (chiamato esploso) come in figura (5) e calcoli la misura di ciascun  
>  > segmento (con il calcolatore di campi) come in figura (6), la quale 
> coincide  
>  > ovviamente con la distanza tra i due punti consecutivi come rappresentati 
> in  
>  > figura (7).  
>  >  
>  > Spero di aver capito bene.  
>  > Scusa per le immagini ma non ho ancora capito bene come funziona l'editor  
>  >  
>  > Aldo  
>  >  
>  > Imm_1:  
>  >  
>  >  
>  > Imm_2:  
>  >  
>  >  
>  > Imm_3:  
>  >  
>  >  
>  > Imm_4:  
>  >  
>  >  
>  > Imm_5:  
>  >  
>  >  
>  > Imm_6:  
>  >  
>  >  
>  > Imm_7:  
>  >  
>  >  
>  >  
>  >  
>  > --  
>  > 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  
>  > https://lists.osgeo.org/mailman/listinfo/qgis-it-user  
>   
>  ___  
>  QGIS-it-user mailing list  
>  QGIS-it-user@lists.osgeo.org  
>  https://lists.osgeo.org/mailman/listinfo/qgis-it-user
  

___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] R: Re: Nuovo Plugin CDU Creator

2019-09-16 Thread Totò
robertomarzocchi wrote
> Con Salvatore Fiandaca, come al solito entusiasta delle novità, si
> ragionava sulla creazione di un dataset su cui testare il plugin.
> 
> 
> Le mie perplessità riguardano la proprietà dei dati catastali, ma mi
> faceva notare che il plugin cxf_in ha incluso un dataset. 
> L'ideale usare lo stesso e aggiungerci un layer dell'urbanistica.
> 
> 
> L'alternativa è crearci un layer delle particelle fittizio.
> 
> 
> Cosa ne pensate?

Buonasera,
ho usato una parte del dataset presente nel plugin CXF_in di Fabio Saccon e
ho modificato radicalmente la tabella attributi.

allego video tutorial [0] e dataset con progetto QGIS 3.4 [1]

[0] https://youtu.be/m21L1KO6hJg
[1] https://mega.nz/#!UcgWWapA!HhQaMayT-yd3ZrRnKRGb-GZyM_QFG7vew3wmLC8W8Wg

PS1. il video è non in elenco, possono vederlo solo chi ha il link.

PS2: posso disattivare i link in qualsiasi momento :-)

buon lavoro




-
https://pigrecoinfinito.wordpress.com/
--
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
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Distanza tra n punti

2019-09-16 Thread Giuseppe Scardino
Aldo sempre gentilissimo, effettivamente la cosa è un po’ macchinosa ma si 
ottiene quello che cercavo. Speravo ci fosse uno script in python che, buttato 
in QGis, mi fornisse direttamente le distanze. 
Però anche così ho imparato qualcosa di nuovo.
Grazie mille

Giuseppe  


> Il giorno 16 set 2019, alle ore 20:56, Aldo Gessa  ha 
> scritto:
> 
> Ciao,
> una procedura un pò contorta può essere la seguente, però c'è bisogno che i
> pali (punti) abbiano
> un ordinamento come in figura (1).
> 
> 1) Utilizzando processing "da punti a linea" puoi ottenere il percorso
> compreso tra il primo e l'ultimo punto dell'ordinamento come in figura (2) e
> (3);
> 
> 2) utilizzando "esplodi linee" ottieni i segmenti copresi da ogni coppia di
> punti del percorso come in figura (4);
> 
> 3) se vuoi puoi ripulire la tabella dell'ultimo layer temporaneo ottenuto
> (chiamato esploso) come in figura (5) e calcoli la misura di ciascun
> segmento (con il calcolatore di campi) come in figura (6), la quale coincide
> ovviamente con la distanza tra i due punti consecutivi come rappresentati in
> figura (7).
> 
> Spero di aver capito bene.
> Scusa per le immagini ma non ho ancora capito bene come funziona l'editor 
> 
> Aldo
> 
> Imm_1:
>  
> 
> Imm_2:
>  
> 
> Imm_3:
>  
> 
> Imm_4:
>  
> 
> Imm_5:
>  
> 
> Imm_6:
>  
> 
> Imm_7:
>  
> 
> 
> 
> --
> 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
> https://lists.osgeo.org/mailman/listinfo/qgis-it-user

___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Distanza tra n punti

2019-09-16 Thread Aldo Gessa
Ciao,
una procedura un pò contorta può essere la seguente, però c'è bisogno che i
pali (punti) abbiano
un ordinamento come in figura (1).

1) Utilizzando processing "da punti a linea" puoi ottenere il percorso
compreso tra il primo e l'ultimo punto dell'ordinamento come in figura (2) e
(3);

2) utilizzando "esplodi linee" ottieni i segmenti copresi da ogni coppia di
punti del percorso come in figura (4);

3) se vuoi puoi ripulire la tabella dell'ultimo layer temporaneo ottenuto
(chiamato esploso) come in figura (5) e calcoli la misura di ciascun
segmento (con il calcolatore di campi) come in figura (6), la quale coincide
ovviamente con la distanza tra i due punti consecutivi come rappresentati in
figura (7).

Spero di aver capito bene.
Scusa per le immagini ma non ho ancora capito bene come funziona l'editor 

Aldo

Imm_1:
 

Imm_2:
 

Imm_3:
 

Imm_4:
 

Imm_5:
 

Imm_6:
 

Imm_7:
 



--
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
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] R: Re: Nuovo Plugin CDU Creator

2019-09-16 Thread Roberto Marzocchi
Con Salvatore Fiandaca, come al solito entusiasta delle novità, si ragionava 
sulla creazione di un dataset su cui testare il plugin.


Le mie perplessità riguardano la proprietà dei dati catastali, ma mi faceva 
notare che il plugin cxf_in ha incluso un dataset. 
L'ideale usare lo stesso e aggiungerci un layer dell'urbanistica.


L'alternativa è crearci un layer delle particelle fittizio.


Cosa ne pensate?


R



Eng. Roberto Marzocchi, PhD
GIS Project Coordinator
Gter srl (Unige spin-off)
Piazza De Marini 3/61 - 16123 Genova
P.IVA/CF 01998770992
ph: 010-8694830 - mob: 349-8786575
E-mail: roberto.marzoc...@gter.it
www.gter.it

--
Gter social
www.twitter.com/Gteronline - www.facebook.com/Gteronline
www.linkedin.com/company/gter-srl-innovazione-in-geomatica-gnss-e-gis

-
Please consider the environment before printing this email! 




 On lun, 16 set 2019 18:23:21 +0200 roberto.marzoc...@gter.it wrote 


Esatto, funziona con una sola particella.

Dopodichè tutto è migliorabile ma per ora le risorse a disposizione ci 
consentivano questo ;-)



R









 Attivato lun, 16 set 2019 17:57:57 +0200 Ivano_G  ha 
scritto 



Leggendo il manuale lo esplicita bene:

il plugin CDU Creator compila il CDU per una singola particella. Qualora si
voglia compilare il CDU per più particelle, il plugin dovrà essere lanciato
per ciascuna di esse modificando di volta in volta la selezione della
particella.

Saluti



-
Ivano
GIS - Environmental and Urban Planner — Digit PA
--
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
https://lists.osgeo.org/mailman/listinfo/qgis-it-user





___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] R: Re: Nuovo Plugin CDU Creator

2019-09-16 Thread Roberto Marzocchi
Esatto, funziona con una sola particella. 

Dopodichè tutto è migliorabile ma per ora le risorse a disposizione ci 
consentivano questo ;-)



R








 Attivato lun, 16 set 2019 17:57:57 +0200 Ivano_G  ha 
scritto 


Leggendo il manuale lo esplicita bene:

il plugin CDU Creator compila il CDU per una singola particella. Qualora si
voglia compilare il CDU per più particelle, il plugin dovrà essere lanciato
per ciascuna di esse modificando di volta in volta la selezione della
particella.

Saluti



-
Ivano
GIS - Environmental and Urban Planner — Digit PA
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
mailto:QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] Distanza tra n punti

2019-09-16 Thread Arrotino
Buonasera,
Domanda “facile facile”: ho una serie di n punti (ad esempio i pali della
luce lungo una strada), come faccio a calcolare la distanza tra i due
generici punti? (Ovviamente per tutti i punti)

Grazie a tutti
Un saluto
Giuseppe 



--
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
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Nuovo Plugin CDU Creator

2019-09-16 Thread Ivano_G
Leggendo il manuale lo esplicita bene:

il plugin CDU Creator compila il CDU per una singola particella. Qualora si
voglia compilare il CDU per più particelle, il plugin dovrà essere lanciato
per ciascuna di esse modificando di volta in volta la selezione della
particella.

Saluti



-
Ivano
GIS - Environmental and Urban Planner — Digit PA
--
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
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Nuovo Plugin CDU Creator

2019-09-16 Thread Aldo Gessa
Buongiorno, 
sarà di certo un fantastico plugin per tutti gli Uffici Tecnici Comunali.

L'ho scaricato e ho adattato il layer catasto come da documentazione.
Per il layer puc e vincoli mi ci vorrà un pò più di tempo visto che sono
impostati su di un'ottica completamente diversa rispetto alle specifiche del
plugin, al fine di rispondere ad un modello grafico che utilizzo
quotidianamente.

Ho fatto comunque qualche prova ma non sono riuscito a selezionare più di
una particelle alla volta (una richiesta di CDU riguarda spesso più 
particelle contemporaneamente) non so se è una precisa impostazione di
progetto o se sono io che mi sto perdendo qualcosa.

Saluti.

Aldo Gessa










--
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
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] Shortest path caching

2019-09-16 Thread Nicolas Cadieux
Hi Harrissou

I was referring to the online documentation in the developers cookbook.  The 
user guide is effective.  I perfectly understand the problem and wish I could 
help but despite receiving help from advance users with links to online code 
examples (thanks), I found it easier to go with NetworkX that was well 
documented.  Maybe I could figure it out now since I now have experience 
working with shortest path analysis and now grasp the basic concepts of 
networks but when I started the project, it was a big learning curve.

Cheers 

Nicolas

> Le 16 sept. 2019 à 09:36, DelazJ  a écrit :
> 
> Hi,
> 
>> Le lun. 16 sept. 2019 à 15:25, Nicolas Cadieux 
>>  a écrit :
>> Hi,
>> 
>> You could go with NetworkX, a python library.  With that, you can build the 
>> graph on the fly and maintain it as roads or edges get added and removed.
>> 
>> You can probably do this with QGIS but the biggest problem I found with QGIS 
>> is the lack of documentation for using the network analysis tools using the 
>> latest versions. Everything is, or was documented for version 2.x.  Also, 
>> when using the processing tools in a batch, the graph gets rebuilt every 
>> time this should not happen.  
> Nicolas, about the lack of documentation, you meant the tools in the 
> processing toolbox [0] or the pyQGIS cookbook [1]. I'm not sure there's 
> anything missing in the former (and maybe Paul could find some answers) and, 
> for the latter (which is horribly outdated), it's the usual lack of skilled 
> people to provide necessary documentation. Because some parts of the docs are 
> specialized, they require advanced users to help us update. If we are giving 
> a txt (or whatever open format) file updating the section, I'm happy to push 
> it and update that page too.
> 
> [0] 
> https://docs.qgis.org/testing/en/docs/user_manual/processing_algs/qgis/networkanalysis.html
> [1] 
> https://docs.qgis.org/testing/en/docs/pyqgis_developer_cookbook/network_analysis.html
> 
> Regards,
> Harrissou
>> For those reasons, I went with NetworkX python library.  Out of curiosity, 
>> how many edges are you dealing with? How many queries?
>> 
>> Nicolas
>> 
>> 
>> 
>> 
>> 
>>> Le 16 sept. 2019 à 08:03, Paul Wittle  a 
>>> écrit :
>>> 
>>> Hi,
>>> 
>>>  
>>> 
>>> I’m aware that you can use things like the pgRouting plugin for shortest 
>>> path calculations but when looking at the default functions is there a 
>>> sensible way to speed up the calculations?
>>> 
>>>  
>>> 
>>> I’ve just run a couple of tests using an Oracle database based routing 
>>> layer and it runs but seems to take a long time to build the graph. I 
>>> wondered if there is a plugin which stores some sort of optimised network 
>>> to speed up the process or perhaps a type of index I could put on the 
>>> network?
>>> 
>>>  
>>> 
>>> At present the network is big so I guess perhaps some form of clip then run 
>>> process might be helpful?
>>> 
>>>  
>>> 
>>> I just thought I’d email to see what others do as I’ve not looked at 
>>> routing in QGIS for some years now and I’d prefer to avoid more complex 
>>> options such as pgRouting if possible.
>>> 
>>>  
>>> 
>>> Thanks,
>>> 
>>> Paul
>>> 
>>> This e-mail and any files transmitted with it are intended solely for the 
>>> use of the individual or entity to whom they are addressed. It may contain 
>>> unclassified but sensitive or protectively marked material and should be 
>>> handled accordingly. Unless you are the named addressee (or authorised to 
>>> receive it for the addressee) you may not copy or use it, or disclose it to 
>>> anyone else. If you have received this transmission in error please notify 
>>> the sender immediately. All traffic may be subject to recording and/or 
>>> monitoring in accordance with relevant legislation. Any views expressed in 
>>> this message are those of the individual sender, except where the sender 
>>> specifies and with authority, states them to be the views of Dorset 
>>> Council. Dorset Council does not accept service of documents by fax or 
>>> other electronic means. Virus checking: Whilst all reasonable steps have 
>>> been taken to ensure that this electronic communication and its attachments 
>>> whether encoded, encrypted or otherwise supplied are free from computer 
>>> viruses, Dorset Council accepts no liability in respect of any loss, cost, 
>>> damage or expense suffered as a result of accessing this message or any of 
>>> its attachments. For information on how Dorset Council processes your 
>>> information, please see www.dorsetcouncil.gov.uk/416433
>>> ___
>>> Qgis-user mailing list
>>> Qgis-user@lists.osgeo.org
>>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> 

Re: [Qgis-user] Shortest path caching

2019-09-16 Thread DelazJ
Hi,

Le lun. 16 sept. 2019 à 15:25, Nicolas Cadieux 
a écrit :

> Hi,
>
> You could go with NetworkX, a python library.  With that, you can build
> the graph on the fly and maintain it as roads or edges get added and
> removed.
>
> You can probably do this with QGIS but the biggest problem I found with
> QGIS is the lack of documentation for using the network analysis tools
> using the latest versions. Everything is, or was documented for version
> 2.x.  Also, when using the processing tools in a batch, the graph gets
> rebuilt every time this should not happen.
>
> Nicolas, about the lack of documentation, you meant the tools in the
processing toolbox [0] or the pyQGIS cookbook [1]. I'm not sure there's
anything missing in the former (and maybe Paul could find some answers)
and, for the latter (which is horribly outdated), it's the usual lack of
skilled people to provide necessary documentation. Because some parts of
the docs are specialized, they require advanced users to help us update. If
we are giving a txt (or whatever open format) file updating the section,
I'm happy to push it and update that page too.

[0]
https://docs.qgis.org/testing/en/docs/user_manual/processing_algs/qgis/networkanalysis.html
[1]
https://docs.qgis.org/testing/en/docs/pyqgis_developer_cookbook/network_analysis.html

Regards,
Harrissou

> For those reasons, I went with NetworkX python library.  Out of curiosity,
> how many edges are you dealing with? How many queries?
>
> Nicolas
>
>
>
>
>
> Le 16 sept. 2019 à 08:03, Paul Wittle 
> a écrit :
>
> Hi,
>
>
>
> I’m aware that you can use things like the pgRouting plugin for shortest
> path calculations but when looking at the default functions is there a
> sensible way to speed up the calculations?
>
>
>
> I’ve just run a couple of tests using an Oracle database based routing
> layer and it runs but seems to take a long time to build the graph. I
> wondered if there is a plugin which stores some sort of optimised network
> to speed up the process or perhaps a type of index I could put on the
> network?
>
>
>
> At present the network is big so I guess perhaps some form of clip then
> run process might be helpful?
>
>
>
> I just thought I’d email to see what others do as I’ve not looked at
> routing in QGIS for some years now and I’d prefer to avoid more complex
> options such as pgRouting if possible.
>
>
>
> Thanks,
>
> Paul
> This e-mail and any files transmitted with it are intended solely for the
> use of the individual or entity to whom they are addressed. It may contain
> unclassified but sensitive or protectively marked material and should be
> handled accordingly. Unless you are the named addressee (or authorised to
> receive it for the addressee) you may not copy or use it, or disclose it to
> anyone else. If you have received this transmission in error please notify
> the sender immediately. All traffic may be subject to recording and/or
> monitoring in accordance with relevant legislation. Any views expressed in
> this message are those of the individual sender, except where the sender
> specifies and with authority, states them to be the views of Dorset
> Council. Dorset Council does not accept service of documents by fax or
> other electronic means. Virus checking: Whilst all reasonable steps have
> been taken to ensure that this electronic communication and its attachments
> whether encoded, encrypted or otherwise supplied are free from computer
> viruses, Dorset Council accepts no liability in respect of any loss, cost,
> damage or expense suffered as a result of accessing this message or any of
> its attachments. For information on how Dorset Council processes your
> information, please see www.dorsetcouncil.gov.uk/416433
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[QGIS-it-user] Nuovo Plugin CDU Creator

2019-09-16 Thread Roberta Fagandini
Buongiorno a tutti,
prima di tutto ci scusiamo per l'eventuale cross posting..

Gter ha sviluppato un nuovo Plugin di QGIS per la compilazione dei
Certificati di Destinazione Urbanistica (CDU), il Plugin CDU Creator. In
questo momento il plugin è ancora in fase di debug ma l'intenzione è quello
di pubblicarlo sulla repository ufficiale di QGIS al più presto.

Continuiamo cercare beta tester..se volete aiutarci potete scaricare il
codice del plugin dalla repository github:
https://github.com/gtergeomatica/cdu_creator

Il manuale del plugin si trova invece a questo link:
https://manuale-cdu-creator.readthedocs.io/it/latest/index.html

Grazie per il vostro contributo e a presto!

Roberta
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] Shortest path caching

2019-09-16 Thread Nicolas Cadieux
Hi,

You could go with NetworkX, a python library.  With that, you can build the 
graph on the fly and maintain it as roads or edges get added and removed.

You can probably do this with QGIS but the biggest problem I found with QGIS is 
the lack of documentation for using the network analysis tools using the latest 
versions. Everything is, or was documented for version 2.x.  Also, when using 
the processing tools in a batch, the graph gets rebuilt every time this should 
not happen.  

For those reasons, I went with NetworkX python library.  Out of curiosity, how 
many edges are you dealing with? How many queries?

Nicolas





> Le 16 sept. 2019 à 08:03, Paul Wittle  a 
> écrit :
> 
> Hi,
>  
> I’m aware that you can use things like the pgRouting plugin for shortest path 
> calculations but when looking at the default functions is there a sensible 
> way to speed up the calculations?
>  
> I’ve just run a couple of tests using an Oracle database based routing layer 
> and it runs but seems to take a long time to build the graph. I wondered if 
> there is a plugin which stores some sort of optimised network to speed up the 
> process or perhaps a type of index I could put on the network?
>  
> At present the network is big so I guess perhaps some form of clip then run 
> process might be helpful?
>  
> I just thought I’d email to see what others do as I’ve not looked at routing 
> in QGIS for some years now and I’d prefer to avoid more complex options such 
> as pgRouting if possible.
>  
> Thanks,
> Paul
> This e-mail and any files transmitted with it are intended solely for the use 
> of the individual or entity to whom they are addressed. It may contain 
> unclassified but sensitive or protectively marked material and should be 
> handled accordingly. Unless you are the named addressee (or authorised to 
> receive it for the addressee) you may not copy or use it, or disclose it to 
> anyone else. If you have received this transmission in error please notify 
> the sender immediately. All traffic may be subject to recording and/or 
> monitoring in accordance with relevant legislation. Any views expressed in 
> this message are those of the individual sender, except where the sender 
> specifies and with authority, states them to be the views of Dorset Council. 
> Dorset Council does not accept service of documents by fax or other 
> electronic means. Virus checking: Whilst all reasonable steps have been taken 
> to ensure that this electronic communication and its attachments whether 
> encoded, encrypted or otherwise supplied are free from computer viruses, 
> Dorset Council accepts no liability in respect of any loss, cost, damage or 
> expense suffered as a result of accessing this message or any of its 
> attachments. For information on how Dorset Council processes your 
> information, please see www.dorsetcouncil.gov.uk/416433
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Shortest path caching

2019-09-16 Thread Paul Wittle
Hi,

I'm aware that you can use things like the pgRouting plugin for shortest path 
calculations but when looking at the default functions is there a sensible way 
to speed up the calculations?

I've just run a couple of tests using an Oracle database based routing layer 
and it runs but seems to take a long time to build the graph. I wondered if 
there is a plugin which stores some sort of optimised network to speed up the 
process or perhaps a type of index I could put on the network?

At present the network is big so I guess perhaps some form of clip then run 
process might be helpful?

I just thought I'd email to see what others do as I've not looked at routing in 
QGIS for some years now and I'd prefer to avoid more complex options such as 
pgRouting if possible.

Thanks,
Paul
This e-mail and any files transmitted with it are intended solely for the use 
of the individual or entity to whom they are addressed. It may contain 
unclassified but sensitive or protectively marked material and should be 
handled accordingly. Unless you are the named addressee (or authorised to 
receive it for the addressee) you may not copy or use it, or disclose it to 
anyone else. If you have received this transmission in error please notify the 
sender immediately. All traffic may be subject to recording and/or monitoring 
in accordance with relevant legislation. Any views expressed in this message 
are those of the individual sender, except where the sender specifies and with 
authority, states them to be the views of Dorset Council. Dorset Council does 
not accept service of documents by fax or other electronic means. Virus 
checking: Whilst all reasonable steps have been taken to ensure that this 
electronic communication and its attachments whether encoded, encrypted or 
otherwise supplied are free from computer viruses, Dorset Council accepts no 
liability in respect of any loss, cost, damage or expense suffered as a result 
of accessing this message or any of its attachments. For information on how 
Dorset Council processes your information, please see 
www.dorsetcouncil.gov.uk/416433
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] Etichette in conflitto, come visualizzare secondo un criterio?

2019-09-16 Thread Paolo Cavallini
Certo, con le espressioni.
Saluti!

On 16 September 2019 12:10:26 CEST, Rossin Pietro  
wrote:
>Buon giorno
>Qgis nasconde alcune etichette in caso esse collidano in rapporto alla
>scala di visualizzazione.
>E' possibile utilizzare qualche espressione di modo che vengano
>nascoste, o meglio visualizzate, determinate etichette e non altro in
>caso di collisione?
>Mettiamo ad esempio un insieme di punti visualizzati a scala
>differente.
>Questi punti hanno una grandezza variabile, esempio una concentrazione,
>che voglio rappresentare in etichetta.
>Ad un certo livello di zoom alcuni punti sono ravvicinati ed alcune
>etichette sono nascoste per mancanza di spazio (collisione)
>C'è un modo per dire a Qgis che visualizzi l'etichetta relativa al
>valore più alto?
>Naturalmente il valore più alto di gruppi di features adiacenti cambia
>in base al livello di scala utilizzato e quindi non è fisso..
>
>Grazie
>
>AVVISO DI RISERVATEZZA Informazioni riservate possono essere contenute
>nel messaggio o nei suoi allegati. Se non siete i destinatari indicati
>nel messaggio, o responsabili per la sua consegna alla persona, o se
>avete ricevuto il messaggio per errore, siete pregati di non
>trascriverlo, copiarlo o inviarlo ad alcuno. In tal caso vi invitiamo a
>cancellare il messaggio ed i suoi allegati. Grazie.
>CONFIDENTIALITY NOTICE Confidential information may be contained in
>this message or in its attachments. If you are not the addressee
>indicated in this message, or responsible for message delivering to
>that person, or if you have received this message in error, you may not
>transcribe, copy or deliver this message to anyone. In that case, you
>should delete this message and its attachments. Thank you.
>___
>QGIS-it-user mailing list
>QGIS-it-user@lists.osgeo.org
>https://lists.osgeo.org/mailman/listinfo/qgis-it-user

-- 
Sorry for being short___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] Etichette in conflitto, come visualizzare secondo un criterio?

2019-09-16 Thread Rossin Pietro
Buon giorno
Qgis nasconde alcune etichette in caso esse collidano in rapporto alla scala di 
visualizzazione.
E' possibile utilizzare qualche espressione di modo che vengano nascoste, o 
meglio visualizzate, determinate etichette e non altro in caso di collisione?
Mettiamo ad esempio un insieme di punti visualizzati a scala differente.
Questi punti hanno una grandezza variabile, esempio una concentrazione, che 
voglio rappresentare in etichetta.
Ad un certo livello di zoom alcuni punti sono ravvicinati ed alcune etichette 
sono nascoste per mancanza di spazio (collisione)
C'è un modo per dire a Qgis che visualizzi l'etichetta relativa al valore più 
alto?
Naturalmente il valore più alto di gruppi di features adiacenti cambia in base 
al livello di scala utilizzato e quindi non è fisso..

Grazie

AVVISO DI RISERVATEZZA Informazioni riservate possono essere contenute nel 
messaggio o nei suoi allegati. Se non siete i destinatari indicati nel 
messaggio, o responsabili per la sua consegna alla persona, o se avete ricevuto 
il messaggio per errore, siete pregati di non trascriverlo, copiarlo o inviarlo 
ad alcuno. In tal caso vi invitiamo a cancellare il messaggio ed i suoi 
allegati. Grazie.
CONFIDENTIALITY NOTICE Confidential information may be contained in this 
message or in its attachments. If you are not the addressee indicated in this 
message, or responsible for message delivering to that person, or if you have 
received this message in error, you may not transcribe, copy or deliver this 
message to anyone. In that case, you should delete this message and its 
attachments. Thank you.
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] This is QGIS spam! :)

2019-09-16 Thread alberto.grava
Hi all hi Raymond!
can i suggest to add water bottles in the qgis shop?
we have to push for a plastic free world! 
...and i think it will be a nice gadget to share qgis image around the
world!

thank you!
Alberto

PS: maybe  some stickers too...



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] Da 1 layer con X geometrie a X layer con 1 geometria

2019-09-16 Thread Marco Spaziani
Funziona !!!

Il giorno lun 16 set 2019 alle ore 08:28 Alessandro Perego <
alspe...@gmail.com> ha scritto:

> Se le geometrie hanno un attributo univoco puoi usare "Dividi vettore"
> negli "Strumenti di gestione dati" (del menù "Vettore")
>
> Il 15/09/2019 22:45, Marco Spaziani ha scritto:
>
> Che voi sappiate, esiste un plugin (o un processo) che consenta, partendo
> da un layer ad esempio composto di 50 poligoni, ottenere (esportare), in
> automatico, 50 differenti layer, ognuno composto da una singola geometria
> di quelle contenute nel layer d'origine? Nel mio caso specifico,
> fortunatamente, trattandosi di un layer di punti, posso comunque risolvere
> "per vie traverse" creando i campi delle coordinate nella Tabella
> attributi, esportare la tabella attributi come ods o xls, reimportare la
> tabella in QGIS e dirgli di creare un layer per ogni record della tabella.
> Però sono curioso, dovesse mai servire, di sapere se esiste qualcosa per
> ottenere lo stesso risultato in maniera meno contorta. Mi sembra di
> ricordare che ci fosse un plugin che lo faceva, ma per quanto ho cercato,
> non ho trovato nulla ...forse era un plugin per QGIS 2.x che poi non è
> stato migrato in QGIS 3.x?
>
> ___
> QGIS-it-user mailing 
> listQGIS-it-user@lists.osgeo.orghttps://lists.osgeo.org/mailman/listinfo/qgis-it-user
>
> --
> Alessandro Perego www.alspergis.altervista.org
> ___
> QGIS-it-user mailing list
> QGIS-it-user@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/qgis-it-user
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] QGIS and Computer Security (Windows)

2019-09-16 Thread Régis Haubourg
Richard Males wrote
> Please note that, in some cases, the users I am trying to convince are
> in government agencies that have very specific and stringent policies
> about software installation.   In one case, only authorized IT
> personnel are permitted to install any software on employee computers.
>   I am not sure that these policies have come up against the world of
> open-source, plug-in based architecture.

Hi Richard, 
this is a very common situation. You have several technical options to deal
with it as stated by other answers. From my knowledge, many defence or
police agencies use QGIS in the world. As it is totally open and fully
customizable, you can make your own install package and user profile
policies to adress all those concerns
As far as I remember, it was proposed that the plugin installer could be
integrated with the auth manager [0] 
If your customer does not want to make its own package, it could be an optio
to sponsor that feature. 

[0] https://github.com/qgis/QGIS-Enhancement-Proposals/issues/35

Regards



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] Da 1 layer con X geometrie a X layer con 1 geometria

2019-09-16 Thread Aldo Gessa
Ciao, puoi provare vettore>strumenti di gestione dati->Dividi
vettore, scegli una cartella sul PC e salva un .gpkg per ogni riga (che sia
punto, poligono o linea).





--
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
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Da 1 layer con X geometrie a X layer con 1 geometria

2019-09-16 Thread Alessandro Perego
Se le geometrie hanno un attributo univoco puoi usare "Dividi vettore" 
negli "Strumenti di gestione dati" (del menù "Vettore")


Il 15/09/2019 22:45, Marco Spaziani ha scritto:
Che voi sappiate, esiste un plugin (o un processo) che consenta, 
partendo da un layer ad esempio composto di 50 poligoni, ottenere 
(esportare), in automatico, 50 differenti layer, ognuno composto da 
una singola geometria di quelle contenute nel layer d'origine? Nel mio 
caso specifico, fortunatamente, trattandosi di un layer di punti, 
posso comunque risolvere "per vie traverse" creando i campi delle 
coordinate nella Tabella attributi, esportare la tabella attributi 
come ods o xls, reimportare la tabella in QGIS e dirgli di creare un 
layer per ogni record della tabella. Però sono curioso, dovesse mai 
servire, di sapere se esiste qualcosa per ottenere lo stesso risultato 
in maniera meno contorta. Mi sembra di ricordare che ci fosse un 
plugin che lo faceva, ma per quanto ho cercato, non ho trovato nulla 
...forse era un plugin per QGIS 2.x che poi non è stato migrato in 
QGIS 3.x?


___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user

--
Alessandro Perego www.alspergis.altervista.org 

___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user