Question

I need to get the altitude of a latitude and longitude position (ground altitude).

I haven't found anything able to do this.

Any ideas?

Thanks!

Was it helpful?

Solution

you can use Shuttle Radar Topography Mission (SRTM) data files, which may be obtained through this URL: https://dds.cr.usgs.gov/srtm/version2_1/SRTM3/

for c# Examples see : https://github.com/itinero/srtm and : https://github.com/alpinechough/Alpinechough.Srtm

and docs : https://dds.cr.usgs.gov/srtm/version2_1/Documentation/

OTHER TIPS

The USGS (US Geological Survey) has an API for this as well that includes a WSDL. http://cumulus.cr.usgs.gov/service_description_elevation.php

Use BING MAP SDK with spatial services (REST) More info here

Check out the The Google Elevation API

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top