Re: [Qgis-user] [QGIS-Developer] Python Implementation of QgsNetworkContentFetcher

2019-11-26 Per discussione Nyall Dawson
On Wed, 27 Nov 2019 at 15:26, Denis Rouzaud wrote: > > Thanks Nyall for the precisions. > I wasn't aware of QgsBlockingNetworkRequest. > > So basically, if I don't require authcf, then starting from 3.6 there is no > reason to use my python nam, I should use both QgsNetworkContentFetcher and >

Re: [QGIS-it-user] funzione Aggregate del Field Calculator

2019-11-26 Per discussione Luca Bellani
Semplice per te... ahaha! potresti darmi dei dettagli in piú sui componenti del codice? la variabile @curret_geometry si attiva con un form aperto del value relation...quindi se ho un semplice layer di punti, senza widget, non funzionerebbe... facio delle prove.. nel codice: come si fa a

Re: [Qgis-user] Qgis 3.10 with gdal 2.4

2019-11-26 Per discussione Nyall Dawson
On Wed, 27 Nov 2019 at 04:40, wrote: > > Hi everyone, I installed qgis 3.10 just because I wanted to try the Geopdf > export thing but I am stuck with a qgis 3.10 and gdal 2.34 and since I am new > in town I dont seem to find an easy way to update it to 3.X. I tried Osgeo4w > and downloaded

Re: [Qgis-user] [QGIS-Developer] Python Implementation of QgsNetworkContentFetcher

2019-11-26 Per discussione Nyall Dawson
On Wed, 27 Nov 2019 at 00:44, Denis Rouzaud wrote: > > Hi, > > Jumping late but we use the work from NAM Alessandro did in a couple of > locator filters. > https://github.com/opengisch/qgis-swiss-locator/blob/master/swiss_locator/core/network_access_manager.py > > I believe I have done very very

Re: [Qgis-user] [QGIS-Developer] Python Implementation of QgsNetworkContentFetcher

2019-11-26 Per discussione Nyall Dawson
On Wed, 27 Nov 2019 at 00:35, C Hamilton wrote: > > Thanks everyone. This gives me some good ideas. These are the possible > solutions: > > 1. Write a python implementation of QgsNetworkContentFetcher or > QgsBlockingNetworkRequest. With this I could look at the QGIS version and if > it is

Re: [QGIS-it-user] funzione Aggregate del Field Calculator

2019-11-26 Per discussione Totò
Luca Bellani wrote > Salve un quesito sul field calc. > Il nostro mentore Salvatore Fiandaca, ci ha presentato vari esempi di > utilizzo della funzione Aggregate, per recuperare dati in un secondo > layer, > che abbia delle relazioni geometriche con il primo. > Per esempio, punto contenuto in

[Qgis-user] Qgis 3.10 with gdal 2.4

2019-11-26 Per discussione amaury . beltran
Hi everyone, I installed qgis 3.10 just because I wanted to try the Geopdf export thing but I am stuck with a qgis 3.10 and gdal 2.34 and since I am new in town I dont seem to find an easy way to update it to 3.X. I tried Osgeo4w and downloaded the 3.0X version but I dont know what to do next.

Re: [QGIS-it-user] QGIS 3.10 (v. GDAL 3) e pannello "Select Transformation"

2019-11-26 Per discussione Luca Bellani
Grazie!! -- 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] funzione Aggregate del Field Calculator

2019-11-26 Per discussione Luca Bellani
Salve un quesito sul field calc. Il nostro mentore Salvatore Fiandaca, ci ha presentato vari esempi di utilizzo della funzione Aggregate, per recuperare dati in un secondo layer, che abbia delle relazioni geometriche con il primo. Per esempio, punto contenuto in poligono, per esempio. Ora peró

Re: [QGIS-it-user] Problema trasformazioni

2019-11-26 Per discussione francesco marucci
ciao, un consiglio veloce e un po al buio: prova a vedere se per caso nella definizione del 3003 ci siano i 7 parametri towgs84 (o sono diversi) e nel caso prendili dalla definizione di PROJ precedente. un saluto, francesco Il mar 26 nov 2019 18:31 Luca Bellani ha scritto: > Ciao, ci sono

Re: [QGIS-it-user] Problema trasformazioni

2019-11-26 Per discussione Luca Bellani
Ciao, ci sono vari poblemi giusto con PROJ 6 (le ultimissime versioni di QGIs 3.10 e 3.4.13) Io ti consiglio di tornare alla versione immediatamente precedente, e tutto torna sotto controllo! -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html

Re: [Qgis-user] Request help 'Aggregate polygons' QGIS 3

2019-11-26 Per discussione FT
Dear Andy,Thank you very much for your help, I will try the procedure immediately.You definitely gave me a hand.All the best,FlavioIl 25 nov 2019 17:32, "Harfoot A.J." ha scritto: Hi Flavio, I'm not aware of a single tool that is the exact equivalent of the ArcGIS one. The Concave hull

[QGIS-it-user] Problema trasformazioni

2019-11-26 Per discussione Mauro D'Ambroso
Ho una configurazione Qgis OSGeo4W64 che uso da tempo (sistema Win10 x64) Il 1 ottobre chiudo un progetto (*EPSG 3003*) con Qgis 3.4.12 e questi layer sovrapposti: 1. WMS Particelle catastali (EPSG 25832 fornito da AdT) 2. Bing satellite (EPSG 3857) 3. Google satellite (EPSG 3857) 4.

Re: [Qgis-user] [QGIS-Developer] Python Implementation of QgsNetworkContentFetcher

2019-11-26 Per discussione C Hamilton
Thanks everyone. This gives me some good ideas. These are the possible solutions: 1. Write a python implementation of QgsNetworkContentFetcher or QgsBlockingNetworkRequest. With this I could look at the QGIS version and if it is 3.10 or greater import the core method; otherwise, import the python

[QGIS-it-user] stampa e note di testo

2019-11-26 Per discussione dome_qgis
ho questo problema: quando inserisco delle note di testo per indicare alcune informazioni, al momento della stampa con la funzione atlante, le note di testo vengono visualizzate anche all’esterno del riquadro di mappa. Ho grossolanamente risolto creando dei rettangoli bianchi in primo piano per

Re: [Qgis-user] Building Qgis Server only

2019-11-26 Per discussione Jessica Hutchinson
Anyone know how to unsubscribe ? -Original Message- From: Qgis-user On Behalf Of Henrik Uggla Sent: 26 November 2019 10:29 To: Andreas Neumann Cc: qgis-user@lists.osgeo.org Subject: Re: [Qgis-user] Building Qgis Server only Hi! I managed to create a Docker container with Qgis Server

Re: [QGIS-it-user] Stat & mean coordinate(s)

2019-11-26 Per discussione Totò
ffierm wrote > Ciao a Tutti, > > su input di un Collega, sto cercando di "verificare" se e come QGIS possa > essere utile per effettuare "analisi" come, ad esempio: > > > areal data > > location quotient > coefficient of localisation

Re: [Qgis-user] Building Qgis Server only

2019-11-26 Per discussione Henrik Uggla
Hi! I managed to create a Docker container with Qgis Server on Alpine: https://hub.docker.com/repository/docker/huggla/qgisserver-alpine Feedback is welcome. Regards HU Från: Qgis-user för Henrik Uggla Skickat: den 7 januari 2019 12:47:21 Till:

[QGIS-it-user] Stat & mean coordinate(s)

2019-11-26 Per discussione francesco.fiermo...@polito.it
Ciao a Tutti, su input di un Collega, sto cercando di "verificare" se e come QGIS possa essere utile per effettuare "analisi" come, ad esempio: areal data location quotient coefficient of localisation lorenz curve gini coefficient