Skip to main content

Hello,

I'd like to be able to change, for example a -544.43 meter Z value to 544.43. The z values were generated by a bathymetric software package, so positive Z is down. I realize this is a simple multiply by -1, but I can't get it to work on a .LAS file using the "Offsetter" or coordinate tools. I suspect this should be an easy fix, so any help would be appreciated.

Are your geometries just points?


Hi @jimmy, the 3DAffiner might help you.


Hi @jimmy, the 3DAffiner might help you.

Learned something new today!

Hi Takashi,

Thanks!!! That worked perfectly. I hadn't thought of using the 3dAffiner. Exactly what I was looking for! Yes, the geometries are all points, so inputting a LAS and outputting a LAS worked. I very much appreciate the help!


A coordinate replace should also work for point values


A coordinate replace should also work for point values

This was one of the tests I did and it did not work. It's possible I was not implimenting it correcctly. Thanks!

 

 


This was one of the tests I did and it did not work. It's possible I was not implimenting it correcctly. Thanks!

 

 

This works for point geometries, but probably your input feature has a point cloud geometry. If so, this could work once you have decomposed the point cloud into individual points with the PointCloudCoercer (Output Geometry: Individual Points). You can re-build a point cloud from the individual points with a PointCloudCombiner after replacing z-coordinate.

 


Hi @jimmy, the 3DAffiner might help you.

The Scaler works as well.

 


Reply