Skip to content
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

Bump minimum Proj to 8.0.0 #1854

Merged
merged 2 commits into from
Sep 16, 2021
Merged

Bump minimum Proj to 8.0.0 #1854

merged 2 commits into from
Sep 16, 2021

Conversation

QuLogic
Copy link
Member

@QuLogic QuLogic commented Sep 10, 2021

Rationale

If I've understood #1808 correctly, we only support Proj 8+. This was changed in the documentation, but not actually in the coded requirements.

Implications

We can also drop a bunch of conditional code for old versions.

Copy link
Contributor

@greglucas greglucas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are in a weird in-between state right now. pyproj has wheels that it uses for the transform calculations now. But, we still need the PROJ library headers for the Geodesic stuff. That header file hasn't changed since PROJ4.9, so it is technically the latest version that is required. But, the version number we are referencing is from pyproj, so all of the test checks here will never hit those paths.

I think this is OK and we live with PROJ8.0 being our minimum, it will make it much easier to explain to everyone. Hopefully, we can completely remove the PROJ requirement in a release or two.

Otherwise we'll be mixing Python from defaults, which seems to pull in a
few other things from defaults instead of conda-forge.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants