-
Notifications
You must be signed in to change notification settings - Fork 125
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 #798
Goodbye Stamen #798
Conversation
for url argument demo in baseplot use NatGeoWorldMap instead
# Conflicts: # requirements/env_climada.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for fixing this!
Hi Lukas, I'm running the latest core CLIMADA release v4.01 on Anaconda which still has the Stamen issue. I was just interested to know when an update with the resolution will be released so I can decide whether to look for a temporary workaround? |
@rogerilesdr The workaround is to specify a different provider in the import contextily as ctx
impact.plot_basemap_eai_exposure(url=ctx.providers.CartoDB.Positron) |
@gaelleclain @rogerilesdr On second thought, I am not sure if that fix helps because the code in |
That's OK, I've done a dirty workaround for now, I've manually updated the files changed, rather than using the development version for now. I'll overwrite these files when the next stable release arrives. |
@rogerilesdr can you please give a few details on your workaround?
Thanks |
I updated the .py files listed on the Files tab above, which also shows where they're located... namely...
|
@rogerilesdr @gaelleclain Another fix I missed before is to revert |
@rogerilesdr @gaelleclain The latest update to our Conda package reverts |
Changes proposed in this PR:
This PR fixes #796
PR Author Checklist
develop
)PR Reviewer Checklist