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?
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?
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
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.