-
Notifications
You must be signed in to change notification settings - Fork 791
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
Discrepancies in results produced by v4.9.3 vs v5.0.1 #985
Comments
The first one is a duplicate of #941. Add I can reproduce the second example but I am kind of confused as to what is going on here. Why are you firt setting the ellipsoid to WGS84 and then specifying the semimajor axis ( |
Examples above have been written to track down an issue in the cartopy (http://scitools.org.uk/cartopy) test suite. So sorry I can't elaborate on the intention of the original author, just reporting parameters passed to the proj4 functions. [1] https://github.com/SciTools/cartopy/blob/3c379ea50459a6b538529523c2bafe14c1c8dfc7/lib/cartopy/tests/crs/test_transverse_mercator.py#L97 |
I have done a bit of git bisecting and narrowed example 2 down to this commit I am not sure what to make of that, really. It is hard to tell what is right or wrong here since the two proj-strings in the example both define the shape of the earth twice ( Unless this problem can be reproduced with a more sane definition of coordinate systems I am inclined to close this issue on the basis of too little information. |
I agree that
is somewhat junk. The problem is a fundamental one with cartopy's Globe definition, which has failed to implement mutually exclusive keyword arguments - that essentially means it is possible to construct such proj4 inits. I'm relieved to note that the new behaviour (v5) can be achieved in v4 by removing the In summary, I don't think there is anything that needs to be done on the proj.4 side of things, and this issue can be closed from my perspective. Thanks for raising this @avalentino, and thanks @kbevers for the effort you've put into answering this and other questions. I've been super impressed with the way proj4 is going - to the whole dev team: keep up the awesome work! 👍 |
The problem has been use cartopy (http://scitools.org.uk/cartopy) with proj v5
When I try to perform he same operation with two different versions of proj I get different results.
Example 1
Example 2
The text was updated successfully, but these errors were encountered: