-
Notifications
You must be signed in to change notification settings - Fork 832
geodetic CRS not found with cs2cs #1982
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
Comments
And as some additional context: the above WKT is what is produced by GDAL from reading a file with a slightly different WKT: PROJCS["PCS_ITRF2000_TM",GEOGCS["GCS_ITRF_2000",DATUM["D_ITRF_2000",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",1000000.0],PARAMETER["False_Northing",2000000.0],PARAMETER["Central_Meridian",127.5],PARAMETER["Scale_Factor",0.9996],PARAMETER["Latitude_Of_Origin",38.0],UNIT["Meter",1.0]] With the above one, transformations work. But with the one from GDAL (through fiona) not. |
Looks like it worked in PROJ 6.1.1:
|
And in PROJ 6.2.1:
|
…tached to it (fixes OSGeo#1982)
createOperations(): be robust to a GeographicCRS having a wrong ID attached to it (fixes #1982)
Thanks @rouault! |
From: pyproj4/pyproj#549
Example of problem
Environment Information
Installation method
The text was updated successfully, but these errors were encountered: