EPSG:8881 - Vienna height

Attributes


Unit

metre

Scope

Municipal spatial referencing.

Remarks

None

Area of use

Austria - Vienna city state.

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

Datum: Wiener Null

Coordinate System: vertical

Projection: Undefined

Geodetic CRS: Undefined

Export

VERTCRS["Vienna height",
    VDATUM["Wiener Null"],
    CS[vertical,1],
        AXIS["gravity-related height (H)",up,
            LENGTHUNIT["metre",1]],
    USAGE[
        SCOPE["Municipal spatial referencing."],
        AREA["Austria - Vienna city state."],
        BBOX[48.12,16.18,48.34,16.59]],
    ID["EPSG",8881]]
{
  "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
  "type": "VerticalCRS",
  "name": "Vienna height",
  "datum": {
    "type": "VerticalReferenceFrame",
    "name": "Wiener Null"
  },
  "coordinate_system": {
    "subtype": "vertical",
    "axis": [
      {
        "name": "Gravity-related height",
        "abbreviation": "H",
        "direction": "up",
        "unit": "metre"
      }
    ]
  },
  "scope": "Municipal spatial referencing.",
  "area": "Austria - Vienna city state.",
  "bbox": {
    "south_latitude": 48.12,
    "west_longitude": 16.18,
    "north_latitude": 48.34,
    "east_longitude": 16.59
  },
  "id": {
    "authority": "EPSG",
    "code": 8881
  }
}
{'crs_wkt': 'VERTCRS["Vienna height",VDATUM["Wiener '
            'Null"],CS[vertical,1],AXIS["gravity-related height '
            '(H)",up,LENGTHUNIT["metre",1]],USAGE[SCOPE["Municipal spatial '
            'referencing."],AREA["Austria - Vienna city '
            'state."],BBOX[48.12,16.18,48.34,16.59]],ID["EPSG",8881]]',
 'geopotential_datum_name': 'Wiener Null'}