سؤال

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