Solved

How could I change the elevation values of an xyz pointcloud?

  • 16 February 2018
  • 1 reply
  • 9 views

Badge

I would like to exaggerate my elevations in a xyz point cloud. Is there a transformer which would simple allow me to define a simple formula e.g "z*4"?

icon

Best answer by takashi 16 February 2018, 12:01

View original

1 reply

Userlevel 2
Badge +17

Hi @robertdbuckley, there are two options.

  1. Scaler: Set 4 to the Scale Factors - Z parameter.
  2. PointCloudExpressionEvaluator: Assign the value of an expression "@Component(z)*4" to "z" component.

Reply