EPSG:5447

Baltic 1977 height to Black Sea height (1)

Attributes

Geodetic CRS: Baltic 1977 height

Datum: Baltic 1977

Data source: EPSG

Information source: BP

Revision date: 2018-02-16

Scope: Change of height to a different vertical reference surface.

Remarks: Baltic 1977 vertical reference surface is 0.4m above Black Sea surface.

Method: Vertical Offset

Area of use: Georgia - onshore.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

COORDINATEOPERATION["Baltic 1977 height to Black Sea height (1)",
    VERSION["Black Sea"],
    SOURCECRS[
        VERTCRS["Baltic 1977 height",
            VDATUM["Baltic 1977"],
            CS[vertical,1],
                AXIS["gravity-related height (H)",up,
                    LENGTHUNIT["metre",1]],
            ID["EPSG",5705]]],
    TARGETCRS[
        VERTCRS["Black Sea height",
            VDATUM["Black Sea"],
            CS[vertical,1],
                AXIS["gravity-related height (H)",up,
                    LENGTHUNIT["metre",1]],
            ID["EPSG",5735]]],
    METHOD["Vertical Offset",
        ID["EPSG",9616]],
    PARAMETER["Vertical Offset",0.4,
        LENGTHUNIT["metre",1],
        ID["EPSG",8603]],
    OPERATIONACCURACY[0.0],
    USAGE[
        SCOPE["Change of height to a different vertical reference surface."],
        AREA["Georgia - onshore."],
        BBOX[41.04,39.99,43.59,46.72]],
    ID["EPSG",5447],
    REMARK["Baltic 1977 vertical reference surface is 0.4m above Black Sea surface."]]

Definition: PROJ.4

+proj=geogoffset +dh=0.4

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:5447","+proj=geogoffset +dh=0.4");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Transformation",
    "name": "Baltic 1977 height to Black Sea height (1)",
    "source_crs": {
        "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"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 5705
        }
    },
    "target_crs": {
        "type": "VerticalCRS",
        "name": "Black Sea height",
        "datum": {
            "type": "VerticalReferenceFrame",
            "name": "Black Sea"
        },
        "coordinate_system": {
            "subtype": "vertical",
            "axis": [
                {
                    "name": "Gravity-related height",
                    "abbreviation": "H",
                    "direction": "up",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 5735
        }
    },
    "method": {
        "name": "Vertical Offset",
        "id": {
            "authority": "EPSG",
            "code": 9616
        }
    },
    "parameters": [
        {
            "name": "Vertical Offset",
            "value": 0.4,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8603
            }
        }
    ],
    "accuracy": "0.0",
    "scope": "Change of height to a different vertical reference surface.",
    "area": "Georgia - onshore.",
    "bbox": {
        "south_latitude": 41.04,
        "west_longitude": 39.99,
        "north_latitude": 43.59,
        "east_longitude": 46.72
    },
    "id": {
        "authority": "EPSG",
        "code": 5447
    },
    "remarks": "Baltic 1977 vertical reference surface is 0.4m above Black Sea surface."
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=geogoffset"
	"dh=0.4"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=geogoffset +dh=0.4">
	<Layer srs="+proj=geogoffset +dh=0.4">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 5447, 'EPSG', 5447, '+proj=geogoffset +dh=0.4', 'None');