How can I calculate a more accurate line length using a DEM?
Solved
More accurate line length using elevation / DEM
Best answer by fmelizard
There are probably a few ways to do this, but here is one way.
Chopper —> PointOnRasterValueExtractor —> 3DForcer —> PointConnector —> LengthCalculator
- Chopper: split the line into points (max vertices = 1)
- PointOnRasterValueExtractor: get the elevation from the raster to the points.
- 3DForcer: force the point features to use the elevation as the z component.
- PointConnecter: connect the points into a line again.
- LengthCalculator: calculate the length using all three dimensions.
I wonder how others are doing this?
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.
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.

