Message Boards Message Boards

GROUPS:

How do I convert State Plane Coordinates to Latitude and Longitude?

Posted 10 years ago
11316 Views
|
2 Replies
|
2 Total Likes
|
I don't understand why this code doesn't work to convert State Plane Coordinates to decimal degrees? I need to get from State Plane Coordates 83 Long Island Zone 4 to lat/long.  
LatitudeLongitude[GeoPosition[{172248, 1002321, 0}, "SPCS83NY04"]]
POSTED BY: J Lu
2 Replies
Posted 10 years ago
thanks!  the documentation wasn't very clear (to me) that I should be using GeoGridPosition instead for State Plane! 
POSTED BY: J Lu
It looks like you're trying to go from cartographic to geodetic coordinates:
LatitudeLongitude[GeoGridPosition[{172248, 1002321, 0}, "SPCS83NY04"]]
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract