Page 1 of 1

Is there a command to colorize using a geotif?

Posted: Sat Jul 21, 2018 1:15 pm
by Elbruno
Hey,

I have a Geotif and a cloud point of an area.

Is there a way to apply the RGB IR information from geotif to a point cloud?

I got some results, but not great ones.

I've imported a geotif as a point cloud, calcualted the distance between it and the (3D) point cloud.
This create into the geotif a scalar field "distance Z" that I can set as Z coordinates later.

But, you should have a better way to do that.
Thanks!

Re: Is there a command to colorize using a geotif?

Posted: Sat Jul 21, 2018 1:42 pm
by haden
check out this here:
https://docs.safe.com/fme/2018.0/html/F ... setter.htm

there is a free trial version from FME - which works good to colorize pointclouds or geotiffs

generally the software is good to convert files without visually displaying them, so it's perfect for large files or to batch many files.

Re: Is there a command to colorize using a geotif?

Posted: Fri Jul 27, 2018 11:23 pm
by Elbruno
Thank you haden!

Daniel
In CloudCompare, are u planning to do something like this?

Cheers.

Re: Is there a command to colorize using a geotif?

Posted: Mon Jul 30, 2018 8:06 pm
by muzo583
Hi,

You can use PDAL pipeline as described here:

https://pdal.io/workshop/exercises/anal ... ation.html

cheers.

Re: Is there a command to colorize using a geotif?

Posted: Mon Jul 30, 2018 9:25 pm
by Elbruno
It is a little complicated to me yet.

I will try it later.

Tyvm!