-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Adding 'cartopy' to requirements #183
Comments
Will have a look.. |
Thanks @Robinlovelace |
It seems like Cartopy is now installed in our Docker container, that was fast: https://github.com/geocompx/docker/actions/runs/5832735777/job/15818734044 |
Did that fix it @michaeldorman ? |
Yes! :-) Thank you very much @Robinlovelace |
I tried adding |
To solve this we need to
|
Let's see if that fixes it, in around 10 minutes. Hope so! |
Full details from Docker build, I'm impressed at how quick packages install on the vanilla Python Docker image: https://github.com/geocompx/docker/actions/runs/5842426229/job/15843536464#step:8:2006 |
Does that fix it @michaeldorman ? |
Looking good! |
Got it! Thanks @Robinlovelace |
Yes, the chapter is rendered now, thanks! |
Edit any file in here and commit to the main branch ( |
I think there is a similar issue now with the |
Great to see this 477ed27 now just need to rebuild the Docker container. |
This is looking good to me: https://py.geocompx.org/09-mapping Fixed right @michaeldorman ? |
Yes! Thanks @Robinlovelace |
Great! |
I've added the |
Sure will take a look.. |
Hey @michaeldorman I took a look at the Docker repo but couldn't see any changes. Do you have push access? I just made a change, hopefully the new image will have the |
Thanks @Robinlovelace , I checked and it's not working yet - when I uncomment the |
I see.. I now realise that the Docker images use https://github.com/geocompx/docker/blob/master/python/Dockerfile#L11 We need a way to auto update that based on Currently running micromamba update -f environment.yml |
And then
that should be automated.. |
Apologies, I now see |
Testing locally with
|
Underlying problem: installation of |
This seems to be a known issue with the package: r-barnes/richdem#65 |
Chapter is now back up: https://py.geocompx.org/03-spatial-operations In the long term this is not an ideal solution. If r-barnes/richdem#65 cannot be fixed it may be worth looking at alternatives or mentioning issues with installing the package with pip + Python 3.11. |
Thanks for the thorough check @Robinlovelace ! I agree that this is not an ideal situation, if necessary perhaps we can use |
https://gdal.org/programs/gdaldem.html looks like a great solution if it can work, surely there's a Python wrapper? |
I think so, will add an issue so that we remember to check it out |
I think this was already completed by @Robinlovelace , so closing |
Thanks for closing this Michael. |
Chapter 7 Geographic data I/O isn't rendered, probably because I've added
cartopy
which wasn't in the requirements, not sure how to fix this, thanks!The text was updated successfully, but these errors were encountered: