EPSG:10551 - DKMSL depth

Attributes


Unit

metre

Scope

Hydrography and nautical charting.

Remarks

None

Area of use

Denmark - offshore.

Data Source: EPSG v11.016 2024-08-31

Datum: None

Coordinate System: vertical

Projection: Undefined

Geodetic CRS: Undefined

Export

VERTCRS["DKMSL depth ",
    ENSEMBLE["Denmark Mean Sea Level ",
        MEMBER["Denmark Mean Sea Level (2022)"],
        MEMBER["Denmark Mean Sea Level (2023)"],
        ENSEMBLEACCURACY[0.5]],
    CS[vertical,1],
        AXIS["depth (D)",down,
            LENGTHUNIT["metre",1]],
    USAGE[
        SCOPE["Hydrography and nautical charting."],
        AREA["Denmark - offshore."],
        BBOX[54.36,3.25,58.27,16.51]],
    ID["EPSG",10551]]
{
  "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
  "type": "VerticalCRS",
  "name": "DKMSL depth ",
  "datum_ensemble": {
    "name": "Denmark Mean Sea Level ",
    "members": [
      {
        "name": "Denmark Mean Sea Level (2022)",
        "id": {
          "authority": "EPSG",
          "code": 1372
        }
      },
      {
        "name": "Denmark Mean Sea Level (2023)",
        "id": {
          "authority": "EPSG",
          "code": 1374
        }
      }
    ],
    "accuracy": "0.5",
    "id": {
      "authority": "EPSG",
      "code": 1376
    }
  },
  "coordinate_system": {
    "subtype": "vertical",
    "axis": [
      {
        "name": "Depth",
        "abbreviation": "D",
        "direction": "down",
        "unit": "metre"
      }
    ]
  },
  "scope": "Hydrography and nautical charting.",
  "area": "Denmark - offshore.",
  "bbox": {
    "south_latitude": 54.36,
    "west_longitude": 3.25,
    "north_latitude": 58.27,
    "east_longitude": 16.51
  },
  "id": {
    "authority": "EPSG",
    "code": 10551
  }
}
{'crs_wkt': 'VERTCRS["DKMSL depth ",ENSEMBLE["Denmark Mean Sea Level '
            '",MEMBER["Denmark Mean Sea Level (2022)"],MEMBER["Denmark Mean '
            'Sea Level '
            '(2023)"],ENSEMBLEACCURACY[0.5]],CS[vertical,1],AXIS["depth '
            '(D)",down,LENGTHUNIT["metre",1]],USAGE[SCOPE["Hydrography and '
            'nautical charting."],AREA["Denmark - '
            'offshore."],BBOX[54.36,3.25,58.27,16.51]],ID["EPSG",10551]]'}