EPSG:4200

Pulkovo 1995

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

Selected transformation

Method: Coordinate Frame rotation (geog2D domain)

Remarks: Derived through concatenation of Pulkovo 1995 to PZ-90.02 to WGS 84. Replaces Pulkovo 1995 to WGS 84 (1), tfm code 1281.

Information source: GOST R 51794-2008, approved by GosStandard of Russia Decree #609 of December 18, 2008. GOST R 51794-2008 supersedes GOST R 51794-2001.

Revision date: 2020-03-14

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: Pulkovo 1995

Datum: Pulkovo 1995

Ellipsoid: Krassowsky 1940

Prime meridian: Greenwich

Data source: EPSG

Information source: "Main Terms of Reference for the State Geodetic Network"; Federal Geodetic Service of Russia; 1994

Revision date: 2016-12-15

Scope: Geodesy.

Remarks: Decree #1463 of 2012-12-28 announced that S-95 to be phased out and replaced by GSK-11 (CRS code 7683) by 2017.

Area of use: Russian Federation - onshore and offshore.

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

Center coordinates
104.97 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["Pulkovo 1995",
    DATUM["Pulkovo_1995",
        SPHEROID["Krassowsky 1940",6378245,298.3],
        TOWGS84[24.47,-130.89,-81.56,0,0,-0.13,-0.22]],
    PRIMEM["Greenwich",0,
        AUTHORITY["EPSG","8901"]],
    UNIT["degree",0.0174532925199433,
        AUTHORITY["EPSG","9122"]],
    AUTHORITY["EPSG","4200"]]

Definition: OGC Well Known Text 2 (2019)

GEOGCRS["Pulkovo 1995",
    DATUM["Pulkovo 1995",
        ELLIPSOID["Krassowsky 1940",6378245,298.3,
            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["Russian Federation - onshore and offshore."],
        BBOX[39.87,18.92,85.19,-168.97]],
    ID["EPSG",4200]]

Definition: ESRI Well Known Text

GEOGCS["GCS_Pulkovo_1995",
    DATUM["D_Pulkovo_1995",
        SPHEROID["Krasovsky_1940",6378245.0,298.3]],
    PRIMEM["Greenwich",0.0],
    UNIT["Degree",0.0174532925199433]]

Definition: PROJ.4

+proj=longlat +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:4200","+proj=longlat +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.5/projjson.schema.json",
    "type": "GeographicCRS",
    "name": "Pulkovo 1995",
    "datum": {
        "type": "GeodeticReferenceFrame",
        "name": "Pulkovo 1995",
        "ellipsoid": {
            "name": "Krassowsky 1940",
            "semi_major_axis": 6378245,
            "inverse_flattening": 298.3
        }
    },
    "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": "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": 4200
    }
}

Definition: GeoServer

4200=GEOGCS["Pulkovo 1995",DATUM["Pulkovo_1995",SPHEROID["Krassowsky 1940",6378245,298.3],TOWGS84[24.47,-130.89,-81.56,0,0,-0.13,-0.22]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4200"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"ellps=krass"
	"towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=longlat +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +no_defs +type=crs">
	<Layer srs="+proj=longlat +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4200, 'EPSG', 4200, '+proj=longlat +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +no_defs +type=crs', 'GEOGCS["Pulkovo 1995",DATUM["Pulkovo_1995",SPHEROID["Krassowsky 1940",6378245,298.3],TOWGS84[24.47,-130.89,-81.56,0,0,-0.13,-0.22]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4200"]]');