Select to view content in your preferred language

Way to get correct terrain Height globally

201
2
Jump to solution
4 weeks ago
JanikCodes
New Contributor

Hi.

I'm trying to figure out a way to correctly generate meshs,points,lines across the terrains height without having to rely on Raycasts. Raycast aren't ideal because they are working based on the inbuild LOD and return incorrect results over a longer distance.

I'm eager to use an external API for height based on lat & lon due to failures in the result.

Is there no way to get a height based on the elevation layer or should I really rely on a height API?

0 Kudos
1 Solution

Accepted Solutions
JanikCodes
New Contributor

edit for those who are interested:

As it seems like there is no inbuild way I actually decided to use an external elevation API (open-elevation) which you can also self host. If you want something else you can also download the global elevation data and build something yourself.

The API itself is pretty great, allowing you to post multiple geo positions and get returned multiple elevations.

View solution in original post

0 Kudos
2 Replies
JanikCodes
New Contributor

edit for those who are interested:

As it seems like there is no inbuild way I actually decided to use an external elevation API (open-elevation) which you can also self host. If you want something else you can also download the global elevation data and build something yourself.

The API itself is pretty great, allowing you to post multiple geo positions and get returned multiple elevations.

0 Kudos
MichaelBranscomb
Esri Frequent Contributor

Hi, 

Soon we'll be able to share some exciting news that will help solve this question - stay tuned! 

 

Thanks 

0 Kudos