EPSG:5336

Black Sea depth

Attributes

Unit: metre

Geodetic CRS: Black Sea height

Datum: Black Sea

Data source: EPSG

Information source: BP

Revision date: 2021-04-20

Scope: Hydrography and nautical charting.

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

Area of use: Georgia - onshore and offshore.

Coordinate system: Vertical CS. Axis: depth (D). Orientation: down. UoM: m.

Center coordinates
42.31 42.84

Projected bounds:
41.04 38.97
43.59 46.72

WGS84 bounds:
38.97 41.04
46.72 43.59

Georgia - onshore and offshore.
MapTiler banner

Definition: OGC Well Known Text

VERT_CS["Black Sea depth",
    VERT_DATUM["Black Sea",2005,
        AUTHORITY["EPSG","5134"]],
    UNIT["metre",1,
        AUTHORITY["EPSG","9001"]],
    AXIS["Depth",DOWN],
    AUTHORITY["EPSG","5336"]]

Definition: OGC Well Known Text 2 (2019)

VERTCRS["Black Sea depth",
    VDATUM["Black Sea"],
    CS[vertical,1],
        AXIS["depth (D)",down,
            LENGTHUNIT["metre",1]],
    USAGE[
        SCOPE["Hydrography and nautical charting."],
        AREA["Georgia - onshore and offshore."],
        BBOX[41.04,38.97,43.59,46.72]],
    ID["EPSG",5336]]

Definition: ESRI Well Known Text

VERTCS["Black_Sea_Depth",
    VDATUM["Black_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:5336","+vunits=m +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "VerticalCRS",
    "name": "Black Sea depth",
    "datum": {
        "type": "VerticalReferenceFrame",
        "name": "Black Sea"
    },
    "coordinate_system": {
        "subtype": "vertical",
        "axis": [
            {
                "name": "Depth",
                "abbreviation": "D",
                "direction": "down",
                "unit": "metre"
            }
        ]
    },
    "scope": "Hydrography and nautical charting.",
    "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": 5336
    }
}

Definition: GeoServer

5336=VERT_CS["Black Sea depth",VERT_DATUM["Black Sea",2005,AUTHORITY["EPSG","5134"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Depth",DOWN],AUTHORITY["EPSG","5336"]]

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 ( 5336, 'EPSG', 5336, '+vunits=m +no_defs +type=crs', 'VERT_CS["Black Sea depth",VERT_DATUM["Black Sea",2005,AUTHORITY["EPSG","5134"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Depth",DOWN],AUTHORITY["EPSG","5336"]]');