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?
相关问题
- How do you change the color of the dotted line on
- draw polylines with different colors on v2 maps
- Add HTML class/ID to Google Maps Marker (API V3)
- Cannot resolve method “getMapAsync”
- How to add a “hole” to a Circle Polygon (Google Ma
相关文章
- Numpy matrix of coordinates
- Avoiding “Sorry, we have no imagery here” with Goo
- Custom Marker performance iOS, crash with result “
- Google Map Gradient Polylines for Android?
- Angular 6 - @types/googlemaps/index.d.ts' is n
- Google Maps - Get Polygon border of zones/neighbor
- Google Map Marker Clickable Area
- getSupportFragmentManager().findFragmentById retur
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.
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