Getting Elevation for many coordinates

天涯浪子 提交于 2019-12-11 03:49:14

问题


I have a text file with many lats and longs, and I am trying to get their elevation. I found a website that already does that but it takes 500 only at a time, I have 1 million points. Is there any kind of service that does such thing?


回答1:


The google maps API elevation service is limited to prevent abuse. There is publicly available elevation data:

http://www2.jpl.nasa.gov/srtm/

Create your own service.




回答2:


You can also use geonames.org. You can purchase a commercial account to have higher rate limits. One of the services geonames.org offers is elevation from the SRTM data. See http://www.geonames.org/export/web-services.html



来源:https://stackoverflow.com/questions/10948151/getting-elevation-for-many-coordinates

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!