EPSG:8267

GVR2016 height

Attributes

Unit: metre

Geodetic CRS: GVR2016 height

Datum: Greenland Vertical Reference 2016

Data source: EPSG

Information source: Agency for Data Supply and Efficiency (SDFE), Denmark.

Revision date: 2017-09-05

Scope: Topographic mapping.

Remarks: Replaces GVR2000 height (CRS code 8266). GVR2016 is realized by gravimetric geoid model 2016 (transformation code 8269) applied to GR96 (CRS code 4909).

Area of use: Greenland - onshore and offshore between 58°N and 85°N and west of 7°W.

Coordinate system: Vertical CS. Axis: height (H). Orientation: up. UoM: m.

Center coordinates
71.5 -40.99

Projected bounds:
58.0 -75.0
83.78 -6.99

WGS84 bounds:
-75.0 58.0
-6.99 85.01

Greenland - onshore and offshore between 58°N and 85°N and west of 7°W.
MapTiler banner

Definition: OGC Well Known Text

VERT_CS["GVR2016 height",
    VERT_DATUM["Greenland Vertical Reference 2016",2005,
        AUTHORITY["EPSG","1200"]],
    UNIT["metre",1,
        AUTHORITY["EPSG","9001"]],
    AXIS["Gravity-related height",UP],
    AUTHORITY["EPSG","8267"]]

Definition: OGC Well Known Text 2 (2019)

VERTCRS["GVR2016 height",
    VDATUM["Greenland Vertical Reference 2016"],
    CS[vertical,1],
        AXIS["gravity-related height (H)",up,
            LENGTHUNIT["metre",1]],
    USAGE[
        SCOPE["Topographic mapping."],
        AREA["Greenland - onshore and offshore between 58°N and 85°N and west of 7°W."],
        BBOX[58,-75,85.01,-6.99]],
    ID["EPSG",8267]]

Definition: ESRI Well Known Text

VERTCS["GVR2016_height",
    VDATUM["Greenland_Vertical_Reference_2016"],
    PARAMETER["Vertical_Shift",0.0],
    PARAMETER["Direction",1.0],
    UNIT["Meter",1.0]]

Definition: PROJ.4

+vunits=m +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:8267","+vunits=m +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.5/projjson.schema.json",
    "type": "VerticalCRS",
    "name": "GVR2016 height",
    "datum": {
        "type": "VerticalReferenceFrame",
        "name": "Greenland Vertical Reference 2016"
    },
    "coordinate_system": {
        "subtype": "vertical",
        "axis": [
            {
                "name": "Gravity-related height",
                "abbreviation": "H",
                "direction": "up",
                "unit": "metre"
            }
        ]
    },
    "scope": "Topographic mapping.",
    "area": "Greenland - onshore and offshore between 58°N and 85°N and west of 7°W.",
    "bbox": {
        "south_latitude": 58,
        "west_longitude": -75,
        "north_latitude": 85.01,
        "east_longitude": -6.99
    },
    "id": {
        "authority": "EPSG",
        "code": 8267
    }
}

Definition: GeoServer

8267=VERT_CS["GVR2016 height",VERT_DATUM["Greenland Vertical Reference 2016",2005,AUTHORITY["EPSG","1200"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","8267"]]

Definition: MapServer - MAPfile

PROJECTION
	"vunits=m"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+vunits=m +no_defs +type=crs">
	<Layer srs="+vunits=m +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 8267, 'EPSG', 8267, '+vunits=m +no_defs +type=crs', 'VERT_CS["GVR2016 height",VERT_DATUM["Greenland Vertical Reference 2016",2005,AUTHORITY["EPSG","1200"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","8267"]]');