pangeo-data / jupyter-earth

Jupyter meets the Earth: combining research use cases in geosciences with technical developments within the Jupyter and Pangeo ecosystems.
https://jupytearth.org
Creative Commons Zero v1.0 Universal
28 stars 6 forks source link

Update Cartopy to 0.20 #84

Closed fperez closed 2 years ago

fperez commented 2 years ago

Unfortunately there's a bug in the version we have that's causing me some headaches - details here. The real urgency for me is on the D100 side, which is why I filed it there, but it's also a problem here, might as well fix it in both places...

consideRatio commented 2 years ago

Cartopy 0.20.0 is available on conda-forge, and the pangeo-notebook base image we use have been updated to include it. By rebuilding our image and then visiting https://hub.jupytearth.org/services/configurator/ we can update to use the new build with cartopy 0.20.0 included via the now updated base image.

So practically, the steps I take are:

  1. https://github.com/pangeo-data/jupyter-earth/actions/workflows/build-image.yaml and press "run workflow" image
  2. On build completion, I'll visit the "How to update hub.jupytearth.org to use this image" step in the workflow that provides the image name and a link to visit. image
consideRatio commented 2 years ago

Resolved!

image

fperez commented 2 years ago

Wonderful, thank you so much!!!