Solved

Converting Lidar data from point geometry to Point cloud geometry

  • 24 April 2024
  • 1 reply
  • 27 views

Userlevel 2
Badge +5

Hello everyone ,
i am currently working on Lidar data , i am reading a set of points from a json file and creating vertices based on the coordinates.

here is how the json file containing the Lidar data looks like :  (a bunch of (x,y) set of points)

in order to make use of FME point cloud specific transformers i need to convert these points from point geometry to Point cloud geometry , any idea on how i could do that ?


Thanks in advance

icon

Best answer by nielsgerrits 24 April 2024, 13:32

View original

1 reply

Userlevel 6
Badge +33

One way to do this is with the PointCloudCombiner.

Reply