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.
Page 1 / 1
Hi @robertdbuckley, I think you can do that with the PointCloudCombiner transformer.
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.