-
Notifications
You must be signed in to change notification settings - Fork 803
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
Wrong identification of ESRI WKT to deprecated EPSG:2292 instead of EPSG:2954 #2116
Comments
…y when possible (fixes OSGeo#2116)
…y when possible (fixes OSGeo#2116)
Just adding to this from the original issue brough up in the QGIS portion: |
…y when possible (fixes OSGeo#2116)
[Backport 6.3] ESRI_WKT ingestion: make sure to identify to non-deprecated EPSG entry when possible (fixes #2116)
Confirmed the fix (with some odd errors): Testing environmentVisual Studio 2017 Before FixUsing the exact command as in the ticket description:
Error
Second tryRemoving the single quotes around the WKT:
Success (matches 2292), with warning
After FixUsing the exact command as in the ticket description:
Error
Second tryRemoving the single quotes around the WKT:
Success (matches 2954), with warning
|
Workaround for the Windows errors with --identify is to place the WKT in a text file (without any extra single quotes) and then point to the file as:
Sorry for the noise. |
[Backport 7.0] ESRI_WKT ingestion: make sure to identify to non-deprecated EPSG entry when possible (fixes #2116)
@tveinot this change will be available in PROJ 6.3.2 which is targeted for release 1st May, and it may make it into QGIS 3.14.0 which is targeted for 14 May, but keep an eye on QGIS and speak out/nudge when needed ha. This fix should also help handling other deprecated Esri WKT as well. Thank you to @rouault for the quick fix! And hello from Nova Scotia. |
Rouault;
Yes, I second that thank you on the quick fix. This error has been so
annoying because some of QGIS's geoprocessing tools and plugins will throw
a fit if they CRS's don't match.
Jeff;
Oh Nova Scotia, how I long to be back home...
Tyler
…On Tue, 31 Mar 2020 at 10:06, Jeff McKenna ***@***.***> wrote:
@tveinot <https://github.com/tveinot> this change will be available in
PROJ 6.3.2 which is targeted for release 1st May, and it may make it into
QGIS 3.14.0 which is targeted for 14 May, but keep an eye on QGIS and speak
out/nudge when needed ha. This fix should also help handling other
deprecated Esri WKT as well. Thank you to @rouault
<https://github.com/rouault> for the quick fix! And hello from Nova
Scotia.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2116 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGMOPGWYTJ26DXLCGJASFUDRKHTGZANCNFSM4LWYJKIQ>
.
|
returns EPSG:2292: 100 %
But EPSG:2292 is deprecated. It should rather return EPSG:2954
Comes from qgis/QGIS#35459
The text was updated successfully, but these errors were encountered: