Skip to main content
Solved

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

  • February 16, 2018
  • 1 reply
  • 62 views

Forum|alt.badge.img

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

Best answer by takashi

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.

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.

1 reply

takashi
Celebrity
  • 7843 replies
  • Best Answer
  • February 16, 2018

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.