Re: [Qgis-user] .csv table

2023-05-26 Thread Bernd Vogelgesang via QGIS-User

Hi Burt,

I can give it a try tomorrow.

Cheers,
Bernd

Am 26.05.23 um 16:07 schrieb Burt Grabowski via QGIS-User:

Dear all,

first of all I want to quickly introduce myself. My name is Burt and I
am a student of economics in Austria. I have a special request, because
I am an absolute beginner in QGIS, but have no time left. I am writing
on my diploma thesis and my supervisor wants to have some cards in it. I
spent a whole week, but I am not able to connect a simple .csv file with
the shape file. I would probably need 10 to 15 minutes, so who would
please have some time left for me for a zoom call, so that I can create
some tables for my diploma thesis? I would like to create them over the
weekend, because my deadline is getting closer and I cannot find one
description of my simple problem.

Regards,
Burt

--
Diese Nachricht wurde von meinem Android Mobiltelefon mit GMX Mail
gesendet.

___
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 table

2023-05-26 Thread Garth Fletcher via QGIS-User

Burt Grabowski wrote:

?Dear all, first of all I want to quickly introduce myself. My name is 
Burt and I am a student of economics in Austria. I have a special 
request, because I am an absolute beginner in QGIS, but have no time 
left. I am writing on my diploma thesis and my supervisor wants to 
have some cards in it. I spent a whole week, but I am not able to 
connect a simple .csv file with the shape file. I would probably need 
10 to 15 minutes, so who would please have some time left for me for a 
zoom call, so that I can create some tables for my diploma thesis? I 
would like to create them over the weekend, because my deadline is 
getting closer and I cannot find one description of my simple problem. 


Nicolas Cadieux has replied many times via QGIS-User Digest but perhaps you did 
not see his replies and offers of help.

Assuming you have a shape file containing some objects, and
you have a .csv file containing lines which should connect to those objects

You need to have (or create) a field in the .CSV file whose contents matches a 
field in the shape file.
It could be simply a number, or a string.  The important thing is that the 
content of the field in the shape file will match the content of the field in 
the .csv file.

For example if the Shape file contains a field ShpTag
and the .csv file contain a field named CsvTag of the same type

Load the .csv file as a layer using the Data Manager's  Delimited text option
  {note: if the 1st line in the .csv contains column names, they will be used 
as field names}

You then open the shape layer dialog and use the "join" pane to
 a) identify the .csv file layer
 b) identify the field in the .csv file (CsvTag)
 c) identify the field in the shape file (ShpTag)

Each object in the shape file will then have appended to its attributes the 
.csv contents from the line in the .csv file in which the contents of ShpTag 
matched the contents of CsvTag.


Very easy and very powerful.

Hope the above helps more than it confuses...

--
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-user] .csv table

2023-05-26 Thread Nicolas Cadieux via QGIS-User
Hi,
Sorry, I will not be available for another month…. Its now or never (for me 
anyways…)

Nicolas Cadieux

> Le 26 mai 2023 à 13:06, Burt Grabowski  a écrit :
> 
> 
> Hi Nicolas,
> 
> thank you for your reply. In this case my supervisor told me to use QGIS, so 
> I have no alternative. For today I'm a little bit too late, because I stop 
> working at 8:00 p.m CET. I would prefer tomorrow between 12:00 a.m and 2:00 
> p.m but your time zone is -7 hours.
> 
> Burt Grabowski
> 
> --
> Diese Nachricht wurde von meinem Android Mobiltelefon mit GMX Mail gesendet.
> Am 26.05.23, 18:42 schrieb Nicolas Cadieux :
>> 
>> Hi Burt! 
>> Last call! I would need to do this quickly. Hope you get this message on 
>> time! 
>> 
>> Nicolas Cadieux 
>> 
>> > Le 26 mai 2023 à 10:17, Nicolas Cadieux  a 
>> > écrit : 
>> > 
>> > Hi, 
>> > I could probably help out sometimes between noon and 1h30. When my meeting 
>> > ends. (Montréal time). Would that work? 
>> > 
>> > Nicolas Cadieux 
>> > 
>> >> Le 26 mai 2023 à 10:08, Burt Grabowski via QGIS-User 
>> >>  a écrit : 
>> >> 
>> >> Dear all, 
>> >> 
>> >> first of all I want to quickly introduce myself. My name is Burt and I am 
>> >> a student of economics in Austria. I have a special request, because I am 
>> >> an absolute beginner in QGIS, but have no time left. I am writing on my 
>> >> diploma thesis and my supervisor wants to have some cards in it. I spent 
>> >> a whole week, but I am not able to connect a simple .csv file with the 
>> >> shape file. I would probably need 10 to 15 minutes, so who would please 
>> >> have some time left for me for a zoom call, so that I can create some 
>> >> tables for my diploma thesis? I would like to create them over the 
>> >> weekend, because my deadline is getting closer and I cannot find one 
>> >> description of my simple problem. 
>> >> 
>> >> Regards, 
>> >> Burt 
>> >> 
>> >> -- 
>> >> Diese Nachricht wurde von meinem Android Mobiltelefon mit GMX Mail 
>> >> gesendet. ___ 
>> >> 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] Re: .csv table

2023-05-26 Thread Burt Grabowski via QGIS-User


 
 Hi Nicolas,thank you for your reply. In this case my supervisor told me to use QGIS, so I have no alternative. For today I'm a little bit too late, because I stop working at 8:00 p.m CET. I would prefer tomorrow between 12:00 a.m and 2:00 p.m but your time zone is -7 hours.Burt Grabowski--Diese Nachricht wurde von meinem Android Mobiltelefon mit GMX Mail gesendet.Am 26.05.23, 18:42 schrieb Nicolas Cadieux :

  Hi Burt!
   Last call! I would need to do this quickly. Hope you get this message on time!
   
   Nicolas Cadieux
   
   > Le 26 mai 2023 à 10:17, Nicolas Cadieux  a écrit :
   > 
   > Hi,
   > I could probably help out sometimes between noon and 1h30. When my meeting ends. (Montréal time). Would that work?
   > 
   > Nicolas Cadieux
   > 
   >> Le 26 mai 2023 à 10:08, Burt Grabowski via QGIS-User  a écrit :
   >> 
   >> Dear all,
   >> 
   >> first of all I want to quickly introduce myself. My name is Burt and I am a student of economics in Austria. I have a special request, because I am an absolute beginner in QGIS, but have no time left. I am writing on my diploma thesis and my supervisor wants to have some cards in it. I spent a whole week, but I am not able to connect a simple .csv file with the shape file. I would probably need 10 to 15 minutes, so who would please have some time left for me for a zoom call, so that I can create some tables for my diploma thesis? I would like to create them over the weekend, because my deadline is getting closer and I cannot find one description of my simple problem.
   >> 
   >> Regards,
   >> Burt
   >> 
   >> --
   >> Diese Nachricht wurde von meinem Android Mobiltelefon mit GMX Mail gesendet. ___
   >> 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 table

2023-05-26 Thread Nicolas Cadieux via QGIS-User
Hi Burt!
Last call!  I would need to do this quickly. Hope you get this message on time!

Nicolas Cadieux

> Le 26 mai 2023 à 10:17, Nicolas Cadieux  a écrit 
> :
> 
> Hi,
> I could probably help out sometimes between noon and 1h30. When my meeting 
> ends.  (Montréal time).  Would that work?
> 
> Nicolas Cadieux
> 
>> Le 26 mai 2023 à 10:08, Burt Grabowski via QGIS-User 
>>  a écrit :
>> 
>> Dear all,
>> 
>> first of all I want to quickly introduce myself. My name is Burt and I am a 
>> student of economics in Austria. I have a special request, because I am an 
>> absolute beginner in QGIS, but have no time left. I am writing on my diploma 
>> thesis and my supervisor wants to have some cards in it. I spent a whole 
>> week, but I am not able to connect a simple .csv file with the shape file. I 
>> would probably need 10 to 15 minutes, so who would please have some time 
>> left for me for a zoom call, so that I can create some tables for my diploma 
>> thesis? I would like to create them over the weekend, because my deadline is 
>> getting closer and I cannot find one description of my simple problem.
>> 
>> Regards,
>> Burt
>> 
>> --
>> Diese Nachricht wurde von meinem Android Mobiltelefon mit GMX Mail gesendet. 
>> ___
>> 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] Create 3D polygons

2023-05-26 Thread Nicolas Cadieux via QGIS-User
Hi,
I’am sure there is an easier way like a cad plugin or an open source cad 
software but for very simple shapes, I have used a x,y,z wkt format in a text 
file. Google wkt format and wiki. 

Nicolas Cadieux

> Le 23 mai 2023 à 01:24, Grant Boxer via QGIS-User  
> a écrit :
> 
> 
> I am trying to create a 3D polygon using XYZ coordinates, like from vertices 
> of a rectangular prism for example, and wondered how to create this so I can 
> display is in 3D using the QGIS2Threejs or the 3D map view options in QGIS. 
> Any suggestions?
> Grant Boxer
> ___
> 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] QGIS for safe organization use.

2023-05-26 Thread Nicolas Cadieux via QGIS-User
Hi,

Your data is your data!  It will be safe if you keep it safe.  If you have any 
concerns regarding the safety of QGIS, send a mail to the NRCAN Canadian 
mapping service in Sherbrooke Quebec.  They use QGIS and other products.  
Between you and me, I would stick with QGIS as ArcGIS could lock you into 
proprietary file formats.  I would say ArcGIS is the best alternative to QGIS!

Nicolas Cadieux

> Le 23 mai 2023 à 12:10, Simon via QGIS-User  a 
> écrit :
> 
> 
> Hello, 
> 
> I work at the Department of National Defense for the Canadian government and 
> had some questions regarding QGIS. 
> 
> Firstly, I'm working on a project to determine the seismic risk and 
> vulnerability of all the department's buildings different Canadian Provinces. 
> An important part of the project will be to create a geodatabase containing 
> crucial information about each building. After, I plan to create a layer that 
> will show the location of these buildings on a map. 
> 
> Now, a large portion of the information regarding the buildings and their 
> locations is confidential, and so I'm wondering if the geodatabase and layer 
> that I plan to create will be safe and protected, or if other users will have 
> access to them since QGIS is free and open source?
> 
> At first, I was planning to work with ArcGIS Pro but I'm currently waiting 
> for a license. When or if it comes through, I'll stick with ArcGIS but for 
> now QGIS seems to be the best alternative. 
> 
> If QGIS is not safe, are there other safe and similar softwares you can 
> recommend? 
> 
> Thanks, 
> 
> Simon
> 
> 
> ___
> 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 table

2023-05-26 Thread Nicolas Cadieux via QGIS-User
Hi,
I could probably help out sometimes between noon and 1h30. When my meeting 
ends.  (Montréal time).  Would that work?

Nicolas Cadieux

> Le 26 mai 2023 à 10:08, Burt Grabowski via QGIS-User 
>  a écrit :
> 
> Dear all,
> 
> first of all I want to quickly introduce myself. My name is Burt and I am a 
> student of economics in Austria. I have a special request, because I am an 
> absolute beginner in QGIS, but have no time left. I am writing on my diploma 
> thesis and my supervisor wants to have some cards in it. I spent a whole 
> week, but I am not able to connect a simple .csv file with the shape file. I 
> would probably need 10 to 15 minutes, so who would please have some time left 
> for me for a zoom call, so that I can create some tables for my diploma 
> thesis? I would like to create them over the weekend, because my deadline is 
> getting closer and I cannot find one description of my simple problem.
> 
> Regards,
> Burt
> 
> --
> Diese Nachricht wurde von meinem Android Mobiltelefon mit GMX Mail gesendet. 
> ___
> 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] .csv table

2023-05-26 Thread Burt Grabowski via QGIS-User
Dear all,first of all I want to quickly introduce myself. My name is Burt and I am a student of economics in Austria. I have a special request, because I am an absolute beginner in QGIS, but have no time left. I am writing on my diploma thesis and my supervisor wants to have some cards in it. I spent a whole week, but I am not able to connect a simple .csv file with the shape file. I would probably need 10 to 15 minutes, so who would please have some time left for me for a zoom call, so that I can create some tables for my diploma thesis? I would like to create them over the weekend, because my deadline is getting closer and I cannot find one description of my simple problem.Regards,Burt--Diese Nachricht wurde von meinem Android Mobiltelefon mit GMX Mail gesendet.
___
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