EPSG:26731

NAD27 / Alaska zone 1

Selected transformation

Name: NAD27 to ATS77 (3)

Method: Maritime Provinces polynomial interpolation

Remarks: For reverse transformation see ATS77 to NAD27 (3) (code 1949).

Information source: Survey of New Brunswick.

Revision date: 2019-09-17

Attributes

Unit: US survey foot

Geodetic CRS: NAD27

Datum: North American Datum 1927

Ellipsoid: Clarke 1866

Prime meridian: Greenwich

Data source: EPSG

Revision date: 1995-06-02

Center coordinates
19193387.78 6393635.47

Projected bounds:
18713095.54 5886409.43
19681838.03 6903543.86

WGS84 bounds:
-64.49 45.9
-61.9 47.09

Canada - Prince Edward Island.
MapTiler banner

Definition: OGC Well Known Text

PROJCS["NAD27 / Alaska zone 1",
    GEOGCS["NAD27",
        DATUM["North_American_Datum_1927",
            SPHEROID["Clarke 1866",6378206.4,294.978698213898,
                AUTHORITY["EPSG","7008"]],
            AUTHORITY["EPSG","6267"]],
        PRIMEM["Greenwich",0,
            AUTHORITY["EPSG","8901"]],
        UNIT["degree",0.0174532925199433,
            AUTHORITY["EPSG","9122"]],
        AUTHORITY["EPSG","4267"]],
    PROJECTION["Hotine_Oblique_Mercator"],
    PARAMETER["latitude_of_center",57],
    PARAMETER["longitude_of_center",-133.666666666667],
    PARAMETER["azimuth",323.130102361111],
    PARAMETER["rectified_grid_angle",323.130102361111],
    PARAMETER["scale_factor",0.9999],
    PARAMETER["false_easting",16404166.67],
    PARAMETER["false_northing",-16404166.67],
    UNIT["US survey foot",0.304800609601219,
        AUTHORITY["EPSG","9003"]],
    AXIS["Easting",EAST],
    AXIS["Northing",NORTH],
    AUTHORITY["EPSG","26731"]]

Definition: OGC Well Known Text 2 (2019)

PROJCRS["NAD27 / Alaska zone 1",
    BASEGEOGCRS["NAD27",
        DATUM["North American Datum 1927",
            ELLIPSOID["Clarke 1866",6378206.4,294.978698213898,
                LENGTHUNIT["metre",1]]],
        PRIMEM["Greenwich",0,
            ANGLEUNIT["degree",0.0174532925199433]],
        ID["EPSG",4267]],
    CONVERSION["Alaska CS27 zone 1",
        METHOD["Hotine Oblique Mercator (variant A)",
            ID["EPSG",9812]],
        PARAMETER["Latitude of projection centre",57,
            ANGLEUNIT["degree",0.0174532925199433],
            ID["EPSG",8811]],
        PARAMETER["Longitude of projection centre",-133.666666666667,
            ANGLEUNIT["degree",0.0174532925199433],
            ID["EPSG",8812]],
        PARAMETER["Azimuth at projection centre",323.130102361111,
            ANGLEUNIT["degree",0.0174532925199433],
            ID["EPSG",8813]],
        PARAMETER["Angle from Rectified to Skew Grid",323.130102361111,
            ANGLEUNIT["degree",0.0174532925199433],
            ID["EPSG",8814]],
        PARAMETER["Scale factor at projection centre",0.9999,
            SCALEUNIT["unity",1],
            ID["EPSG",8815]],
        PARAMETER["False easting",16404166.67,
            LENGTHUNIT["US survey foot",0.304800609601219],
            ID["EPSG",8806]],
        PARAMETER["False northing",-16404166.67,
            LENGTHUNIT["US survey foot",0.304800609601219],
            ID["EPSG",8807]]],
    CS[Cartesian,2],
        AXIS["easting (X)",east,
            ORDER[1],
            LENGTHUNIT["US survey foot",0.304800609601219]],
        AXIS["northing (Y)",north,
            ORDER[2],
            LENGTHUNIT["US survey foot",0.304800609601219]],
    USAGE[
        SCOPE["Engineering survey, topographic mapping."],
        AREA["United States (USA) - Alaska - east of 141°W; i.e. Panhandle."],
        BBOX[54.61,-141,60.35,-129.99]],
    ID["EPSG",26731]]

Definition: ESRI Well Known Text

PROJCS["NAD_1927_StatePlane_Alaska_1_FIPS_5001",
    GEOGCS["GCS_North_American_1927",
        DATUM["D_North_American_1927",
            SPHEROID["Clarke_1866",6378206.4,294.978698213898]],
        PRIMEM["Greenwich",0.0],
        UNIT["Degree",0.0174532925199433]],
    PROJECTION["Hotine_Oblique_Mercator_Azimuth_Natural_Origin"],
    PARAMETER["False_Easting",16404166.67],
    PARAMETER["False_Northing",-16404166.67],
    PARAMETER["Scale_Factor",0.9999],
    PARAMETER["Azimuth",-36.8698976388889],
    PARAMETER["Longitude_Of_Center",-133.666666666667],
    PARAMETER["Latitude_Of_Center",57.0],
    UNIT["US survey foot",0.304800609601219]]

Definition: PROJ.4

+proj=omerc +no_uoff +lat_0=57 +lonc=-133.666666666667 +alpha=323.130102361111 +gamma=323.130102361111 +k=0.9999 +x_0=5000000.001016 +y_0=-5000000.001016 +datum=NAD27 +units=us-ft +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:26731","+proj=omerc +no_uoff +lat_0=57 +lonc=-133.666666666667 +alpha=323.130102361111 +gamma=323.130102361111 +k=0.9999 +x_0=5000000.001016 +y_0=-5000000.001016 +datum=NAD27 +units=us-ft +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "ProjectedCRS",
    "name": "NAD27 / Alaska zone 1",
    "base_crs": {
        "type": "GeographicCRS",
        "name": "NAD27",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "North American Datum 1927",
            "ellipsoid": {
                "name": "Clarke 1866",
                "semi_major_axis": 6378206.4,
                "semi_minor_axis": 6356583.8
            }
        },
        "coordinate_system": {
            "subtype": "ellipsoidal",
            "axis": [
                {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                },
                {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 4267
        },
        "remarks": "Note: this CRS includes longitudes which are POSITIVE EAST. Replaced by NAD27(76) (code 4608) in Ontario, CGQ77 (code 4609) in Quebec, Mexican Datum of 1993 (code 4483) in Mexico, NAD83 (code 4269) in Canada (excl. Ontario & Quebec) & USA."
    },
    "conversion": {
        "name": "Alaska CS27 zone 1",
        "method": {
            "name": "Hotine Oblique Mercator (variant A)",
            "id": {
                "authority": "EPSG",
                "code": 9812
            }
        },
        "parameters": [
            {
                "name": "Latitude of projection centre",
                "value": 57,
                "unit": "degree",
                "id": {
                    "authority": "EPSG",
                    "code": 8811
                }
            },
            {
                "name": "Longitude of projection centre",
                "value": -133.666666666667,
                "unit": "degree",
                "id": {
                    "authority": "EPSG",
                    "code": 8812
                }
            },
            {
                "name": "Azimuth at projection centre",
                "value": 323.130102361111,
                "unit": "degree",
                "id": {
                    "authority": "EPSG",
                    "code": 8813
                }
            },
            {
                "name": "Angle from Rectified to Skew Grid",
                "value": 323.130102361111,
                "unit": "degree",
                "id": {
                    "authority": "EPSG",
                    "code": 8814
                }
            },
            {
                "name": "Scale factor at projection centre",
                "value": 0.9999,
                "unit": "unity",
                "id": {
                    "authority": "EPSG",
                    "code": 8815
                }
            },
            {
                "name": "False easting",
                "value": 16404166.67,
                "unit": {
                    "type": "LinearUnit",
                    "name": "US survey foot",
                    "conversion_factor": 0.304800609601219
                },
                "id": {
                    "authority": "EPSG",
                    "code": 8806
                }
            },
            {
                "name": "False northing",
                "value": -16404166.67,
                "unit": {
                    "type": "LinearUnit",
                    "name": "US survey foot",
                    "conversion_factor": 0.304800609601219
                },
                "id": {
                    "authority": "EPSG",
                    "code": 8807
                }
            }
        ]
    },
    "coordinate_system": {
        "subtype": "Cartesian",
        "axis": [
            {
                "name": "Easting",
                "abbreviation": "X",
                "direction": "east",
                "unit": {
                    "type": "LinearUnit",
                    "name": "US survey foot",
                    "conversion_factor": 0.304800609601219
                }
            },
            {
                "name": "Northing",
                "abbreviation": "Y",
                "direction": "north",
                "unit": {
                    "type": "LinearUnit",
                    "name": "US survey foot",
                    "conversion_factor": 0.304800609601219
                }
            }
        ]
    },
    "scope": "Engineering survey, topographic mapping.",
    "area": "United States (USA) - Alaska - east of 141°W; i.e. Panhandle.",
    "bbox": {
        "south_latitude": 54.61,
        "west_longitude": -141,
        "north_latitude": 60.35,
        "east_longitude": -129.99
    },
    "id": {
        "authority": "EPSG",
        "code": 26731
    }
}

Definition: GeoServer

26731=PROJCS["NAD27 / Alaska zone 1",GEOGCS["NAD27",DATUM["North_American_Datum_1927",SPHEROID["Clarke 1866",6378206.4,294.978698213898,AUTHORITY["EPSG","7008"]],AUTHORITY["EPSG","6267"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4267"]],PROJECTION["Hotine_Oblique_Mercator"],PARAMETER["latitude_of_center",57],PARAMETER["longitude_of_center",-133.666666666667],PARAMETER["azimuth",323.130102361111],PARAMETER["rectified_grid_angle",323.130102361111],PARAMETER["scale_factor",0.9999],PARAMETER["false_easting",16404166.67],PARAMETER["false_northing",-16404166.67],UNIT["US survey foot",0.304800609601219,AUTHORITY["EPSG","9003"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","26731"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=omerc"
	"no_uoff"
	"lat_0=57"
	"lonc=-133.666666666667"
	"alpha=323.130102361111"
	"gamma=323.130102361111"
	"k=0.9999"
	"x_0=5000000.001016"
	"y_0=-5000000.001016"
	"datum=NAD27"
	"units=us-ft"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=omerc +no_uoff +lat_0=57 +lonc=-133.666666666667 +alpha=323.130102361111 +gamma=323.130102361111 +k=0.9999 +x_0=5000000.001016 +y_0=-5000000.001016 +datum=NAD27 +units=us-ft +no_defs +type=crs">
	<Layer srs="+proj=omerc +no_uoff +lat_0=57 +lonc=-133.666666666667 +alpha=323.130102361111 +gamma=323.130102361111 +k=0.9999 +x_0=5000000.001016 +y_0=-5000000.001016 +datum=NAD27 +units=us-ft +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 26731, 'EPSG', 26731, '+proj=omerc +no_uoff +lat_0=57 +lonc=-133.666666666667 +alpha=323.130102361111 +gamma=323.130102361111 +k=0.9999 +x_0=5000000.001016 +y_0=-5000000.001016 +datum=NAD27 +units=us-ft +no_defs +type=crs', 'PROJCS["NAD27 / Alaska zone 1",GEOGCS["NAD27",DATUM["North_American_Datum_1927",SPHEROID["Clarke 1866",6378206.4,294.978698213898,AUTHORITY["EPSG","7008"]],AUTHORITY["EPSG","6267"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4267"]],PROJECTION["Hotine_Oblique_Mercator"],PARAMETER["latitude_of_center",57],PARAMETER["longitude_of_center",-133.666666666667],PARAMETER["azimuth",323.130102361111],PARAMETER["rectified_grid_angle",323.130102361111],PARAMETER["scale_factor",0.9999],PARAMETER["false_easting",16404166.67],PARAMETER["false_northing",-16404166.67],UNIT["US survey foot",0.304800609601219,AUTHORITY["EPSG","9003"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","26731"]]');