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

Minimum PROJ version 7.1 & drop datumgrid-1.8 testing #631

Merged
merged 1 commit into from
May 13, 2020

Conversation

snowman2
Copy link
Member

@snowman2 snowman2 commented May 12, 2020

  • Part of PROJ 7.1.0 #599
  • Tests updated
  • Fully documented, including history.rst for all changes and api/*.rst for new API
  • Validate test changes are expected

@snowman2
Copy link
Member Author

snowman2 commented May 12, 2020

This seems off:

echo -92.199881 38.56694 | ./proj +init=epsg:26915 | ./cs2cs EPSG:26915 EPSG:26715
569720.46	4268813.88 0.00
$ ./cs2cs
Rel. 7.1.0, August 1st, 2020

@snowman2
Copy link
Member Author

snowman2 commented May 13, 2020

It seems related to PROJ_NETWORK & removing datumgrid-1.8.

$ export PROJ_NETWORK=ON
$ echo -92.199881 38.56694 | ./proj +init=epsg:26915 | ./cs2cs EPSG:26915 EPSG:26715
569722.35	4268814.03 0.00
$ unset PROJ_NETWORK
$ echo -92.199881 38.56694 | ./proj +init=epsg:26915 | ./cs2cs EPSG:26915 EPSG:26715
569720.46	4268813.88 0.00

@snowman2 snowman2 changed the title Minimum PROJ version 7.1 Minimum PROJ version 7.1 & drop datumgrid-1.8 testing May 13, 2020
@snowman2 snowman2 force-pushed the proj71 branch 2 times, most recently from 1c5ece0 to b490dcc Compare May 13, 2020 03:13
@snowman2 snowman2 merged commit a74b610 into pyproj4:master May 13, 2020
@snowman2 snowman2 deleted the proj71 branch May 14, 2020 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant