Coordinate Conversion – How to Convert State Plane Coordinates to Latitude-Longitude

coordinate systemstate-plane

Given a specific state plane coordinate system (whether NAD27 or NAD83), are there any resources to convert to latitude-longitude?

Best Answer

You'll need to reproject them to handle this conversion.

Proj.4 is a very standard library, used by a lot of software for reprojections.

One means of using this would be to use a utility like gdaltransform to do the transformation for you.