Topographic mapping.
Replaces GR96 + GVR2000 height (CRS code 8349).
Greenland - onshore and offshore between 58°N and 85°N and west of 7°W.
-40.99 71.5
-75.0 58.0
-6.99 85.01
-75.0 58.0
-6.99 85.01
Definition: OGC Well Known Text
COMPD_CS["GR96 + GVR2016 height", GEOGCS["GR96", DATUM["Greenland_1996", SPHEROID["GRS 1980",6378137,298.257222101, AUTHORITY["EPSG","7019"]], AUTHORITY["EPSG","6747"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4747"]], 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"]], AUTHORITY["EPSG","8350"]]
Definition: OGC Well Known Text 2 (2019)
COMPOUNDCRS["GR96 + GVR2016 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["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",8350]]
Definition: ESRI Well Known Text
GEOGCS["GCS_Greenland_1996", DATUM["D_Greenland_1996", SPHEROID["GRS_1980",6378137.0,298.257222101]], PRIMEM["Greenwich",0.0], UNIT["Degree",0.0174532925199433]], VERTCS["GVR2016_height", VDATUM["Greenland_Vertical_Reference_2016"], PARAMETER["Vertical_Shift",0.0], PARAMETER["Direction",1.0], UNIT["Meter",1.0]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "CompoundCRS", "name": "GR96 + GVR2016 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": "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": 8350 } }
Definition: GeoServer
8350=COMPD_CS["GR96 + GVR2016 height",GEOGCS["GR96",DATUM["Greenland_1996",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","6747"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4747"]],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"]],AUTHORITY["EPSG","8350"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 8350, 'EPSG', 8350, '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs', 'COMPD_CS["GR96 + GVR2016 height",GEOGCS["GR96",DATUM["Greenland_1996",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","6747"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4747"]],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"]],AUTHORITY["EPSG","8350"]]');