Coordinate Frame rotation (geog2D domain)
Derived through concatenation of Pulkovo 1995 to PZ-90.02 to WGS 84. Replaces Pulkovo 1995 to WGS 84 (1), tfm code 1281.
GOST R 51794-2008, approved by GosStandard of Russia Decree #609 of December 18, 2008. GOST R 51794-2008 supersedes GOST R 51794-2001.
2020-03-14
degree (supplier to define representation)
EPSG
"Main Terms of Reference for the State Geodetic Network"; Federal Geodetic Service of Russia; 1994
2016-12-15
Geodesy.
Decree #1463 of 2012-12-28 announced that S-95 to be phased out and replaced by GSK-11 (CRS code 7683) by 2017.
Russian Federation - onshore and offshore.
Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
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: JSON
{ "$schema": "https://proj.org/schemas/v0.7/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: 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"]]');