EPSG:5705

Baltic 1977 height

Attributes

Unit: metre

Geodetic CRS: Baltic 1977 height

Datum: Baltic 1977

Data source: EPSG

Revision date: 2021-12-03

Scope: Geodesy, engineering survey.

Remarks: The adjustment also included the Czech and Slovak Republics but not adopted there, with earlier 1957 adjustment remaining in use: see CRS code 8357.

Area of use: Armenia; Azerbaijan; Belarus; Estonia - onshore; Georgia - onshore; Kazakhstan; Kyrgyzstan; Latvia - onshore; Lithuania - onshore; Moldova; Russian Federation - onshore; Tajikistan; Turkmenistan; Ukraine - onshore; Uzbekistan.

Coordinate system: Vertical CS. Axis: height (H). Orientation: up. UoM: m.

MapTiler banner

Definition: OGC Well Known Text

VERT_CS["Baltic 1977 height",
    VERT_DATUM["Baltic 1977",2005,
        AUTHORITY["EPSG","5105"]],
    UNIT["metre",1,
        AUTHORITY["EPSG","9001"]],
    AXIS["Gravity-related height",UP],
    AUTHORITY["EPSG","5705"]]

Definition: OGC Well Known Text 2 (2019)

VERTCRS["Baltic 1977 height",
    VDATUM["Baltic 1977"],
    CS[vertical,1],
        AXIS["gravity-related height (H)",up,
            LENGTHUNIT["metre",1]],
    USAGE[
        SCOPE["Geodesy, engineering survey."],
        AREA["Armenia; Azerbaijan; Belarus; Estonia - onshore; Georgia - onshore; Kazakhstan; Kyrgyzstan; Latvia - onshore; Lithuania - onshore; Moldova; Russian Federation - onshore; Tajikistan; Turkmenistan; Ukraine - onshore; Uzbekistan."],
        BBOX[35.14,19.57,81.91,-168.97]],
    ID["EPSG",5705]]

Definition: ESRI Well Known Text

VERTCS["Baltic",
    VDATUM["Baltic_Sea"],
    PARAMETER["Vertical_Shift",0.0],
    PARAMETER["Direction",1.0],
    UNIT["Meter",1.0]]

Definition: PROJ.4

+vunits=m +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:5705","+vunits=m +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.5/projjson.schema.json",
    "type": "VerticalCRS",
    "name": "Baltic 1977 height",
    "datum": {
        "type": "VerticalReferenceFrame",
        "name": "Baltic 1977"
    },
    "coordinate_system": {
        "subtype": "vertical",
        "axis": [
            {
                "name": "Gravity-related height",
                "abbreviation": "H",
                "direction": "up",
                "unit": "metre"
            }
        ]
    },
    "scope": "Geodesy, engineering survey.",
    "area": "Armenia; Azerbaijan; Belarus; Estonia - onshore; Georgia - onshore; Kazakhstan; Kyrgyzstan; Latvia - onshore; Lithuania - onshore; Moldova; Russian Federation - onshore; Tajikistan; Turkmenistan; Ukraine - onshore; Uzbekistan.",
    "bbox": {
        "south_latitude": 35.14,
        "west_longitude": 19.57,
        "north_latitude": 81.91,
        "east_longitude": -168.97
    },
    "id": {
        "authority": "EPSG",
        "code": 5705
    }
}

Definition: GeoServer

5705=VERT_CS["Baltic 1977 height",VERT_DATUM["Baltic 1977",2005,AUTHORITY["EPSG","5105"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","5705"]]

Definition: MapServer - MAPfile

PROJECTION
	"vunits=m"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+vunits=m +no_defs +type=crs">
	<Layer srs="+vunits=m +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 5705, 'EPSG', 5705, '+vunits=m +no_defs +type=crs', 'VERT_CS["Baltic 1977 height",VERT_DATUM["Baltic 1977",2005,AUTHORITY["EPSG","5105"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","5705"]]');