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

createOperations(): fix wrong pipeline generation with CRS that has +nadgrids= and +pm= #1998

Merged
merged 1 commit into from
Feb 29, 2020

Conversation

rouault
Copy link
Member

@rouault rouault commented Feb 28, 2020

Fixes issue reported at
https://lists.osgeo.org/pipermail/gdal-dev/2020-February/051749.html

The generated pipeline assumes that the input coordinates for the grid transformation
were related to the non-Greenwich based datum, so we must compensate for that and
add logic to go back to Greenwich.

…nadgrids= and +pm=

Fixes issue reported at
https://lists.osgeo.org/pipermail/gdal-dev/2020-February/051749.html

The generated pipeline assumes that the input coordinates for the grid transformation
were related to the non-Greenwich based datum, so we must compensate for that and
add logic to go back to Greenwich.
@rouault
Copy link
Member Author

rouault commented Feb 28, 2020

@kbevers This bug has presumably existed since 6.0.0 but it would be good to have it fixed in 7.0.0. Would you be willing to do a RC3 ? (if so, we'd merge the pending 7.0-targetted PRs).

@kbevers
Copy link
Member

kbevers commented Feb 29, 2020

Would you be willing to do a RC3 ?

Not really. I've already started the vote for promotion to final. I'm sure you'll find another bug in RC3 that would be nice to fix as well. This can go in 7.0.1. We can do a bug fix release April 1st to catch up if you want.

@rouault
Copy link
Member Author

rouault commented Feb 29, 2020

OK fair enough. Let's queue this for 7.0.1

@rouault rouault merged commit 10a8d5c into OSGeo:master Feb 29, 2020
rouault added a commit to rouault/PROJ that referenced this pull request Feb 29, 2020
…nadgrids= and +pm= (OSGeo#1998)

Fixes issue reported at
https://lists.osgeo.org/pipermail/gdal-dev/2020-February/051749.html

The generated pipeline assumes that the input coordinates for the grid transformation
were related to the non-Greenwich based datum, so we must compensate for that and
add logic to go back to Greenwich.
rouault added a commit to rouault/PROJ that referenced this pull request Feb 29, 2020
…nadgrids= and +pm= (OSGeo#1998)

Fixes issue reported at
https://lists.osgeo.org/pipermail/gdal-dev/2020-February/051749.html

The generated pipeline assumes that the input coordinates for the grid transformation
were related to the non-Greenwich based datum, so we must compensate for that and
add logic to go back to Greenwich.
kbevers pushed a commit that referenced this pull request Mar 1, 2020
…nadgrids= and +pm= (#1998)

Fixes issue reported at
https://lists.osgeo.org/pipermail/gdal-dev/2020-February/051749.html

The generated pipeline assumes that the input coordinates for the grid transformation
were related to the non-Greenwich based datum, so we must compensate for that and
add logic to go back to Greenwich.
kbevers pushed a commit that referenced this pull request Mar 1, 2020
…nadgrids= and +pm= (#1998)

Fixes issue reported at
https://lists.osgeo.org/pipermail/gdal-dev/2020-February/051749.html

The generated pipeline assumes that the input coordinates for the grid transformation
were related to the non-Greenwich based datum, so we must compensate for that and
add logic to go back to Greenwich.
@kbevers kbevers removed this from the 7.0.1 milestone Apr 27, 2020
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.

2 participants