EPSG:5822 DEPRECATED

UCS-2000 to ITRF2005 (1)

Attributes

Geodetic CRS: UCS-2000

Datum: Ukraine 2000

Ellipsoid: Krassowsky 1940

Prime meridian: Greenwich

Data source: EPSG

Information source: State Service of Geodesy, Cartography and Cadastre.

Revision date: 2012-12-17

Scope: Transformation of coordinates at 1m level of accuracy.

Remarks: May be taken as approximate transformation UCS-2000 to WGS 84 - see code 5840.

Method: Geocentric translations (geocentric domain)

Area of use: Ukraine - onshore and offshore.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

COORDINATEOPERATION["UCS-2000 to ITRF2005 (1)",
    VERSION["SSGC-Ukr"],
    SOURCECRS[
        GEODCRS["UCS-2000",
            DATUM["Ukraine 2000",
                ELLIPSOID["Krassowsky 1940",6378245,298.3,
                    LENGTHUNIT["metre",1]]],
            PRIMEM["Greenwich",0,
                ANGLEUNIT["degree",0.0174532925199433]],
            CS[Cartesian,3],
                AXIS["(X)",geocentricX,
                    ORDER[1],
                    LENGTHUNIT["metre",1]],
                AXIS["(Y)",geocentricY,
                    ORDER[2],
                    LENGTHUNIT["metre",1]],
                AXIS["(Z)",geocentricZ,
                    ORDER[3],
                    LENGTHUNIT["metre",1]],
            ID["EPSG",5558]]],
    TARGETCRS[
        GEODCRS["ITRF2005",
            DYNAMIC[
                FRAMEEPOCH[2000]],
            DATUM["International Terrestrial Reference Frame 2005",
                ELLIPSOID["GRS 1980",6378137,298.257222101,
                    LENGTHUNIT["metre",1]]],
            PRIMEM["Greenwich",0,
                ANGLEUNIT["degree",0.0174532925199433]],
            CS[Cartesian,3],
                AXIS["(X)",geocentricX,
                    ORDER[1],
                    LENGTHUNIT["metre",1]],
                AXIS["(Y)",geocentricY,
                    ORDER[2],
                    LENGTHUNIT["metre",1]],
                AXIS["(Z)",geocentricZ,
                    ORDER[3],
                    LENGTHUNIT["metre",1]],
            ID["EPSG",4896]]],
    METHOD["Geocentric translations (geocentric domain)",
        ID["EPSG",1031]],
    PARAMETER["X-axis translation",24,
        LENGTHUNIT["metre",1],
        ID["EPSG",8605]],
    PARAMETER["Y-axis translation",-121,
        LENGTHUNIT["metre",1],
        ID["EPSG",8606]],
    PARAMETER["Z-axis translation",-76,
        LENGTHUNIT["metre",1],
        ID["EPSG",8607]],
    OPERATIONACCURACY[1.0],
    USAGE[
        SCOPE["Transformation of coordinates at 1m level of accuracy."],
        AREA["Ukraine - onshore and offshore."],
        BBOX[43.18,22.15,52.38,40.18]],
    ID["EPSG",5822],
    REMARK["May be taken as approximate transformation UCS-2000 to WGS 84 - see code 5840."]]

Definition: PROJ.4

+proj=helmert +x=24 +y=-121 +z=-76

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:5822","+proj=helmert +x=24 +y=-121 +z=-76");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Transformation",
    "name": "UCS-2000 to ITRF2005 (1)",
    "source_crs": {
        "type": "GeodeticCRS",
        "name": "UCS-2000",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "Ukraine 2000",
            "ellipsoid": {
                "name": "Krassowsky 1940",
                "semi_major_axis": 6378245,
                "inverse_flattening": 298.3
            }
        },
        "coordinate_system": {
            "subtype": "Cartesian",
            "axis": [
                {
                    "name": "Geocentric X",
                    "abbreviation": "X",
                    "direction": "geocentricX",
                    "unit": "metre"
                },
                {
                    "name": "Geocentric Y",
                    "abbreviation": "Y",
                    "direction": "geocentricY",
                    "unit": "metre"
                },
                {
                    "name": "Geocentric Z",
                    "abbreviation": "Z",
                    "direction": "geocentricZ",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 5558
        }
    },
    "target_crs": {
        "type": "GeodeticCRS",
        "name": "ITRF2005",
        "datum": {
            "type": "DynamicGeodeticReferenceFrame",
            "name": "International Terrestrial Reference Frame 2005",
            "frame_reference_epoch": 2000,
            "ellipsoid": {
                "name": "GRS 1980",
                "semi_major_axis": 6378137,
                "inverse_flattening": 298.257222101
            }
        },
        "coordinate_system": {
            "subtype": "Cartesian",
            "axis": [
                {
                    "name": "Geocentric X",
                    "abbreviation": "X",
                    "direction": "geocentricX",
                    "unit": "metre"
                },
                {
                    "name": "Geocentric Y",
                    "abbreviation": "Y",
                    "direction": "geocentricY",
                    "unit": "metre"
                },
                {
                    "name": "Geocentric Z",
                    "abbreviation": "Z",
                    "direction": "geocentricZ",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 4896
        }
    },
    "method": {
        "name": "Geocentric translations (geocentric domain)",
        "id": {
            "authority": "EPSG",
            "code": 1031
        }
    },
    "parameters": [
        {
            "name": "X-axis translation",
            "value": 24,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8605
            }
        },
        {
            "name": "Y-axis translation",
            "value": -121,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8606
            }
        },
        {
            "name": "Z-axis translation",
            "value": -76,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8607
            }
        }
    ],
    "accuracy": "1.0",
    "scope": "Transformation of coordinates at 1m level of accuracy.",
    "area": "Ukraine - onshore and offshore.",
    "bbox": {
        "south_latitude": 43.18,
        "west_longitude": 22.15,
        "north_latitude": 52.38,
        "east_longitude": 40.18
    },
    "id": {
        "authority": "EPSG",
        "code": 5822
    },
    "remarks": "May be taken as approximate transformation UCS-2000 to WGS 84 - see code 5840."
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=helmert"
	"x=24"
	"y=-121"
	"z=-76"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=helmert +x=24 +y=-121 +z=-76">
	<Layer srs="+proj=helmert +x=24 +y=-121 +z=-76">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 5822, 'EPSG', 5822, '+proj=helmert +x=24 +y=-121 +z=-76', 'None');