Get altitude data from Google Earth

I am trying to get the height of some points given their latitude and longitude. Does Google Earth have an api? I have to deal with a lot of data.

+3


source to share


2 answers


Google provides heights API for requests up to 25k per day: https://developers.google.com/maps/documentation/elevation/



There are other options discussed here: How to search for elevation data using lat / lng

+2


source


If you have spreadsheet data, you can enter it in the GPS document ( http://www.gpsvisualizer.com/convert_input ) and select "Add elevation DEM data" and it will come back with a text file with elevation data in the column.



0


source







All Articles