Skip to content

Instantly share code, notes, and snippets.

Created December 5, 2017 09:56
Show Gist options
  • Save anonymous/6dd1ed02c2976374dd1e42fc8628e317 to your computer and use it in GitHub Desktop.
Save anonymous/6dd1ed02c2976374dd1e42fc8628e317 to your computer and use it in GitHub Desktop.
Projection file
PROJCS[
"NAD_1983_StatePlane_Alabama_East_FIPS_0101_Feet",
GEOGCS[
"GCS_North_American_1983",
DATUM[
"D_North_American_1983",
SPHEROID["GRS_1980", 6378137.0, 298.257222101]
],
PRIMEM["Greenwich",0.0],
UNIT["Degree", 0.0174532925199433]
],
PROJECTION["Transverse_Mercator"],
PARAMETER["False_Easting", 656166.6666666665],
PARAMETER["False_Northing", 0.0],
PARAMETER["Central_Meridian", -85.83333333333333],
PARAMETER["Scale_Factor", 0.99996],
PARAMETER["Latitude_Of_Origin", 30.5],
UNIT["Foot_US", 0.3048006096012192]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment