Skip to main content
Solved

Z coordinate from field value.

  • January 2, 2021
  • 2 replies
  • 428 views

Hi everyone,

 

I have a points shape (.shp with Z value) that contains a field with measured Z-values (called Zvalue and is a float), which I copied from a different point shape in my workbench.

 

The idea is that the Z value (the coordinate) is set to the value in it's Zvalue field.

Does anyone know how this is done in FME?

 

Best answer by jlbaker2779

Use a 3dForcer and set the Z value as the elevation. That will turn them into 3d points.

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.

2 replies

Forum|alt.badge.img+2
  • 194 replies
  • Best Answer
  • January 2, 2021

Use a 3dForcer and set the Z value as the elevation. That will turn them into 3d points.


  • Author
  • 3 replies
  • January 3, 2021

Thanks for the answer!

3D forcer was indeed the best option to force the Z-value to a attribute.