EPSG:5404 DEPRECATED

Baltic to Black Sea (1)

Attributes

Geodetic CRS: Baltic 1977 height

Datum: Baltic 1977

Data source: EPSG

Information source: BP

Revision date: 2006-10-13

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

Remarks: Baltic datum is 0.4m above Black Sea datum.

Method: Vertical Offset

Area of use: Georgia - onshore and offshore.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

COORDINATEOPERATION["Baltic to Black Sea (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 and offshore."],
        BBOX[41.04,38.97,43.59,46.72]],
    ID["EPSG",5404],
    REMARK["Baltic datum is 0.4m above Black Sea datum."]]

Definition: PROJ.4

+proj=geogoffset +dh=-0.4

Definition: JavaScript (Proj4js)

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

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Transformation",
    "name": "Baltic to Black Sea (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 and offshore.",
    "bbox": {
        "south_latitude": 41.04,
        "west_longitude": 38.97,
        "north_latitude": 43.59,
        "east_longitude": 46.72
    },
    "id": {
        "authority": "EPSG",
        "code": 5404
    },
    "remarks": "Baltic datum is 0.4m above Black Sea datum."
}

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 ( 5404, 'EPSG', 5404, '+proj=geogoffset +dh=-0.4', 'None');