Skip to main content
Question

Point Cloud (Las data) to z=0

  • January 7, 2024
  • 2 replies
  • 33 views

Forum|alt.badge.img

Hello everyone..

I have Laz data and I want to bring the base completely to Z = 0 without disturbing the 3D position.How can I do that?132953

2 replies

hkingsbury
Celebrity
Forum|alt.badge.img+63
  • Celebrity
  • 1625 replies
  • January 7, 2024

You can use the offsetter transformer to set the z axis offset. To get the offset value you can firstly run it through the PointCloudStatisticsCalculator and get the min z value


Forum|alt.badge.img
  • Author
  • 1 reply
  • January 11, 2024

You can use the offsetter transformer to set the z axis offset. To get the offset value you can firstly run it through the PointCloudStatisticsCalculator and get the min z value

hkingsbury thank you. It works very well.