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

gdaltransform.exe incorrectly translates long island utm file to wgs84 #14

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

Comments

@proj4-bot
Copy link

Reported by Himaunshu on 16 Sep 2008 15:46 UTC
Hi,

If I use

gdaltransform.exe -s_srs EPSG:32118 -t_srs EPSG:4326
1140000.000 192000.000
-63.9241443598518 41.4600795990435 0

The output should be
73d26'18.08"W, 40d41'32.29"N in decimal degrees.

Last Modified by warmerdam on 17 Jun 2009 03:17 UTC

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

@proj4-bot
Copy link
Author

Comment by warmerdam on 17 Jun 2009 03:17 UTC
This issue can be recast as:

cs2cs +proj=lcc +lat_1=41.03333333333333 +lat_2=40.66666666666666 +lat_0=40.16666666666666 +lon_0=-74 +x_0=300000 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs  +to +proj=latlong +datum=WGS84
1140000.000 192000.000
63d55'26.92"W   41d27'36.287"N 0.000

Could you provide some substantiation for the claim that the result should be the values you gave? 1140000 meters east of the central meridian less the 300000m false easting is about 800000m which would be around 7 degrees east of the central meridian at -74 which is at least closer to -63 value than the -73 you suggest.

@proj4-bot
Copy link
Author

Comment by warmerdam on 20 Feb 2012 21:44 UTC
No support provided for the bug report. Closing. Please reopen if you can demonstrate why your value is correct.

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

1 participant