Re: [Qgis-user] Transform vectordata using affine transformation

2021-09-27 Thread Nyall Dawson
On Sun, 26 Sept 2021 at 02:49, Bo Victor Thomsen
 wrote:
>
> Hi list -
>
> One of my customers just received a data file, where the coordinates is not 
> in any projection: Center of map data is (0,0), units in mm. not meter, maybe 
> some rotation too. However, at least it's a planar coordinate system (I hope).
>
> Instead of sending the #¤%&! data file back to the "GIS no-good" architect 
> who send it , I've decided to - once and for all - to find a method to  
> transform this kind of data to a reasonable CRS using an affine 
> transformation.
>
> I'm aware of the Processing algorithm "Affine transform" that can do the 
> actual transformation once I know the translation, rotation and scale 
> coefficients of the transformation.
> And I know how to find the affine transformation matrix using a set of points 
> from the data that corresponds with a set of points in the destination CRS.
>
> However, Is there any plug-in that can:
>
> Digitize a set of positions from the original data.
> Digitize or manually set the corresponding positions in the destination CRS
> Create the translation, scale and rotation parameters using data from (2)
> Run the "Affine transformation" algorithm to transform the data to the right 
> position in the chosen CRS
>
> In short - a Georeferencer for vector data

The good news is that this is close...ish. A lot of the groundwork API
has been done, and there's an open PR at
https://github.com/qgis/QGIS/pull/41386 which adds vector support to
the georeferencer. This PR needs some work though, so I'm hoping
someone steps up and funds a couple of days development so that I can
clean it up and get it merged...

Nyall


>
> A name of a functioning plug-in would be lovely
>
> A set QGIS classes/methods that could help with establishing the 
> transformation matrix and other stuff would be really nice
>
> A "No" to all my wishes would suck. However, In that case, I can start 
> developing without have the nagging feeling that someone has done this before
>
> --
> Med venlig hilsen / Kind regards
>
> Bo Victor Thomsen
>
> ___
> 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


Re: [Qgis-user] CSV Import records missing on map

2021-09-27 Thread Andrea Giudiceandrea

Hi Peter,
maybe it might be useful if you shared a minimal csv file with at least 
one "working" record and one non "working" record so somebody could try 
to check what's going wrong.


Best regards.

Andrea
___
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-user] CSV Import records missing on map

2021-09-27 Thread Garth Fletcher

CVS import of DMS coords is touchy in my experience.
The degree symbol ° fails while º works.
 Under Mac OS X 10.13 the first is Option-Shift-8, the second is 
Option-0 (opt-zero).
Also, it seems to want ' for minutes and ' ' for seconds, i.e., a single 
' and two separate '.
It rejects a normal " double quotes, and I'm sure will reject "smart" 
quotes, i.e., the ones

that lean in different directions.

Since I figured those quirks out I have not had any problems with DMS 
notation.


--
Garth Fletcher

___
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] Digest di QGIS-it-user, Volume 71, Numero 13

2021-09-27 Thread Andrea Giudiceandrea

Il 27/09/2021 16:50, Paolo Venturelli ha scritto:

@ andreaer...@libero.it 
Le mie linee andrebbero a costituire la rappresentazione di una rete 
fognaria di acque bianche: a ciascun nodo vorrei attribuire 4 valori 
numerici e un valore descrittivo (Q_pc, Q_scor, profondità, diametro, 
materiale)

Le linee sarebbero costituite da più vertici.


Non è possibile memorizzare tali informazioni per ogni vertice di una 
linea in un layer vettoriale con le caratteriste specificate.


Potresti rappresentare i vertici/nodi delle linee come elementi di un 
layer di tipo Point e assegnare gli attributi necessari ad ogni punto di 
tale layer.


A presto.

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


Re: [Qgis-user] CSV Import records missing on map

2021-09-27 Thread Peter Devanney
Agustín

Thanks for the tip. I did try placing the lat and long fields as columns 1
and 2 with no success. It is very strange.

I guess I will have to get the DMS converted to D.D and go from there.

Best regards
Peter

On Sun, Sep 26, 2021 at 10:11 PM Agustín Diez Castillo 
wrote:

> Hi,
> Are latitude and longitude among the first fields? I will try with them in
> field 2 and field 3, let field 1 for ID if you wish so. In this way, you
> can be sure if the problem is in another field or just in one of them.
> This trick helped me in te past to see where was the problems. Nicolas’
> suggestion will be the correct way to go (if you’re in Windows), but the
> other could help to see what it’s going on.
> Best
> Agustín
>
> On 26 Sep 2021, at 17:39, Nicolas Cadieux 
> wrote:
>
> Hi,
>
> I have never used DMS, but rather Degrees in Decimals so perhaps that is
> the problem.  Make sure what is currently imported is actually in the
> correct place in DMS.
>
> Normally, problems with csv is related to empty field or extra
> separators.  Look at the file in notepad or notepad ++ and eliminate to
> problematic characters to make sure columns are Perfectly aligned. This can
> be hard to find if the separator is a space character.
>
> Nicolas Cadieux
> https://gitlab.com/njacadieux
>
> Le 26 sept. 2021 à 16:48, Peter Devanney  a écrit :
>
> 
> Hello
>
> I have an issue I have never run into before.
>
> I am adding a delimited text (CSV) layer and only some of the records
> appear on the map. 36/118 records show. The rest do not show but are still
> in the attribute table.
>
> When I run add geometry attributes or do an export to .shp I only see the
> 36 records that showed up on the map.
>
> All records look identical in the source CSV. I cannot see any difference
> that would explain why one record imported successfully with geometry
> attributes and the others didn't.
>
> The CSV file has separate Lat and Long columns with coordinates in DMS
> Latitude Longitude
> N45 45 56.1 W075 27 51.3
>
> I am running 3.16.8 on OS X Big Sur 11.5.2
>
> Scratching my head as to why some records import ok and the others do not,
> even though all show up in the attribute table.
>
> thanks
>
> Peter Devanney
> ___
> 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


Re: [Qgis-user] CSV Import records missing on map

2021-09-27 Thread Peter Devanney
Nicolas

Thanks for the tip. I did check in Textedit and only see commas as
separator values and the DMS all look formatted the same.

This is also my first time having to use DMS - I usually use D.D without
any issues.

Peter

On Sun, Sep 26, 2021 at 8:39 PM Nicolas Cadieux 
wrote:

> Hi,
>
> I have never used DMS, but rather Degrees in Decimals so perhaps that is
> the problem.  Make sure what is currently imported is actually in the
> correct place in DMS.
>
> Normally, problems with csv is related to empty field or extra
> separators.  Look at the file in notepad or notepad ++ and eliminate to
> problematic characters to make sure columns are Perfectly aligned. This can
> be hard to find if the separator is a space character.
>
> Nicolas Cadieux
> https://gitlab.com/njacadieux
>
> Le 26 sept. 2021 à 16:48, Peter Devanney  a écrit :
>
> 
> Hello
>
> I have an issue I have never run into before.
>
> I am adding a delimited text (CSV) layer and only some of the records
> appear on the map. 36/118 records show. The rest do not show but are still
> in the attribute table.
>
> When I run add geometry attributes or do an export to .shp I only see the
> 36 records that showed up on the map.
>
> All records look identical in the source CSV. I cannot see any difference
> that would explain why one record imported successfully with geometry
> attributes and the others didn't.
>
> The CSV file has separate Lat and Long columns with coordinates in DMS
> Latitude Longitude
> N45 45 56.1 W075 27 51.3
>
> I am running 3.16.8 on OS X Big Sur 11.5.2
>
> Scratching my head as to why some records import ok and the others do not,
> even though all show up in the attribute table.
>
> thanks
>
> Peter Devanney
> ___
> 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


Re: [Qgis-user] Update attribute of road segment when it has been surveyed

2021-09-27 Thread Bernd Vogelgesang

There is also the "Join attributes by nearest" in the toolbox.

As it is not clear how your data looks alike, its hard to guess the
right approach.

On 27.09.21 15:26, Roland Spielhofer wrote:

Hi,
I have a road network that is surveyed for road distress.
The network is a line vector layer.
I also have a point layer representing the driven trajectories of the survey
vehicle.
I am looking for a method to update a field of the network layer when [some]
points of the trajectory are "near" the line.
As the trajectory is quite precise, the distances between lines and points are
small and there are no obvious outliers.
What I don't have is the algorithm how to classify the lines if the points of
the trajectory are near the line.
Any help appreiciated!
Roland

___
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] R: Digest di QGIS-it-user, Volume 71, Numero 13

2021-09-27 Thread Fabio Pifferini
Buongiorno Paolo,
usualmente le reti tecnologiche come quelle fognarie, vengono gestite con un 
layer di punti che rappresentano i pozzetti, ai quali sono assegnati gli 
attributi da te indicati, e da un layer con polilinee, che rappresentano le 
condotte (e relativi dati quali scabrezza, materiale, anno di posa, ecc., così 
come da che punto a che punto vanno (del layer summenzionato).

Fabio

Da: QGIS-it-user  Per conto di Paolo 
Venturelli
Inviato: lunedì, 27 settembre 2021 16:51
A: Utenti QGIS it 
Oggetto: Re: [QGIS-it-user] Digest di QGIS-it-user, Volume 71, Numero 13

@  andreaer...@libero.it
Le mie linee andrebbero a costituire la rappresentazione di una rete fognaria 
di acque bianche: a ciascun nodo vorrei attribuire 4 valori numerici e un 
valore descrittivo (Q_pc, Q_scor, profondità, diametro, materiale)
Le linee sarebbero costituite da più vertici.
Grazie per il consiglio
Paolo Venturelli


Il giorno sab 25 set 2021 alle ore 21:01 
mailto:qgis-it-user-requ...@lists.osgeo.org>>
 ha scritto:
Invia le richieste di iscrizione alla lista QGIS-it-user all'indirizzo
qgis-it-user@lists.osgeo.org

Per iscriverti o cancellarti attraverso il web, visita
https://lists.osgeo.org/mailman/listinfo/qgis-it-user
oppure, via email, manda un messaggio con oggetto `help' all'indirizzo

qgis-it-user-requ...@lists.osgeo.org

Puoi contattare la persona che gestisce la lista all'indirizzo

qgis-it-user-ow...@lists.osgeo.org

Se rispondi a questo messaggio, per favore edita la linea dell'oggetto
in modo che sia più utile di un semplice "Re: Contenuti del digest
della lista QGIS-it-user..."


Argomenti del Giorno:

   1. come attribuire campi ai vertici di una linea (Paolo
  Venturelli) (natan_b)
   2. Re: come attribuire campi ai vertici di una linea
  (Andrea Giudiceandrea)
   3. Re: Data Plotly (matteo)
   4. Re: Data Plotly (pierluigi de rosa)


--

Message: 1
Date: Sat, 25 Sep 2021 08:27:26 +0200
From: natan_b mailto:nata...@libero.it>>
To: qgis-it-user@lists.osgeo.org
Subject: [QGIS-it-user] come attribuire campi ai vertici di una linea
(Paolo Venturelli)
Message-ID: 
<56b2a87a9ac6e4981618b41fb7927...@smtp-33.iol.local>
Content-Type: text/plain; charset="utf-8"

Salve,potresti creare due nuovi attributi punto_iniz punto_fine. Poi se devi 
mettere le etichette sui vertici puoi utilizzare il costruttore di espressioni 
e sfruttare le due funzioni che ritornano punto iniziale e punto finale  della 
geometria.Inviato dal mio Galaxy
 Messaggio originale Da: 
qgis-it-user-requ...@lists.osgeo.org
 Data: 24/09/21  21:00  (GMT+01:00) A: 
qgis-it-user@lists.osgeo.org Oggetto: 
Digest di QGIS-it-user, Volume 71, Numero 12 Invia le richieste di iscrizione 
alla lista QGIS-it-user all'indirizzo   
qgis-it-user@lists.osgeo.orgPer 
iscriverti o cancellarti attraverso il web, visita  
https://lists.osgeo.org/mailman/listinfo/qgis-it-useroppure, via email, manda 
un messaggio con oggetto `help' all'indirizzo 
qgis-it-user-request@lists.osgeo.orgPuoi
 contattare la persona che gestisce la lista all'indirizzo  
qgis-it-user-owner@lists.osgeo.orgSe
 rispondi a questo messaggio, per favore edita la linea dell'oggettoin modo che 
sia più utile di un semplice "Re: Contenuti del digestdella lista 
QGIS-it-user..."Argomenti del Giorno:   1. come attribuire campi ai vertici di 
una linea (Paolo Venturelli)   2. Calcolo su DTM di aree con dislivello 
definito rispetto ad un  vettore lineare (Danilo 
Procaccini)--Message:
 1Date: Fri, 24 Sep 2021 16:26:22 +0200From: Paolo Venturelli 
mailto:venturelli.pa...@gmail.com>>To: Utenti QGIS 
it mailto:qgis-it-user@lists.osgeo.org>>Subject: 
[QGIS-it-user] come attribuire campi ai vertici di una lineaMessage-ID:  
mailto:fw9rrhinpxddxk5xmxqfodqkvcyaqhd8erc...@mail.gmail.com>>Content-Type:
 text/plain; charset="utf-8"Buongiorno a tutti, avrei bisogno di costruire una 
rete fatta di linee,vorrei attribuire valori distinti ai vertici di ciascuna 
linea e non socome si fa.Qualcuno mi saprebbe aiutare?GrazieSalutiPaolo 
Venturelli-- parte successiva --Un allegato HTML è 
stato rimosso...URL: 
--Message:
 2Date: Fri, 24 Sep 2021 19:13:14 +0200From: Danilo Procaccini 

Re: [QGIS-it-user] Digest di QGIS-it-user, Volume 71, Numero 13

2021-09-27 Thread Paolo Venturelli
@  andreaer...@libero.it
Le mie linee andrebbero a costituire la rappresentazione di una rete
fognaria di acque bianche: a ciascun nodo vorrei attribuire 4 valori
numerici e un valore descrittivo (Q_pc, Q_scor, profondità, diametro,
materiale)
Le linee sarebbero costituite da più vertici.
Grazie per il consiglio
Paolo Venturelli


Il giorno sab 25 set 2021 alle ore 21:01 <
qgis-it-user-requ...@lists.osgeo.org> ha scritto:

> Invia le richieste di iscrizione alla lista QGIS-it-user all'indirizzo
> qgis-it-user@lists.osgeo.org
>
> Per iscriverti o cancellarti attraverso il web, visita
> https://lists.osgeo.org/mailman/listinfo/qgis-it-user
> oppure, via email, manda un messaggio con oggetto `help' all'indirizzo
> qgis-it-user-requ...@lists.osgeo.org
>
> Puoi contattare la persona che gestisce la lista all'indirizzo
> qgis-it-user-ow...@lists.osgeo.org
>
> Se rispondi a questo messaggio, per favore edita la linea dell'oggetto
> in modo che sia più utile di un semplice "Re: Contenuti del digest
> della lista QGIS-it-user..."
>
>
> Argomenti del Giorno:
>
>1. come attribuire campi ai vertici di una linea (Paolo
>   Venturelli) (natan_b)
>2. Re: come attribuire campi ai vertici di una linea
>   (Andrea Giudiceandrea)
>3. Re: Data Plotly (matteo)
>4. Re: Data Plotly (pierluigi de rosa)
>
>
> --
>
> Message: 1
> Date: Sat, 25 Sep 2021 08:27:26 +0200
> From: natan_b 
> To: qgis-it-user@lists.osgeo.org
> Subject: [QGIS-it-user] come attribuire campi ai vertici di una linea
> (Paolo Venturelli)
> Message-ID: <56b2a87a9ac6e4981618b41fb7927...@smtp-33.iol.local>
> Content-Type: text/plain; charset="utf-8"
>
> Salve,potresti creare due nuovi attributi punto_iniz punto_fine. Poi se
> devi mettere le etichette sui vertici puoi utilizzare il costruttore di
> espressioni e sfruttare le due funzioni che ritornano punto iniziale e
> punto finale  della geometria.Inviato dal mio Galaxy
>  Messaggio originale Da:
> qgis-it-user-requ...@lists.osgeo.org Data: 24/09/21  21:00  (GMT+01:00)
> A: qgis-it-user@lists.osgeo.org Oggetto: Digest di QGIS-it-user, Volume
> 71, Numero 12 Invia le richieste di iscrizione alla lista QGIS-it-user
> all'indirizzo   qgis-it-user@lists.osgeo.orgPer iscriverti o cancellarti
> attraverso il web, visita
> https://lists.osgeo.org/mailman/listinfo/qgis-it-useroppure, via email,
> manda un messaggio con oggetto `help' all'indirizzo
>  qgis-it-user-request@lists.osgeo.orgPuoi contattare la persona che
> gestisce la lista all'indirizzo  qgis-it-user-owner@lists.osgeo.orgSe
> rispondi a questo messaggio, per favore edita la linea dell'oggettoin modo
> che sia più utile di un semplice "Re: Contenuti del digestdella lista
> QGIS-it-user..."Argomenti del Giorno:   1. come attribuire campi ai vertici
> di una linea (Paolo Venturelli)   2. Calcolo su DTM di aree con dislivello
> definito rispetto ad un  vettore lineare (Danilo
> Procaccini)--Message:
> 1Date: Fri, 24 Sep 2021 16:26:22 +0200From: Paolo Venturelli <
> venturelli.pa...@gmail.com>To: Utenti QGIS it <
> qgis-it-user@lists.osgeo.org>Subject: [QGIS-it-user] come attribuire
> campi ai vertici di una lineaMessage-ID:   fw9rrhinpxddxk5xmxqfodqkvcyaqhd8erc...@mail.gmail.com>Content-Type:
> text/plain; charset="utf-8"Buongiorno a tutti, avrei bisogno di costruire
> una rete fatta di linee,vorrei attribuire valori distinti ai vertici di
> ciascuna linea e non socome si fa.Qualcuno mi saprebbe
> aiutare?GrazieSalutiPaolo Venturelli-- parte successiva
> --Un allegato HTML è stato rimosso...URL: <
> http://lists.osgeo.org/pipermail/qgis-it-user/attachments/20210924/43e13e3f/attachment-0001.html>--Message:
> 2Date: Fri, 24 Sep 2021 19:13:14 +0200From: Danilo Procaccini <
> danilo.procacc...@gmail.com>To: Utenti QGIS it <
> qgis-it-user@lists.osgeo.org>Subject: [QGIS-it-user] Calcolo su DTM di
> aree con dislivello definitorispetto ad un vettore
> lineareMessage-ID:rxeuzftx8yc64hauwtfdyoj86oyd...@mail.gmail.com>Content-Type: text/plain;
> charset="utf-8"Buonasera,qualcuno si è mai posto il problema di dover
> individuare a partire da unDTM e da una linea vettoriale l'area compresa
> all'interno di un dislivellodefinito rispetto alla linea.Sto cercando di
> capire come ricavare l'ambito di tutela di un crinale: hoil DTM, ho la
> linea di crinale e dovrei ricavare l'area compresaall'interno di 15 metri
> di dislivello negativo lungo i versanti.Qualche suggerimento?Grazie in
> anticipo-- parte successiva --Un allegato HTML è
> stato rimosso...URL: <
> http://lists.osgeo.org/pipermail/qgis-it-user/attachments/20210924/f8e74085/attachment-0001.html>--Subject:
> Chiusura del
> 

Re: [Qgis-user] Update attribute of road segment when it has been surveyed

2021-09-27 Thread Nicolas Cadieux
Hi,

It’s not clear to me what you are looking for but it seems you have information 
from points that you would like to have updated based on the lines.  This is 
impossible because they are not touching (a very hard thing to do btw).  You 
could snap the points to the line.  Look for “snap“ in Processing.

Another way is to make a buffer with the lines or with the points.  A 30cm 
buffer would permit you to do a spatial query where you have up to 30cm error 
between a line and a point.  

If you are also looking for an algorithm to fix your linear network, I have 
just posted a QGIS 3.20 model called fix directional network downloadable from 
the QGIS plugin site (look for the hub tab in https://plugins.qgis.org/  That 
could help find errors in the linear part of the network.  The YouTube video 
below will help using the model.

https://youtu.be/v61PafSByvM

Nicolas Cadieux
https://gitlab.com/njacadieux

> Le 27 sept. 2021 à 09:27, Roland Spielhofer  a écrit :
> 
> 
> Hi,
> I have a road network that is surveyed for road distress.
> The network is a line vector layer.
> I also have a point layer representing the driven trajectories of the survey 
> vehicle.
> I am looking for a method to update a field of the network layer when [some] 
> points of the trajectory are "near" the line.
> As the trajectory is quite precise, the distances between lines and points 
> are small and there are no obvious outliers.
>  
> What I don't have is the algorithm how to classify the lines if the points of 
> the trajectory are near the line.
>  
> Any help appreiciated!
>  
> Roland
>  
> ___
> 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] Update attribute of road segment when it has been surveyed

2021-09-27 Thread Roland Spielhofer
Hi,

I have a road network that is surveyed for road distress.

The network is a line vector layer.

I also have a point layer representing the driven trajectories of the survey vehicle.

I am looking for a method to update a field of the network layer when [some] points of the trajectory are "near" the line.

As the trajectory is quite precise, the distances between lines and points are small and there are no obvious outliers.

 

What I don't have is the algorithm how to classify the lines if the points of the trajectory are near the line.

 

Any help appreiciated!

 

Roland

 
___
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] Cosa usare al posto di Nabble per la nostra lista?

2021-09-27 Thread Totò Fiandaca
Ciao a tuttə,

mi sembra che i pro dell'uso delle discussioni di github siamo state già
descritte da Andrea Borruso; io aggiungo, che oggi, si comunica molto
tramite immagini, screenshot; non esiste un miglior modo di allegare
screenshot di quello di github: fai screen e incolli, fatto! (non dobbiamo
perdere tempo a salvare il file in locale e non ci sono limite per gli
allegati).

Unico contro è, forse, il fatto che non possiamo gestire i server di
github, ma a questo punto preoccupiamoci di una cosa ancora più grave, QGIS
stesso è su github.

Quindi in sintesi, per me +1 per le discussioni di QGIS.

Saluti



Il giorno ven 17 set 2021 alle ore 08:18 matteo 
ha scritto:

> Ciao a tutti,
>
> cercherei di aprire una discussione più ampia con pro e contro delle
> varie possibilità.
>
> Capisco la comodità di avere tutto in un unico contenitore (github in
> questo caso), ricordiamoci che però non siamo noi a gestire i server di
> github. Quindi per me -1
>
> A presto
>
> Matteo
> ___
> QGIS-it-user mailing list
> QGIS-it-user@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/qgis-it-user
>


-- 
*Ing. Salvatore Fiandaca*
*mobile*.:+39 327.493.8955
*m*: *pigrecoinfin...@gmail.com *
*C.F*.: FNDSVT71E29Z103G
*P.IVA*: 06597870820
*membro QGIS Italia - http://qgis.it/ *
*socio GFOSS.it - *http://gfoss.it/
*blog:*
* https://pigrecoinfinito.com/  FB: Co-admin
- https://www.facebook.com/qgis.it/ **
 *
*TW:  **https://twitter.com/totofiandaca
*

43°51'0.54"N  10°34'27.62"E - EPSG:4326

“Se la conoscenza deve essere aperta a tutti,
perchè mai limitarne l’accesso?”
R. Stallman

Questo documento, allegati inclusi, contiene informazioni di proprietà di
FIANDACA SALVATORE e deve essere utilizzato esclusivamente dal destinatario
in relazione alle finalità per le quali è stato ricevuto. E' vietata
qualsiasi forma di riproduzione o divulgazione senza l'esplicito consenso
di FIANDACA SALVATORE. Qualora fosse stato ricevuto per errore si prega di
informare tempestivamente il mittente e distruggere la copia in proprio
possesso.
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user