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!

有帮助吗?

解决方案

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/

其他提示

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top