EPSG:8349 - GR96 + GVR2000 height

Attributes


Unit

degree

Scope

Topographic mapping.

Remarks

None

Area of use

Greenland - onshore and offshore between 59°N and 84°N and west of 10°W.

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

Datum: Greenland 1996

Coordinate System: Undefined

Projection: Undefined

Geodetic CRS: Undefined

Export

COMPOUNDCRS["GR96 + GVR2000 height",
    GEOGCRS["GR96",
        DATUM["Greenland 1996",
            ELLIPSOID["GRS 1980",6378137,298.257222101,
                LENGTHUNIT["metre",1]]],
        PRIMEM["Greenwich",0,
            ANGLEUNIT["degree",0.0174532925199433]],
        CS[ellipsoidal,2],
            AXIS["geodetic latitude (Lat)",north,
                ORDER[1],
                ANGLEUNIT["degree",0.0174532925199433]],
            AXIS["geodetic longitude (Lon)",east,
                ORDER[2],
                ANGLEUNIT["degree",0.0174532925199433]]],
    VERTCRS["GVR2000 height",
        VDATUM["Greenland Vertical Reference 2000"],
        CS[vertical,1],
            AXIS["gravity-related height (H)",up,
                LENGTHUNIT["metre",1]]],
    USAGE[
        SCOPE["Topographic mapping."],
        AREA["Greenland - onshore and offshore between 59°N and 84°N and west of 10°W."],
        BBOX[59,-75,84.01,-10]],
    ID["EPSG",8349]]
{
  "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
  "type": "CompoundCRS",
  "name": "GR96 + GVR2000 height",
  "components": [
    {
      "type": "GeographicCRS",
      "name": "GR96",
      "datum": {
        "type": "GeodeticReferenceFrame",
        "name": "Greenland 1996",
        "ellipsoid": {
          "name": "GRS 1980",
          "semi_major_axis": 6378137,
          "inverse_flattening": 298.257222101
        }
      },
      "coordinate_system": {
        "subtype": "ellipsoidal",
        "axis": [
          {
            "name": "Geodetic latitude",
            "abbreviation": "Lat",
            "direction": "north",
            "unit": "degree"
          },
          {
            "name": "Geodetic longitude",
            "abbreviation": "Lon",
            "direction": "east",
            "unit": "degree"
          }
        ]
      }
    },
    {
      "type": "VerticalCRS",
      "name": "GVR2000 height",
      "datum": {
        "type": "VerticalReferenceFrame",
        "name": "Greenland Vertical Reference 2000"
      },
      "coordinate_system": {
        "subtype": "vertical",
        "axis": [
          {
            "name": "Gravity-related height",
            "abbreviation": "H",
            "direction": "up",
            "unit": "metre"
          }
        ]
      }
    }
  ],
  "scope": "Topographic mapping.",
  "area": "Greenland - onshore and offshore between 59°N and 84°N and west of 10°W.",
  "bbox": {
    "south_latitude": 59,
    "west_longitude": -75,
    "north_latitude": 84.01,
    "east_longitude": -10
  },
  "id": {
    "authority": "EPSG",
    "code": 8349
  }
}
{'crs_wkt': 'COMPOUNDCRS["GR96 + GVR2000 '
            'height",GEOGCRS["GR96",DATUM["Greenland 1996",ELLIPSOID["GRS '
            '1980",6378137,298.257222101,LENGTHUNIT["metre",1]]],PRIMEM["Greenwich",0,ANGLEUNIT["degree",0.0174532925199433]],CS[ellipsoidal,2],AXIS["geodetic '
            'latitude '
            '(Lat)",north,ORDER[1],ANGLEUNIT["degree",0.0174532925199433]],AXIS["geodetic '
            'longitude '
            '(Lon)",east,ORDER[2],ANGLEUNIT["degree",0.0174532925199433]]],VERTCRS["GVR2000 '
            'height",VDATUM["Greenland Vertical Reference '
            '2000"],CS[vertical,1],AXIS["gravity-related height '
            '(H)",up,LENGTHUNIT["metre",1]]],USAGE[SCOPE["Topographic '
            'mapping."],AREA["Greenland - onshore and offshore between 59°N '
            'and 84°N and west of '
            '10°W."],BBOX[59,-75,84.01,-10]],ID["EPSG",8349]]',
 'geographic_crs_name': 'GR96',
 'geopotential_datum_name': 'Greenland Vertical Reference 2000',
 'grid_mapping_name': 'latitude_longitude',
 'horizontal_datum_name': 'Greenland 1996',
 'inverse_flattening': 298.257222101,
 'longitude_of_prime_meridian': 0.0,
 'prime_meridian_name': 'Greenwich',
 'reference_ellipsoid_name': 'GRS 1980',
 'semi_major_axis': 6378137.0,
 'semi_minor_axis': 6356752.314140356}