EPSG:7683

GSK-2011

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: GSK-2011

Datum: Geodezicheskaya Sistema Koordinat 2011

Ellipsoid: GSK-2011

Prime meridian: Greenwich

Data source: EPSG

Information source: EPSG. See 3D CRS for original information source.

Revision date: 2015-11-21

Scope: Horizontal component of 3D system.

Remarks: Replaces Pulkovo 1995 (CRS code 4200) with effect from 21st October 2011.

Area of use: Russian Federation - onshore and offshore.

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

Center coordinates
104.98 62.53

WGS84 bounds:
18.92 39.87
-168.97 85.19

Russian Federation - onshore and offshore.
MapTiler banner

Definition: OGC Well Known Text

GEOGCS["GSK-2011",
    DATUM["Geodezicheskaya_Sistema_Koordinat_2011",
        SPHEROID["GSK-2011",6378136.5,298.2564151,
            AUTHORITY["EPSG","1025"]],
        AUTHORITY["EPSG","1159"]],
    PRIMEM["Greenwich",0,
        AUTHORITY["EPSG","8901"]],
    UNIT["degree",0.0174532925199433,
        AUTHORITY["EPSG","9122"]],
    AUTHORITY["EPSG","7683"]]

Definition: OGC Well Known Text 2 (2019)

GEOGCRS["GSK-2011",
    DATUM["Geodezicheskaya Sistema Koordinat 2011",
        ELLIPSOID["GSK-2011",6378136.5,298.2564151,
            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["Horizontal component of 3D system."],
        AREA["Russian Federation - onshore and offshore."],
        BBOX[39.87,18.92,85.19,-168.97]],
    ID["EPSG",7683]]

Definition: ESRI Well Known Text

GEOGCS["GCS_GSK-2011",
    DATUM["Geodezicheskaya_Sistema_Koordinat_2011",
        SPHEROID["GSK-2011",6378136.5,298.2564151]],
    PRIMEM["Greenwich",0.0],
    UNIT["Degree",0.0174532925199433]]

Definition: PROJ.4

+proj=longlat +ellps=GSK2011 +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:7683","+proj=longlat +ellps=GSK2011 +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "GeographicCRS",
    "name": "GSK-2011",
    "datum": {
        "type": "GeodeticReferenceFrame",
        "name": "Geodezicheskaya Sistema Koordinat 2011",
        "ellipsoid": {
            "name": "GSK-2011",
            "semi_major_axis": 6378136.5,
            "inverse_flattening": 298.2564151
        }
    },
    "coordinate_system": {
        "subtype": "ellipsoidal",
        "axis": [
            {
                "name": "Geodetic latitude",
                "abbreviation": "Lat",
                "direction": "north",
                "unit": "degree"
            },
            {
                "name": "Geodetic longitude",
                "abbreviation": "Lon",
                "direction": "east",
                "unit": "degree"
            }
        ]
    },
    "scope": "Horizontal component of 3D system.",
    "area": "Russian Federation - onshore and offshore.",
    "bbox": {
        "south_latitude": 39.87,
        "west_longitude": 18.92,
        "north_latitude": 85.19,
        "east_longitude": -168.97
    },
    "id": {
        "authority": "EPSG",
        "code": 7683
    }
}

Definition: GeoServer

7683=GEOGCS["GSK-2011",DATUM["Geodezicheskaya_Sistema_Koordinat_2011",SPHEROID["GSK-2011",6378136.5,298.2564151,AUTHORITY["EPSG","1025"]],AUTHORITY["EPSG","1159"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","7683"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"ellps=GSK2011"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=longlat +ellps=GSK2011 +no_defs +type=crs">
	<Layer srs="+proj=longlat +ellps=GSK2011 +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 7683, 'EPSG', 7683, '+proj=longlat +ellps=GSK2011 +no_defs +type=crs', 'GEOGCS["GSK-2011",DATUM["Geodezicheskaya_Sistema_Koordinat_2011",SPHEROID["GSK-2011",6378136.5,298.2564151,AUTHORITY["EPSG","1025"]],AUTHORITY["EPSG","1159"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","7683"]]');