Skip to main content
Solved

Hi! We are providing As-built Documentation services, deliver 2d drawings and 3D models, one our requirement is point cloud in .las format we are registering data in Recap it will export point cloud in e57, rcs, pts, xyz format i

  • October 30, 2020
  • 3 replies
  • 8 views

How we convert above mentioned format in to .las format

Best answer by mark2atsafe

That should be a fairly straightforward process. This article has a video demonstration of how to convert xyz to las: https://community.safe.com/s/article/writing-point-clouds

There is also this more general tutorial on lidar and point clouds in FME: https://community.safe.com/s/article/what-is-a-point-cloud-what-is-lidar

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.

3 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • October 30, 2020

Creator, FeatureReader (xyz), FeatureWriter (las) should do it.


mark2atsafe
Safer
Forum|alt.badge.img+56
  • Safer
  • 2554 replies
  • Best Answer
  • October 30, 2020

That should be a fairly straightforward process. This article has a video demonstration of how to convert xyz to las: https://community.safe.com/s/article/writing-point-clouds

There is also this more general tutorial on lidar and point clouds in FME: https://community.safe.com/s/article/what-is-a-point-cloud-what-is-lidar


That should be a fairly straightforward process. This article has a video demonstration of how to convert xyz to las: https://community.safe.com/s/article/writing-point-clouds

There is also this more general tutorial on lidar and point clouds in FME: https://community.safe.com/s/article/what-is-a-point-cloud-what-is-lidar

Thanks for your help​