Skip to content

Instantly share code, notes, and snippets.

@dbuscombe-usgs
Last active December 20, 2015 06:19
Show Gist options
  • Save dbuscombe-usgs/6085293 to your computer and use it in GitHub Desktop.
Save dbuscombe-usgs/6085293 to your computer and use it in GitHub Desktop.
Convert coordinates in Arizona Central State Plane to WGS84 Latitude/Longitude using cs2cs
cs2cs -f "%.6f" +proj=tmerc +lat_0=31 +lon_0=-111.9166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs infile > outfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment