EPSG:8051 - MSL depth (ft)

Attributes


Unit

foot

Scope

Hydrography, drilling.

Remarks

None

Area of use

World.

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

Datum: Mean Sea Level

Coordinate System: vertical

Projection: Undefined

Geodetic CRS: Undefined

Export

VERTCRS["MSL depth (ft)",
    VDATUM["Mean Sea Level"],
    CS[vertical,1],
        AXIS["depth (D)",down,
            LENGTHUNIT["foot",0.3048]],
    USAGE[
        SCOPE["Hydrography, drilling."],
        AREA["World."],
        BBOX[-90,-180,90,180]],
    ID["EPSG",8051]]
{
  "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
  "type": "VerticalCRS",
  "name": "MSL depth (ft)",
  "datum": {
    "type": "VerticalReferenceFrame",
    "name": "Mean Sea Level"
  },
  "coordinate_system": {
    "subtype": "vertical",
    "axis": [
      {
        "name": "Depth",
        "abbreviation": "D",
        "direction": "down",
        "unit": {
          "type": "LinearUnit",
          "name": "foot",
          "conversion_factor": 0.3048
        }
      }
    ]
  },
  "scope": "Hydrography, drilling.",
  "area": "World.",
  "bbox": {
    "south_latitude": -90,
    "west_longitude": -180,
    "north_latitude": 90,
    "east_longitude": 180
  },
  "id": {
    "authority": "EPSG",
    "code": 8051
  }
}
{'crs_wkt': 'VERTCRS["MSL depth (ft)",VDATUM["Mean Sea '
            'Level"],CS[vertical,1],AXIS["depth '
            '(D)",down,LENGTHUNIT["foot",0.3048]],USAGE[SCOPE["Hydrography, '
            'drilling."],AREA["World."],BBOX[-90,-180,90,180]],ID["EPSG",8051]]',
 'geopotential_datum_name': 'Mean Sea Level'}