-
Notifications
You must be signed in to change notification settings - Fork 10
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
PROJ_jll v900.100 breaks (online?) transformation #71
Comments
This one does work: trans = Proj.Transformation("EPSG:4979", "EPSG:3855") |
I think this is at the source of the issue: OSGeo/PROJ#3119 |
Ah yes, that looks like the same reason I needed to update some of the tests in #70. |
I think this can be closed, right? PROJ behavior changed, not much to do here. |
We could place a warning in the README to pin PROJ versions? As the API might not break, but your results might suddenly change? I dislike this behaviour. |
Yeah it might be a good idea to mention that if transformations need to stay exactly the same, users should fix the PROJ_jll version. |
In v1.0 with the old PROJ_jll this worked fine:
In the new _jll I get
(0,0,0)
, without any errors. Looking at the projinfo output, it seems it skips all pipelines requiring (online) vertical grid transform data and arrives at the last noop operation.The text was updated successfully, but these errors were encountered: