EPSG:10678

BSCD2000 depth

Attributes

Unit: metre

Geodetic CRS: BSCD2000 depth

Datum: Baltic Sea Chart Datum 2000

Data source: EPSG

Information source: Baltic Sea Hydrographic Commission (BSHC), https://www.bshc.pro/

Revision date: 2024-10-09

Scope: Reference surface for depths in BSHC offshore products for the Baltic Sea (including nautical maps, bathymetry data, water level corrections, etc.).

Area of use: Denmark, Estonia, Finland, Germany, Latvia, Lithuania, Norway, Poland, Russia and Sweden - offshore Baltic Sea including Skagerrak east of 8°30'E, Kattegat, Gulf of Bothnia, and Gulf of Finland.

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

MapTiler banner

Definition: OGC Well Known Text

VERT_CS["BSCD2000 depth",
    VERT_DATUM["Baltic Sea Chart Datum 2000",2005,
        AUTHORITY["EPSG","1390"]],
    UNIT["metre",1,
        AUTHORITY["EPSG","9001"]],
    AXIS["Depth",DOWN],
    AUTHORITY["EPSG","10678"]]

Definition: OGC Well Known Text 2 (2019)

VERTCRS["BSCD2000 depth",
    VDATUM["Baltic Sea Chart Datum 2000"],
    CS[vertical,1],
        AXIS["depth (D)",down,
            LENGTHUNIT["metre",1]],
    USAGE[
        SCOPE["Reference surface for depths in BSHC offshore products for the Baltic Sea (including nautical maps, bathymetry data, water level corrections, etc.)."],
        AREA["Denmark, Estonia, Finland, Germany, Latvia, Lithuania, Norway, Poland, Russia and Sweden - offshore Baltic Sea including Skagerrak east of 8°30'E, Kattegat, Gulf of Bothnia, and Gulf of Finland."],
        BBOX[53.88,8.5,65.92,30.23]],
    ID["EPSG",10678]]

Definition: ESRI Well Known Text

VERTCS["BSCD2000_depth",
    VDATUM["Baltic_Sea_Chart_Datum_2000"],
    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:10678","+vunits=m +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "VerticalCRS",
    "name": "BSCD2000 depth",
    "datum": {
        "type": "VerticalReferenceFrame",
        "name": "Baltic Sea Chart Datum 2000"
    },
    "coordinate_system": {
        "subtype": "vertical",
        "axis": [
            {
                "name": "Depth",
                "abbreviation": "D",
                "direction": "down",
                "unit": "metre"
            }
        ]
    },
    "scope": "Reference surface for depths in BSHC offshore products for the Baltic Sea (including nautical maps, bathymetry data, water level corrections, etc.).",
    "area": "Denmark, Estonia, Finland, Germany, Latvia, Lithuania, Norway, Poland, Russia and Sweden - offshore Baltic Sea including Skagerrak east of 8°30'E, Kattegat, Gulf of Bothnia, and Gulf of Finland.",
    "bbox": {
        "south_latitude": 53.88,
        "west_longitude": 8.5,
        "north_latitude": 65.92,
        "east_longitude": 30.23
    },
    "id": {
        "authority": "EPSG",
        "code": 10678
    }
}

Definition: GeoServer

10678=VERT_CS["BSCD2000 depth",VERT_DATUM["Baltic Sea Chart Datum 2000",2005,AUTHORITY["EPSG","1390"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Depth",DOWN],AUTHORITY["EPSG","10678"]]

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 ( 10678, 'EPSG', 10678, '+vunits=m +no_defs +type=crs', 'VERT_CS["BSCD2000 depth",VERT_DATUM["Baltic Sea Chart Datum 2000",2005,AUTHORITY["EPSG","1390"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Depth",DOWN],AUTHORITY["EPSG","10678"]]');