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

epsg:2065 projection is incorrect #185

Closed
proj4-bot opened this issue May 22, 2015 · 3 comments
Closed

epsg:2065 projection is incorrect #185

proj4-bot opened this issue May 22, 2015 · 3 comments

Comments

@proj4-bot
Copy link

Reported by fordfrog on 29 Jul 2012 10:39 UTC
when using epsg:2065 projection with proj.4 (version 4.8.0), i get invalid results:

echo "718346.93 992772.22" | cs2cs +init=epsg:2065 +to +init=epsg:4326
40d43'38.404"E 68d7'14.591"N -52.383

i get correct result with this projection specification:

echo "718346.93 992772.22" | cs2cs +proj=krovak +lat_0=49.5 +lon_0=42.5 +alpha=30.28813972222222 +k=0.9999 +x_0=-0 +y_0=-0 +ellps=bessel +towgs84=570.8,85.7,462.8,4.998,1.587,5.261,3.56 +pm=ferro +to_meter=-1 +no_defs +to +init=epsg:4326
14d39'59.919"E 50d33'52.792"N 44.381

Migrated-From: https://trac.osgeo.org/proj/ticket/185

@proj4-bot
Copy link
Author

Comment by 6896896 on 29 Jul 2012 14:21 UTC
correct definition via:
http://spatialreference.org/ref/sr-org/czech-s-jtsk-epsg2065/proj4/

@proj4-bot
Copy link
Author

Comment by rouault on 1 Nov 2012 00:17 UTC
For the sake of completness, this issue is also reported as http://trac.osgeo.org/postgis/ticket/1940 (where it has been patched) and http://trac.osgeo.org/gdal/ticket/4762

@rouault rouault added this to the 4.9.4 milestone Jan 10, 2017
@rouault
Copy link
Member

rouault commented Jan 10, 2017

Fixed in https://trac.osgeo.org/geotiff/changeset/2750

Updated epsg file will come with EPSG v9 upgrade: #477

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants