-
Notifications
You must be signed in to change notification settings - Fork 215
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
CRS.to_proj4() not supproting proj6? #270
Labels
Comments
This is a bug. Thanks for the report! |
I believe the issue is related to the order of the Line 144 in aa161c4
|
I checked using projinfo:
But this works:
|
snowman2
added a commit
to snowman2/pyproj
that referenced
this issue
Apr 18, 2019
Fix in #272 |
snowman2
added a commit
to snowman2/pyproj
that referenced
this issue
Apr 18, 2019
snowman2
added a commit
that referenced
this issue
Apr 23, 2019
I am going to close this as the solution is merged into master. Thanks for raising the issue! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like CSR.to_pyproj4() is broken with or not ready for Proj 6?
The following code used to run with pyproj 1.9.6 but breaks with 2.1.3:
The text was updated successfully, but these errors were encountered: