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

Saving tile sources with matplotlib backend causes HTTP Error 429: Too many requests #650

Closed
ahuang11 opened this issue Jun 7, 2023 · 1 comment
Labels

Comments

@ahuang11
Copy link
Collaborator

ahuang11 commented Jun 7, 2023

I suspect that geoviews is trying to download the entire tileset, rather than just the region / level required to form a static image. Not sure if this is a GeoViews specific issue or HoloViews issue.

Maybe could adapt this: https://github.com/ahuang11/ahlive/blob/main/ahlive/data.py#L1272-L1334

Reproduce:

import geoviews as gv
gv.extension()

carto_dark = gv.tile_sources.OSM().opts(global_extent=True)
gv.save(carto_dark, "test.png")
@ahuang11
Copy link
Collaborator Author

Fixed in #685

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

No branches or pull requests

1 participant