Skip to main content
Solved

Converting Lidar data from point geometry to Point cloud geometry

  • April 24, 2024
  • 1 reply
  • 123 views

yagami9
Contributor
Forum|alt.badge.img+6

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

Best answer by nielsgerrits

One way to do this is with the PointCloudCombiner.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

nielsgerrits
VIP
Forum|alt.badge.img+62
  • Best Answer
  • April 24, 2024

One way to do this is with the PointCloudCombiner.