EPSG:7704

PZ-90 to PZ-90.11 (1)

Attributes

Geodetic CRS: PZ-90

Datum: Parametry Zemli 1990

Ellipsoid: PZ-90

Prime meridian: Greenwich

Data source: EPSG

Information source: Parametry Zemli 1990 Reference Document, Military Topgraphic Department (VTU) of the General Staff of Armed Forces of the Russian Federation.

Revision date: 2016-12-17

Scope: Geodesy.

Remarks: Concatenation of transformations 7702 and 7703.

Method: Coordinate Frame rotation (geocentric domain)

Area of use: World.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

COORDINATEOPERATION["PZ-90 to PZ-90.11 (1)",
    VERSION["MTD-Rus"],
    SOURCECRS[
        GEODCRS["PZ-90",
            DYNAMIC[
                FRAMEEPOCH[1990]],
            DATUM["Parametry Zemli 1990",
                ELLIPSOID["PZ-90",6378136,298.257839303,
                    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",4922]]],
    TARGETCRS[
        GEODCRS["PZ-90.11",
            DYNAMIC[
                FRAMEEPOCH[2010]],
            DATUM["Parametry Zemli 1990.11",
                ELLIPSOID["PZ-90",6378136,298.257839303,
                    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",7679]]],
    METHOD["Coordinate Frame rotation (geocentric domain)",
        ID["EPSG",1032]],
    PARAMETER["X-axis translation",-1.443,
        LENGTHUNIT["metre",1],
        ID["EPSG",8605]],
    PARAMETER["Y-axis translation",0.156,
        LENGTHUNIT["metre",1],
        ID["EPSG",8606]],
    PARAMETER["Z-axis translation",0.222,
        LENGTHUNIT["metre",1],
        ID["EPSG",8607]],
    PARAMETER["X-axis rotation",-2.3,
        ANGLEUNIT["milliarc-second",4.84813681109536E-09],
        ID["EPSG",8608]],
    PARAMETER["Y-axis rotation",3.54,
        ANGLEUNIT["milliarc-second",4.84813681109536E-09],
        ID["EPSG",8609]],
    PARAMETER["Z-axis rotation",-134.21,
        ANGLEUNIT["milliarc-second",4.84813681109536E-09],
        ID["EPSG",8610]],
    PARAMETER["Scale difference",-0.228,
        SCALEUNIT["parts per million",1E-06],
        ID["EPSG",8611]],
    OPERATIONACCURACY[0.2],
    USAGE[
        SCOPE["Geodesy."],
        AREA["World."],
        BBOX[-90,-180,90,180]],
    ID["EPSG",7704],
    REMARK["Concatenation of transformations 7702 and 7703."]]

Definition: PROJ.4

+proj=helmert +x=-1.443 +y=0.156 +z=0.222 +rx=-0.0023 +ry=0.00354 +rz=-0.13421 +s=-0.228 +convention=coordinate_frame

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:7704","+proj=helmert +x=-1.443 +y=0.156 +z=0.222 +rx=-0.0023 +ry=0.00354 +rz=-0.13421 +s=-0.228 +convention=coordinate_frame");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Transformation",
    "name": "PZ-90 to PZ-90.11 (1)",
    "source_crs": {
        "type": "GeodeticCRS",
        "name": "PZ-90",
        "datum": {
            "type": "DynamicGeodeticReferenceFrame",
            "name": "Parametry Zemli 1990",
            "frame_reference_epoch": 1990,
            "ellipsoid": {
                "name": "PZ-90",
                "semi_major_axis": 6378136,
                "inverse_flattening": 298.257839303
            }
        },
        "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": 4922
        }
    },
    "target_crs": {
        "type": "GeodeticCRS",
        "name": "PZ-90.11",
        "datum": {
            "type": "DynamicGeodeticReferenceFrame",
            "name": "Parametry Zemli 1990.11",
            "frame_reference_epoch": 2010,
            "ellipsoid": {
                "name": "PZ-90",
                "semi_major_axis": 6378136,
                "inverse_flattening": 298.257839303
            }
        },
        "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": 7679
        }
    },
    "method": {
        "name": "Coordinate Frame rotation (geocentric domain)",
        "id": {
            "authority": "EPSG",
            "code": 1032
        }
    },
    "parameters": [
        {
            "name": "X-axis translation",
            "value": -1.443,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8605
            }
        },
        {
            "name": "Y-axis translation",
            "value": 0.156,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8606
            }
        },
        {
            "name": "Z-axis translation",
            "value": 0.222,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8607
            }
        },
        {
            "name": "X-axis rotation",
            "value": -2.3,
            "unit": {
                "type": "AngularUnit",
                "name": "milliarc-second",
                "conversion_factor": 4.84813681109536e-09
            },
            "id": {
                "authority": "EPSG",
                "code": 8608
            }
        },
        {
            "name": "Y-axis rotation",
            "value": 3.54,
            "unit": {
                "type": "AngularUnit",
                "name": "milliarc-second",
                "conversion_factor": 4.84813681109536e-09
            },
            "id": {
                "authority": "EPSG",
                "code": 8609
            }
        },
        {
            "name": "Z-axis rotation",
            "value": -134.21,
            "unit": {
                "type": "AngularUnit",
                "name": "milliarc-second",
                "conversion_factor": 4.84813681109536e-09
            },
            "id": {
                "authority": "EPSG",
                "code": 8610
            }
        },
        {
            "name": "Scale difference",
            "value": -0.228,
            "unit": {
                "type": "ScaleUnit",
                "name": "parts per million",
                "conversion_factor": 1e-06
            },
            "id": {
                "authority": "EPSG",
                "code": 8611
            }
        }
    ],
    "accuracy": "0.2",
    "scope": "Geodesy.",
    "area": "World.",
    "bbox": {
        "south_latitude": -90,
        "west_longitude": -180,
        "north_latitude": 90,
        "east_longitude": 180
    },
    "id": {
        "authority": "EPSG",
        "code": 7704
    },
    "remarks": "Concatenation of transformations 7702 and 7703."
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=helmert"
	"x=-1.443"
	"y=0.156"
	"z=0.222"
	"rx=-0.0023"
	"ry=0.00354"
	"rz=-0.13421"
	"s=-0.228"
	"convention=coordinate_frame"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=helmert +x=-1.443 +y=0.156 +z=0.222 +rx=-0.0023 +ry=0.00354 +rz=-0.13421 +s=-0.228 +convention=coordinate_frame">
	<Layer srs="+proj=helmert +x=-1.443 +y=0.156 +z=0.222 +rx=-0.0023 +ry=0.00354 +rz=-0.13421 +s=-0.228 +convention=coordinate_frame">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 7704, 'EPSG', 7704, '+proj=helmert +x=-1.443 +y=0.156 +z=0.222 +rx=-0.0023 +ry=0.00354 +rz=-0.13421 +s=-0.228 +convention=coordinate_frame', 'None');