-
Notifications
You must be signed in to change notification settings - Fork 301
Closed
Description
Hello,
With a recent conda install of Iris, plotting data gets messed-up projections:
conda install -c conda-forge iris

I managed to solve this by installing Iris with Proj4 pinned to v5 (which also downgraded pyproj to v1.9.x):
conda install -c conda-forge iris proj4=5

The latest Iris docs states that it does not support Proj4 above v5, pointing to this Cartopy issue.
I checked the conda-forge feedstock for Iris and it does not pin Proj4:
https://github.com/conda-forge/iris-feedstock/blob/master/recipe/meta.yaml
Pending the fix to Cartopy, could you perhaps pin Proj4 to v5.x in the meantime?
Thanks 😄
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels