Question

Can I use FME to combine 2 las files classifying las_01 as ground and las_02 as surface?

  • 27 February 2017
  • 2 replies
  • 19 views

Badge

I have been given 2 las files. One for ground points, and one for Surface points. I would like to combine the files into one in order to utilize the lidar classes for presentation purposes.


2 replies

Userlevel 2
Badge +17

Hi @robertdbuckley, I think you can do that with the PointCloudCombiner transformer.

Badge +22

Agreed, you can use the PointCloudCombiner to merge the two files. If the individual point clouds do not have a classification, then you can add it as a component using the PointCloudComponentAdder prior to the PointCloudCombiner.

Reply