EPSG:19983

Terre Adelie Polar Stereographic

Attributes

Data source: EPSG

Information source: IGN Paris.

Revision date: 2003-09-22

Scope: Topographic mapping.

Method: Polar Stereographic (variant C)

Area of use: Antarctica - Adelie Land - coastal area between 136°E and 142°E.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text

PROJECTION["Polar_Stereographic_(variant_C)"],
PARAMETER["Latitude of standard parallel",-67],
PARAMETER["Longitude of origin",140],
PARAMETER["Easting at false origin",300000],
PARAMETER["Northing at false origin",200000]

Definition: OGC Well Known Text 2 (2019)

CONVERSION["Terre Adelie Polar Stereographic",
    METHOD["Polar Stereographic (variant C)",
        ID["EPSG",9830]],
    PARAMETER["Latitude of standard parallel",-67,
        ANGLEUNIT["degree",0.0174532925199433],
        ID["EPSG",8832]],
    PARAMETER["Longitude of origin",140,
        ANGLEUNIT["degree",0.0174532925199433],
        ID["EPSG",8833]],
    PARAMETER["Easting at false origin",300000,
        LENGTHUNIT["metre",1],
        ID["EPSG",8826]],
    PARAMETER["Northing at false origin",200000,
        LENGTHUNIT["metre",1],
        ID["EPSG",8827]],
    ID["EPSG",19983]]

Definition: ESRI Well Known Text

PROJECTION["Polar_Stereographic_(variant_C)"],
PARAMETER["Latitude of standard parallel",-67.0],
PARAMETER["Longitude of origin",140.0],
PARAMETER["Easting at false origin",300000.0],
PARAMETER["Northing at false origin",200000.0]

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Conversion",
    "name": "Terre Adelie Polar Stereographic",
    "method": {
        "name": "Polar Stereographic (variant C)",
        "id": {
            "authority": "EPSG",
            "code": 9830
        }
    },
    "parameters": [
        {
            "name": "Latitude of standard parallel",
            "value": -67,
            "unit": "degree",
            "id": {
                "authority": "EPSG",
                "code": 8832
            }
        },
        {
            "name": "Longitude of origin",
            "value": 140,
            "unit": "degree",
            "id": {
                "authority": "EPSG",
                "code": 8833
            }
        },
        {
            "name": "Easting at false origin",
            "value": 300000,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8826
            }
        },
        {
            "name": "Northing at false origin",
            "value": 200000,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8827
            }
        }
    ],
    "id": {
        "authority": "EPSG",
        "code": 19983
    }
}

Definition: GeoServer

19983=PROJECTION["Polar_Stereographic_(variant_C)"],PARAMETER["Latitude of standard parallel",-67],PARAMETER["Longitude of origin",140],PARAMETER["Easting at false origin",300000],PARAMETER["Northing at false origin",200000]

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 19983, 'EPSG', 19983, 'None', 'PROJECTION["Polar_Stereographic_(variant_C)"],PARAMETER["Latitude of standard parallel",-67],PARAMETER["Longitude of origin",140],PARAMETER["Easting at false origin",300000],PARAMETER["Northing at false origin",200000]');