Question

Points to pointcloud

  • 8 May 2019
  • 1 reply
  • 9 views

Badge +4

Hi,

I would like to create a pointcloud (las file) from a csv. The csv has x, y, z and some other attributes. On one x,y coordinate I have different attributes per z value. How can I create a point cloud without loosing the attributes?

I manage to create an pointcloud via an aggregator and geometrycoercer, but then I lost all the attributes.

Any help is appreciated.

Arno


1 reply

Userlevel 1
Badge +21

Look at the PointCloudCombiner - don't be put off by the name, it will create point clouds as well as combine them. There are options to preserve additional attributes as components

Reply