EPSG
Alabama Department of Transportation (ALDOT), Manual on Survey Requirements.
2023-11-22
Engineering survey, topographic mapping.
This map projection is not formally recognised by the NGS because there is no State legislation for NAD83 defining the foot to be used. See code 10131 for official metric definition. ftUS required by AL DOT and used by other professional practioners.
(0,)
Definition: OGC Well Known Text
PROJECTION["Transverse_Mercator"], PARAMETER["latitude_of_origin",30.5], PARAMETER["central_meridian",-85.8333333333333], PARAMETER["scale_factor",0.99996], PARAMETER["false_easting",200000.0001016], PARAMETER["false_northing",0]
Definition: OGC Well Known Text 2 (2019)
CONVERSION["SPCS83 Alabama East zone (US survey foot)", METHOD["Transverse Mercator", ID["EPSG",9807]], PARAMETER["Latitude of natural origin",30.5, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8801]], PARAMETER["Longitude of natural origin",-85.8333333333333, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8802]], PARAMETER["Scale factor at natural origin",0.99996, SCALEUNIT["unity",1], ID["EPSG",8805]], PARAMETER["False easting",656166.667, LENGTHUNIT["US survey foot",0.304800609601219], ID["EPSG",8806]], PARAMETER["False northing",0, LENGTHUNIT["US survey foot",0.304800609601219], ID["EPSG",8807]], ID["EPSG",9746]]
Definition: ESRI Well Known Text
PROJECTION["Transverse_Mercator"], PARAMETER["False_Easting",200000.0001016], PARAMETER["False_Northing",0.0], PARAMETER["Central_Meridian",-85.8333333333333], PARAMETER["Scale_Factor",0.99996], PARAMETER["Latitude_Of_Origin",30.5]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "Conversion", "name": "SPCS83 Alabama East zone (US survey foot)", "method": { "name": "Transverse Mercator", "id": { "authority": "EPSG", "code": 9807 } }, "parameters": [ { "name": "Latitude of natural origin", "value": 30.5, "unit": "degree", "id": { "authority": "EPSG", "code": 8801 } }, { "name": "Longitude of natural origin", "value": -85.8333333333333, "unit": "degree", "id": { "authority": "EPSG", "code": 8802 } }, { "name": "Scale factor at natural origin", "value": 0.99996, "unit": "unity", "id": { "authority": "EPSG", "code": 8805 } }, { "name": "False easting", "value": 656166.667, "unit": { "type": "LinearUnit", "name": "US survey foot", "conversion_factor": 0.304800609601219 }, "id": { "authority": "EPSG", "code": 8806 } }, { "name": "False northing", "value": 0, "unit": { "type": "LinearUnit", "name": "US survey foot", "conversion_factor": 0.304800609601219 }, "id": { "authority": "EPSG", "code": 8807 } } ], "id": { "authority": "EPSG", "code": 9746 } }
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=tmerc +lat_0=30.5 +lon_0=-85.8333333333333 +k=0.99996 +x_0=200000.0001016 +y_0=0"> <Layer srs="+proj=tmerc +lat_0=30.5 +lon_0=-85.8333333333333 +k=0.99996 +x_0=200000.0001016 +y_0=0"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 9746, 'EPSG', 9746, '+proj=tmerc +lat_0=30.5 +lon_0=-85.8333333333333 +k=0.99996 +x_0=200000.0001016 +y_0=0', 'PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",30.5],PARAMETER["central_meridian",-85.8333333333333],PARAMETER["scale_factor",0.99996],PARAMETER["false_easting",200000.0001016],PARAMETER["false_northing",0]');