Geodetic CRS: GR96 + GLMSL(2023) depth
Data source: EPSG
Information source: Agency for Data Supply and Infrastructure; https://www.sdfi.dk
Revision date: 2024-07-30
Scope: Reversible hydroid model transformation.
Area of use: Greenland - offshore.
Center coordinates
-33.51 71.7
Projected bounds:
-75.0 56.38
7.99 87.03
WGS84 bounds:
-75.0 56.38
7.99 87.03
Definition: OGC Well Known Text
COMPD_CS["GR96 + GLMSL(2023) depth", 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["GLMSL(2023) depth", VERT_DATUM["Greenland Mean Sea Level (2023)",2005, AUTHORITY["EPSG","1387"]], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AXIS["Depth",DOWN], AUTHORITY["EPSG","10649"]], AUTHORITY["EPSG","10651"]]
Definition: OGC Well Known Text 2 (2019)
COMPOUNDCRS["GR96 + GLMSL(2023) depth", 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["GLMSL(2023) depth", VDATUM["Greenland Mean Sea Level (2023)"], CS[vertical,1], AXIS["depth (D)",down, LENGTHUNIT["metre",1]]], USAGE[ SCOPE["Reversible hydroid model transformation."], AREA["Greenland - offshore."], BBOX[56.38,-75,87.03,7.99]], ID["EPSG",10651]]
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["GLMSL(2023)_depth", VDATUM["Greenland_Mean_Sea_Level_(2023)"], 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 + GLMSL(2023) depth", "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": "GLMSL(2023) depth", "datum": { "type": "VerticalReferenceFrame", "name": "Greenland Mean Sea Level (2023)" }, "coordinate_system": { "subtype": "vertical", "axis": [ { "name": "Depth", "abbreviation": "D", "direction": "down", "unit": "metre" } ] } } ], "scope": "Reversible hydroid model transformation.", "area": "Greenland - offshore.", "bbox": { "south_latitude": 56.38, "west_longitude": -75, "north_latitude": 87.03, "east_longitude": 7.99 }, "id": { "authority": "EPSG", "code": 10651 } }
Definition: GeoServer
10651=COMPD_CS["GR96 + GLMSL(2023) depth",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["GLMSL(2023) depth",VERT_DATUM["Greenland Mean Sea Level (2023)",2005,AUTHORITY["EPSG","1387"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Depth",DOWN],AUTHORITY["EPSG","10649"]],AUTHORITY["EPSG","10651"]]
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 ( 10651, 'EPSG', 10651, '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs', 'COMPD_CS["GR96 + GLMSL(2023) depth",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["GLMSL(2023) depth",VERT_DATUM["Greenland Mean Sea Level (2023)",2005,AUTHORITY["EPSG","1387"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Depth",DOWN],AUTHORITY["EPSG","10649"]],AUTHORITY["EPSG","10651"]]');