EPSG:8052 - MSL height (ftUS)

Attributes


Unit

US survey foot

Scope

Hydrography, drilling.

Remarks

None

Area of use

United States (USA) - onshore and offshore.

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

Datum: Mean Sea Level

Coordinate System: vertical

Projection: Undefined

Geodetic CRS: Undefined

Export

VERTCRS["MSL height (ftUS)",
    VDATUM["Mean Sea Level"],
    CS[vertical,1],
        AXIS["gravity-related height (H)",up,
            LENGTHUNIT["US survey foot",0.304800609601219]],
    USAGE[
        SCOPE["Hydrography, drilling."],
        AREA["United States (USA) - onshore and offshore."],
        BBOX[15.56,167.65,74.71,-65.69]],
    ID["EPSG",8052]]
{
  "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
  "type": "VerticalCRS",
  "name": "MSL height (ftUS)",
  "datum": {
    "type": "VerticalReferenceFrame",
    "name": "Mean Sea Level"
  },
  "coordinate_system": {
    "subtype": "vertical",
    "axis": [
      {
        "name": "Gravity-related height",
        "abbreviation": "H",
        "direction": "up",
        "unit": {
          "type": "LinearUnit",
          "name": "US survey foot",
          "conversion_factor": 0.304800609601219
        }
      }
    ]
  },
  "scope": "Hydrography, drilling.",
  "area": "United States (USA) - onshore and offshore.",
  "bbox": {
    "south_latitude": 15.56,
    "west_longitude": 167.65,
    "north_latitude": 74.71,
    "east_longitude": -65.69
  },
  "id": {
    "authority": "EPSG",
    "code": 8052
  }
}
{'crs_wkt': 'VERTCRS["MSL height (ftUS)",VDATUM["Mean Sea '
            'Level"],CS[vertical,1],AXIS["gravity-related height '
            '(H)",up,LENGTHUNIT["US survey '
            'foot",0.304800609601219]],USAGE[SCOPE["Hydrography, '
            'drilling."],AREA["United States (USA) - onshore and '
            'offshore."],BBOX[15.56,167.65,74.71,-65.69]],ID["EPSG",8052]]',
 'geopotential_datum_name': 'Mean Sea Level'}