Select to view content in your preferred language

Way to get correct terrain Height globally

287
3
Jump to solution
07-04-2024 01:39 AM
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
3 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
MichaelBranscomb
Esri Frequent Contributor

Hi,

Update - we've just launched a beta of our new global elevation service/API. It's currently in beta, gathering feedback, before going general availability in 2025.

More info about the new service: Elevation service (beta) | Esri Developer REST APIs documentation (arcgis.com)

Sign-up to test: https://earlyadopter.esri.com/key/locationservices-elevation

 

We'd love to get your feedback on this new service (e.g. results, performance, developer experience). 

 

Thanks

0 Kudos