ajnisbet / opentopodata

Open alternative to the Google Elevation API!
https://www.opentopodata.org
MIT License
327 stars 71 forks source link

More than 100 points #89

Closed Amr-GISAnalyst closed 12 months ago

Amr-GISAnalyst commented 12 months ago

Is there any way that i can request elevation with post request for points more than 100 in a single request .

ajnisbet commented 12 months ago

If you host opentopodata yourself yes! Just change the max_locations_per_request: 100 setting, even 10,000 can work on a decent server.

On the free public API that I host: unfortunately not, to preserve stability for all users.