-
Notifications
You must be signed in to change notification settings - Fork 283
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
Proj4 v6.x causing issues with conda install #3646
Comments
Hi @kaedonkers ! I guess that statement in the docs is just a pragmatic warning. It only applies to 2.3.0, so conceivably this might not even be true still, but from your experience I guess it is. I think we didn't like to actually pin this in the iris recipe as it's really a Cartopy issue ! IIRC there is no direct proj4 usage or dependency in Iris, it's only via Cartopy. Regardless of Iris dependencies and problems, it does seem to me that this is an outstanding issue with Cartopy itself, and needs to be back-converted to a cartopy-only problem + dealt with there. You don't give enough info above to determine the actual projection being used -- can you get this down to a simply reproducible case, even if still coded using Iris ? |
Hi @pp-mo!
|
It's quickest I think. It should be a really small fix, and if you increment build number then I guess it will override the existing 2.3.0 builds which are having this problem.
If you can just post the necessary to reproduce the above example, I'd be happy to chase it down to the Cartopy level and (re-)raise it there. |
Closed by #3762 |
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 😄
The text was updated successfully, but these errors were encountered: