-
Notifications
You must be signed in to change notification settings - Fork 786
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
Missing +axis=wnu for PROJ string with IAU_2015:49901 #3995
Comments
Actually it should +axis=nwu, shouldn't it ? and for a similar reason, for EPSG:4326, it should be +axis=neu. Except that we never did that in PROJ < 6 PROJ >= 6 proj.4 CRS string output was aimed at being bug-to-bug compatible with GDAL 2.x exportToProj4(), which mostly/only outputs +awis=wnu for the default/non-East-North Krovak projection. As far as I can see, this (does not) work as designed. |
Correct, But ultimately, compatibility with previous forms to not introduce bugs should take precedent. |
not sure to understand what you mean by that. But basically my view of PROJ4 string is:
|
Compatibility with legacy systems that still use PROJ strings should be maintained over trivial improvements (in this case, a CRS for Mars). I won't mind this to be "closed as not planned" since big changes shouldn't probably happen to PROJ strings. |
This issue is found here. Consider CRS IAU_2015:49901:
The expected axis orientation for the PROJ string should be
+axis=wnu
. Most other outputs contain the correct axis orientation metadata.Other projections (e.g.
projinfo -k crs EPSG:5513
) support different+axis
values.Environment Information
Installation method
The text was updated successfully, but these errors were encountered: