EPSG:4137

St. Paul Island

Available transformations
to EPSG:4326
EPSG:4326 - WGS 84

Selected transformation

Method: NADCON

Grid Files: stpaul.las stpaul.los

Remarks: Parameter files are from St. Paul Island to NAD83 (1) (code 1456) assuming that NAD83 is equivalent to WGS 84 within the accuracy of the transformation.

Information source: OGP

Revision date: 2020-03-14

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: St. Paul Island

Datum: St. Paul Island

Ellipsoid: Clarke 1866

Prime meridian: Greenwich

Data source: EPSG

Revision date: 2014-05-20

Scope: Geodesy.

Remarks: Note: this CRS includes longitudes which are POSITIVE EAST.

Area of use: United States (USA) - Alaska - Pribilof Islands - St Paul Island.

Coordinate system: Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree

Center coordinates
-170.27 57.17

WGS84 bounds:
-170.51 57.06
-170.04 57.28

United States (USA) - Alaska - Pribilof Islands - St Paul Island.
MapTiler banner

Export

Definition: OGC Well Known Text 2 (2019)

GEOGCRS["St. Paul Island",
    DATUM["St. Paul Island",
        ELLIPSOID["Clarke 1866",6378206.4,294.978698213898,
            LENGTHUNIT["metre",1]]],
    PRIMEM["Greenwich",0,
        ANGLEUNIT["degree",0.0174532925199433]],
    CS[ellipsoidal,2],
        AXIS["geodetic latitude (Lat)",north,
            ORDER[1],
            ANGLEUNIT["degree",0.0174532925199433]],
        AXIS["geodetic longitude (Lon)",east,
            ORDER[2],
            ANGLEUNIT["degree",0.0174532925199433]],
    USAGE[
        SCOPE["Geodesy."],
        AREA["United States (USA) - Alaska - Pribilof Islands - St Paul Island."],
        BBOX[57.06,-170.51,57.28,-170.04]],
    ID["EPSG",4137]]

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "GeographicCRS",
    "name": "St. Paul Island",
    "datum": {
        "type": "GeodeticReferenceFrame",
        "name": "St. Paul Island",
        "ellipsoid": {
            "name": "Clarke 1866",
            "semi_major_axis": 6378206.4,
            "inverse_flattening": 294.978698213898
        }
    },
    "coordinate_system": {
        "subtype": "ellipsoidal",
        "axis": [
            {
                "name": "Geodetic latitude",
                "abbreviation": "Lat",
                "direction": "north",
                "unit": "degree"
            },
            {
                "name": "Geodetic longitude",
                "abbreviation": "Lon",
                "direction": "east",
                "unit": "degree"
            }
        ]
    },
    "scope": "Geodesy.",
    "area": "United States (USA) - Alaska - Pribilof Islands - St Paul Island.",
    "bbox": {
        "south_latitude": 57.06,
        "west_longitude": -170.51,
        "north_latitude": 57.28,
        "east_longitude": -170.04
    },
    "id": {
        "authority": "EPSG",
        "code": 4137
    }
}