-
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
PROJ 7.1.0 #599
Comments
The required release
|
There are two test failures with PROJ 7.1.0-rc2:
|
I don't see the commits referenced from #665, which commits fix these two failures? |
#649 has the fixes in it. |
The changes from #649 make the tests succeed with PROJ 7.1.0, but there is still a failure with 7.0.1:
|
Yeah, the behavior changes between versions of PROJ. PROJ 7.1.0 is the minimum supported version going forward. |
https://github.com/OSGeo/PROJ/milestone/22
Expected release: July 01, 2020
Relevant to
pyproj
Add proj_degree_input() and proj_degree_output()
)Add proj_get_units_from_database()
)proj_list_angular_units
andproj_list_linear_units
Currently,
pyproj
is using these deprecated methodsproj_list_angular_units
andproj_list_linear_units
. So, I think thatpyproj
3 should requirePROJ
7.1+, and update to be future compatible.The text was updated successfully, but these errors were encountered: