Geodetic CRS: ETRS89-NOR [EUREF89] + CD Norway depth
Data source: EPSG
Information source: IOGP
Revision date: 2025-09-12
Scope: Hydrography and nautical charting.
Area of use: Norway - inshore and nearshore.
Center coordinates
17.92 64.57
Projected bounds:
4.08 57.75
31.77 71.39
WGS84 bounds:
4.08 57.75
31.77 71.39
Definition: OGC Well Known Text
COMPD_CS["ETRS89-NOR [EUREF89] + CD Norway depth", GEOGCS["ETRS89-NOR [EUREF89]", DATUM["ETRS89-NOR_EUREF89", SPHEROID["GRS 1980",6378137,298.257222101, AUTHORITY["EPSG","7019"]], AUTHORITY["EPSG","1407"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","10875"]], VERT_CS["CD Norway depth", VERT_DATUM["Norwegian Chart Datum",2005, AUTHORITY["EPSG","1301"]], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AXIS["Depth",DOWN], AUTHORITY["EPSG","9672"]], AUTHORITY["EPSG","9883"]]
Definition: OGC Well Known Text 2 (2019)
COMPOUNDCRS["ETRS89-NOR [EUREF89] + CD Norway depth", GEOGCRS["ETRS89-NOR [EUREF89]", DATUM["ETRS89-NOR [EUREF89]", ELLIPSOID["GRS 1980",6378137,298.257222101, LENGTHUNIT["metre",1]], ANCHOREPOCH[1995]], 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["CD Norway depth", VDATUM["Norwegian Chart Datum"], CS[vertical,1], AXIS["depth (D)",down, LENGTHUNIT["metre",1]]], USAGE[ SCOPE["Hydrography and nautical charting."], AREA["Norway - inshore and nearshore."], BBOX[57.75,4.08,71.39,31.77]], ID["EPSG",9883]]
Definition: ESRI Well Known Text
GEOGCS["GCS_ETRS_1989", DATUM["D_ETRS_1989", SPHEROID["GRS_1980",6378137.0,298.257222101]], PRIMEM["Greenwich",0.0], UNIT["Degree",0.0174532925199433]], VERTCS["CD_Norway_depth", VDATUM["Norwegian_Chart_Datum"], 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": "ETRS89-NOR [EUREF89] + CD Norway depth", "components": [ { "type": "GeographicCRS", "name": "ETRS89-NOR [EUREF89]", "datum": { "type": "GeodeticReferenceFrame", "name": "ETRS89-NOR [EUREF89]", "anchor_epoch": 1995, "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": "CD Norway depth", "datum": { "type": "VerticalReferenceFrame", "name": "Norwegian Chart Datum" }, "coordinate_system": { "subtype": "vertical", "axis": [ { "name": "Depth", "abbreviation": "D", "direction": "down", "unit": "metre" } ] } } ], "scope": "Hydrography and nautical charting.", "area": "Norway - inshore and nearshore.", "bbox": { "south_latitude": 57.75, "west_longitude": 4.08, "north_latitude": 71.39, "east_longitude": 31.77 }, "id": { "authority": "EPSG", "code": 9883 } }
Definition: GeoServer
9883=COMPD_CS["ETRS89-NOR [EUREF89] + CD Norway depth",GEOGCS["ETRS89-NOR [EUREF89]",DATUM["ETRS89-NOR_EUREF89",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","1407"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","10875"]],VERT_CS["CD Norway depth",VERT_DATUM["Norwegian Chart Datum",2005,AUTHORITY["EPSG","1301"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Depth",DOWN],AUTHORITY["EPSG","9672"]],AUTHORITY["EPSG","9883"]]
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 ( 9883, 'EPSG', 9883, '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs', 'COMPD_CS["ETRS89-NOR [EUREF89] + CD Norway depth",GEOGCS["ETRS89-NOR [EUREF89]",DATUM["ETRS89-NOR_EUREF89",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","1407"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","10875"]],VERT_CS["CD Norway depth",VERT_DATUM["Norwegian Chart Datum",2005,AUTHORITY["EPSG","1301"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Depth",DOWN],AUTHORITY["EPSG","9672"]],AUTHORITY["EPSG","9883"]]');