-
Notifications
You must be signed in to change notification settings - Fork 128
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
Goodbye Stamen #796
Comments
@emanuel-schmid This solution does not help because Stamen will remove their tiles from their old service provider by 31 October. Even when you pin xyzservices you will not be able to download the basemaps the old way. The Stamen maps are still available via the Stadia provider, but that requires a personal API token after a free registration with Stadia, unfortunately. I suggest we switch to |
@peanutfun The short term solution only addresses the failing environment build on Jenkins, not the Stamen tiles being withdrawn. |
Very good, I did not realize the problem was that severe. |
Resolved by #798 |
Stamen has been removed from the Tiles providers listed in xyzservices by 2023.10.1
https://github.com/geopandas/xyzservices/releases/tag/2023.10.1
This breaks the installation test because
climada.engine.impact.Impact.plot_basemap_XXX_exposure
usectx.providers.Stamen.Terrain
as default.Short term solution (de-corrupt the environment on Jenkins): pin xyzservices version to 2023.10.0
Long term solution: pick another default.
The text was updated successfully, but these errors were encountered: