-
Notifications
You must be signed in to change notification settings - Fork 785
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
missing EPSG 5514 #233
Comments
Hi, |
It is available In proj 4.9, with the same definition as EPSG:5513. I wouldn't exclude there might be an issue with axis order and value signs. This is so confusing. |
Well, we in Czech republic and Slovakia are little bit complicated, but here is some explanation. EPSG code 5514 S-JTSK / Krovak East North is an equivalent to the existing ESRI code 102067. The projection keeps the mathematic so called "east-north" orientation of coordinate axis where the X axis has positive values eastwards and Y axis northwards. This projection is suitable for exploitation in GIS applications. The projection is related to the Greenwich Prime Meridian (contrary to the EPSG 5221 S-JTSK (Ferro) / Krovak East North where the Prime Meridian is Ferro). Specific is, that grid origin is located somewhere between Tallin and Helsinki (northeast of Czech and Slovakia), what means that values of X,Y are always negative in area of Czechia and Slovakia in 5514. Here is WKT for 5514 from EPSG 8.7.5: PROJCRS["S-JTSK / Krovak East North", Correct definition for 5514 (with transformation key) should be: NOTE: several other transformation keys (+towgs84) exist, but this one above is approved by Czech State Administration of Land Surveying and Cadastre. The difference for 5513 S-JTSK / Krovak is that X axis has south orientation and Y axis has west orientation (axis are switched). This coordinate reference system is used in land surveying but is not suitable for use in GIS applications due to the unusual orientation of the coordinate axes. Here is WKT for 5513 from EPSG 8.7.5 to see the difference: PROJCRS["S-JTSK / Krovak", How is change of axes handled in Proj4? Should it be +x_0=-0 +y_0=-0 for EPSG 5513? |
No, but you likely can achieve thatwith the +axis= parameter : |
Hi, |
So, 5514 definition mentioned above is OK. Anyway here I attach two files with points (CSV format): |
Where shall a pull request for changing 5513 be submitted to: proj.4 or gdal? IIUC proj uses EPSG data generated from gdal. |
I guess this has been partially fixed, although I agree there's still a problem regarding the axis. If it is at all possible to fix with the current infrastructure in proj, it is probably best solved in the EPSG overrides in libgeotif and not here. |
Reported by martinl on 15 Apr 2014 21:58 UTC
Hi all,
I discovered that EPSG:5514 is not included in
epgs
file:Does anyone have idea what could be wrong? Thanks in advance, Martin
Migrated-From: https://trac.osgeo.org/proj/ticket/233
The text was updated successfully, but these errors were encountered: