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.
Import coordinates from a csv file
Re: Import coordinates from a csv file
Not in this format sadly... It can only be a couple of 'X Y' values on each line.
Daniel, CloudCompare admin