Import coordinates from a csv file

Feel free to ask any question here
Post Reply
atux
Posts: 1
Joined: Thu Jun 09, 2022 11:19 am

Import coordinates from a csv file

Post by atux »

Hi all,

I have a csv file that contains x,y coordinates of the points to draw. (Missing the z coordinate, so the points lie in the same plane).
In the csv file:

the first column contains the x values;

in the following columns there are the y values all referred to the same values ​​of x of the first column.
So, for each value of x there are many values ​​of y associated with it.
My file has thousands of coordinates, but I'll give you a simplified example below to explain how the coordinates are organized.
How can I import correctly a csv file of this type?

Thank you,
a.
data_01.jpg
data_01.jpg (16.17 KiB) Viewed 737 times
graph_01.jpg
graph_01.jpg (32.2 KiB) Viewed 737 times
daniel
Site Admin
Posts: 7710
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Import coordinates from a csv file

Post by daniel »

Not in this format sadly... It can only be a couple of 'X Y' values on each line.
Daniel, CloudCompare admin
Post Reply