ESRI:103877

Moon 2000 North Pole Stereographic

Attributes

Data source: ESRI

Information source: ESRI

Area of use: World - N hemisphere - north of 60~N

Description: Moon 2000 North Pole Stereographic

MapTiler banner

Definition: OGC Well Known Text

PROJCS["Moon_2000_North_Pole_Stereographic",
    GEOGCS["GCS_Moon_2000",
        DATUM["D_Moon_2000",
            SPHEROID["Moon_2000_IAU_IAG",1737400,0]],
        PRIMEM["Reference_Meridian",0],
        UNIT["Degree",0.0174532925199433]],
    PROJECTION["Polar_Stereographic"],
    PARAMETER["latitude_of_origin",90],
    PARAMETER["central_meridian",0],
    PARAMETER["scale_factor",1],
    PARAMETER["false_easting",0],
    PARAMETER["false_northing",0],
    UNIT["metre",1,
        AUTHORITY["EPSG","9001"]],
    AUTHORITY["ESRI","103877"]]

Definition: OGC Well Known Text 2 (2019)

PROJCRS["Moon_2000_North_Pole_Stereographic",
    BASEGEOGCRS["GCS_Moon_2000",
        DATUM["D_Moon_2000",
            ELLIPSOID["Moon_2000_IAU_IAG",1737400,0,
                LENGTHUNIT["metre",1]]],
        PRIMEM["Reference_Meridian",0,
            ANGLEUNIT["Degree",0.0174532925199433]]],
    CONVERSION["Moon_2000_North_Pole_Stereographic",
        METHOD["Polar Stereographic (variant A)",
            ID["EPSG",9810]],
        PARAMETER["Latitude of natural origin",90,
            ANGLEUNIT["Degree",0.0174532925199433],
            ID["EPSG",8801]],
        PARAMETER["Longitude of natural origin",0,
            ANGLEUNIT["Degree",0.0174532925199433],
            ID["EPSG",8802]],
        PARAMETER["Scale factor at natural origin",1,
            SCALEUNIT["unity",1],
            ID["EPSG",8805]],
        PARAMETER["False easting",0,
            LENGTHUNIT["metre",1],
            ID["EPSG",8806]],
        PARAMETER["False northing",0,
            LENGTHUNIT["metre",1],
            ID["EPSG",8807]]],
    CS[Cartesian,2],
        AXIS["(E)",south,
            MERIDIAN[90,
                ANGLEUNIT["degree",0.0174532925199433]],
            ORDER[1],
            LENGTHUNIT["metre",1]],
        AXIS["(N)",south,
            MERIDIAN[180,
                ANGLEUNIT["degree",0.0174532925199433]],
            ORDER[2],
            LENGTHUNIT["metre",1]],
    USAGE[
        SCOPE["Not known."],
        AREA["Northern hemisphere - north of 60°N onshore and offshore, including Arctic."],
        BBOX[60,-180,90,180]],
    ID["ESRI",103877]]

Definition: ESRI Well Known Text

PROJCS["Moon_2000_North_Pole_Stereographic",
    GEOGCS["GCS_Moon_2000",
        DATUM["D_Moon_2000",
            SPHEROID["Moon_2000_IAU_IAG",1737400.0,0.0]],
        PRIMEM["Reference_Meridian",0.0],
        UNIT["Degree",0.0174532925199433]],
    PROJECTION["Stereographic"],
    PARAMETER["False_Easting",0.0],
    PARAMETER["False_Northing",0.0],
    PARAMETER["Central_Meridian",0.0],
    PARAMETER["Scale_Factor",1.0],
    PARAMETER["Latitude_Of_Origin",90.0],
    UNIT["Meter",1.0]]

Definition: PROJ.4

+proj=stere +lat_0=90 +lon_0=0 +k=1 +x_0=0 +y_0=0 +R=1737400 +units=m +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("ESRI:103877","+proj=stere +lat_0=90 +lon_0=0 +k=1 +x_0=0 +y_0=0 +R=1737400 +units=m +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "ProjectedCRS",
    "name": "Moon_2000_North_Pole_Stereographic",
    "base_crs": {
        "name": "GCS_Moon_2000",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "D_Moon_2000",
            "ellipsoid": {
                "name": "Moon_2000_IAU_IAG",
                "radius": 1737400
            },
            "prime_meridian": {
                "name": "Reference_Meridian",
                "longitude": {
                    "value": 0,
                    "unit": {
                        "type": "AngularUnit",
                        "name": "Degree",
                        "conversion_factor": 0.0174532925199433
                    }
                }
            }
        },
        "coordinate_system": {
            "subtype": "ellipsoidal",
            "axis": [
                {
                    "name": "Longitude",
                    "abbreviation": "lon",
                    "direction": "east",
                    "unit": {
                        "type": "AngularUnit",
                        "name": "Degree",
                        "conversion_factor": 0.0174532925199433
                    }
                },
                {
                    "name": "Latitude",
                    "abbreviation": "lat",
                    "direction": "north",
                    "unit": {
                        "type": "AngularUnit",
                        "name": "Degree",
                        "conversion_factor": 0.0174532925199433
                    }
                }
            ]
        }
    },
    "conversion": {
        "name": "Moon_2000_North_Pole_Stereographic",
        "method": {
            "name": "Polar Stereographic (variant A)",
            "id": {
                "authority": "EPSG",
                "code": 9810
            }
        },
        "parameters": [
            {
                "name": "Latitude of natural origin",
                "value": 90,
                "unit": {
                    "type": "AngularUnit",
                    "name": "Degree",
                    "conversion_factor": 0.0174532925199433
                },
                "id": {
                    "authority": "EPSG",
                    "code": 8801
                }
            },
            {
                "name": "Longitude of natural origin",
                "value": 0,
                "unit": {
                    "type": "AngularUnit",
                    "name": "Degree",
                    "conversion_factor": 0.0174532925199433
                },
                "id": {
                    "authority": "EPSG",
                    "code": 8802
                }
            },
            {
                "name": "Scale factor at natural origin",
                "value": 1,
                "unit": "unity",
                "id": {
                    "authority": "EPSG",
                    "code": 8805
                }
            },
            {
                "name": "False easting",
                "value": 0,
                "unit": "metre",
                "id": {
                    "authority": "EPSG",
                    "code": 8806
                }
            },
            {
                "name": "False northing",
                "value": 0,
                "unit": "metre",
                "id": {
                    "authority": "EPSG",
                    "code": 8807
                }
            }
        ]
    },
    "coordinate_system": {
        "subtype": "Cartesian",
        "axis": [
            {
                "name": "Easting",
                "abbreviation": "E",
                "direction": "south",
                "meridian": {
                    "longitude": 90
                },
                "unit": "metre"
            },
            {
                "name": "Northing",
                "abbreviation": "N",
                "direction": "south",
                "meridian": {
                    "longitude": 180
                },
                "unit": "metre"
            }
        ]
    },
    "scope": "Not known.",
    "area": "Northern hemisphere - north of 60°N onshore and offshore, including Arctic.",
    "bbox": {
        "south_latitude": 60,
        "west_longitude": -180,
        "north_latitude": 90,
        "east_longitude": 180
    },
    "id": {
        "authority": "ESRI",
        "code": 103877
    }
}

Definition: GeoServer

103877=PROJCS["Moon_2000_North_Pole_Stereographic",GEOGCS["GCS_Moon_2000",DATUM["D_Moon_2000",SPHEROID["Moon_2000_IAU_IAG",1737400,0]],PRIMEM["Reference_Meridian",0],UNIT["Degree",0.0174532925199433]],PROJECTION["Polar_Stereographic"],PARAMETER["latitude_of_origin",90],PARAMETER["central_meridian",0],PARAMETER["scale_factor",1],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["ESRI","103877"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=stere"
	"lat_0=90"
	"lon_0=0"
	"k=1"
	"x_0=0"
	"y_0=0"
	"R=1737400"
	"units=m"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=stere +lat_0=90 +lon_0=0 +k=1 +x_0=0 +y_0=0 +R=1737400 +units=m +no_defs +type=crs">
	<Layer srs="+proj=stere +lat_0=90 +lon_0=0 +k=1 +x_0=0 +y_0=0 +R=1737400 +units=m +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 103877, 'ESRI', 103877, '+proj=stere +lat_0=90 +lon_0=0 +k=1 +x_0=0 +y_0=0 +R=1737400 +units=m +no_defs +type=crs', 'PROJCS["Moon_2000_North_Pole_Stereographic",GEOGCS["GCS_Moon_2000",DATUM["D_Moon_2000",SPHEROID["Moon_2000_IAU_IAG",1737400,0]],PRIMEM["Reference_Meridian",0],UNIT["Degree",0.0174532925199433]],PROJECTION["Polar_Stereographic"],PARAMETER["latitude_of_origin",90],PARAMETER["central_meridian",0],PARAMETER["scale_factor",1],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["ESRI","103877"]]');