Question

How to create a point cloud from GeoTIFF dataset for 3D modeling?

  • 12 April 2020
  • 1 reply
  • 31 views

I have 2 GeoTIFF files (attached below) an RGB Ortho and a DSM of that image. I want to create a point cloud to render a 3D model in ArcGIS Pro but have no clue how to create the point cloud in FME, would appreciate a step by step instruction.

Thanks in advance.


1 reply

Badge +6

Hi,

I am not an expert but this model works

Do it in two steps, first convert the geotiff with height info to a csv file.

Then convert the csv file with the geotiff color using PointCloudOnRasterComponentSetter.

eotiff_2_las-V1.zip

Reply