Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH]: backoff parameter? #34

Closed
ljwolf opened this issue Jul 16, 2018 · 4 comments
Closed

[ENH]: backoff parameter? #34

ljwolf opened this issue Jul 16, 2018 · 4 comments

Comments

@ljwolf
Copy link
Member

ljwolf commented Jul 16, 2018

Sometimes, if you hit APIs for too many tiles, the API will ratelimit.

It would be nice if there were a rudimentary support for a wait time within bounds2* functions, so that you could specify a number of seconds to wait between tile queries & a max_retries amount.

@darribas
Copy link
Collaborator

This sounds good. Would there be any disadvantage? would defaults make it work in the same way as right now?

@jorisvandenbossche
Copy link
Member

Somewhat related (as it can also help with rate limits), would be an automatic caching of downloaded tiles.

@darribas
Copy link
Collaborator

darribas commented Jan 5, 2019

Related to #46

@darribas
Copy link
Collaborator

If I read it correctly, this was included in #35. Closing as implemented, but feel free to reopen otherwise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants