You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the api to get elevation for a list of coordinates.
when I'm trying with more than 100 points, I get an empty string as response
I tried slicing the lists in 100 points chunks but then I have a "Too many request" error after a while
Is there something I miss there ?
A list with 200 points should be around 8.5kb if I'm correct
remise en place de chunk et de la récursivité pour palier aux problèmes de "Too Many Values"
Attente du ticket [issues 17](racemap/elevation-service#17)
Sorry for the long delay. We have a limit of how many points you can query at once and how often you can issue queries. These limits are in place in order to allow for fair resource allocation. If you run your own server you can disable these limitations.
I'm using the api to get elevation for a list of coordinates.
when I'm trying with more than 100 points, I get an empty string as response
I tried slicing the lists in 100 points chunks but then I have a "Too many request" error after a while
Is there something I miss there ?
A list with 200 points should be around 8.5kb if I'm correct
My requests in python look like this :
Is there something wrong or is there a workaround ?
Thanks
The text was updated successfully, but these errors were encountered: