Page 1 of 1

Transform point cloud coordinate system

Posted: Tue Jul 18, 2017 5:45 pm
by thangtamfive
Hi,

I have question is it possible to transform point cloud using definition of coordinate system (EPSG)?

Regards,

Re: Transform point cloud coordinate system

Posted: Tue Jul 18, 2017 6:24 pm
by daniel
If you know the shift between the initial cloud coordinate system, and the resulting EPSG one, then you can use the 'Edit > Edit Global Scale & Shift' feature to properly transform the cloud (without loosing precision: the actual shift is only performed at export time).

However it's a manual process ;)

Re: Transform point cloud coordinate system

Posted: Wed Sep 27, 2017 7:43 pm
by Elbruno
Hello,
I dont know if I understand this question well.

Most of cases using point cloud we consider that we are at a local topography system and this can simplify this question.

Some Clouds can get big in its extension, and the earth shape can influence the results, in these cases we need to consider an use of a projection.

Some projections deform some properties to preserve other, for instance the equidistant projection mantain distances and distorce the shape and area from objects.

The EPSG has a collection of transformation methods to deal with this. (http://www.epsg.org/)

Now I ask if is possible to Cloud Compare work with Projections?

Thanks Daniel for this great software.

Re: Transform point cloud coordinate system

Posted: Fri Sep 29, 2017 9:40 am
by daniel
Nope, CC doesn't handle topographic projections.

I guess GDAL/PDAL or liblas may help?