Geodetic CRS: ETRS89-NOR [EUREF89] + NN54 height
Data source: EPSG
Information source: Norwegian Mapping Authority.
Revision date: 2025-09-12
Scope: Geodesy.
Remarks: Replaced by ETRS89-NOR [EUREF89] + NN2000 height (compound CRS code 5942).
Area of use: Norway - onshore.
Center coordinates
17.86 64.57
Projected bounds:
4.39 57.9
31.32 71.24
WGS84 bounds:
4.39 57.9
31.32 71.24
Definition: OGC Well Known Text
COMPD_CS["ETRS89-NOR [EUREF89] + NN54 height", 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["NN54 height", VERT_DATUM["Norway Normal Null 1954",2005, AUTHORITY["EPSG","5174"]], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AXIS["Gravity-related height",UP], AUTHORITY["EPSG","5776"]], AUTHORITY["EPSG","6144"]]
Definition: OGC Well Known Text 2 (2019)
COMPOUNDCRS["ETRS89-NOR [EUREF89] + NN54 height", 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["NN54 height", VDATUM["Norway Normal Null 1954"], CS[vertical,1], AXIS["gravity-related height (H)",up, LENGTHUNIT["metre",1]]], USAGE[ SCOPE["Geodesy."], AREA["Norway - onshore."], BBOX[57.9,4.39,71.24,31.32]], ID["EPSG",6144]]
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["NN54", VDATUM["Norway_Normal_Null_1954"], 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] + NN54 height", "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": "NN54 height", "datum": { "type": "VerticalReferenceFrame", "name": "Norway Normal Null 1954" }, "coordinate_system": { "subtype": "vertical", "axis": [ { "name": "Gravity-related height", "abbreviation": "H", "direction": "up", "unit": "metre" } ] } } ], "scope": "Geodesy.", "area": "Norway - onshore.", "bbox": { "south_latitude": 57.9, "west_longitude": 4.39, "north_latitude": 71.24, "east_longitude": 31.32 }, "id": { "authority": "EPSG", "code": 6144 } }
Definition: GeoServer
6144=COMPD_CS["ETRS89-NOR [EUREF89] + NN54 height",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["NN54 height",VERT_DATUM["Norway Normal Null 1954",2005,AUTHORITY["EPSG","5174"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","5776"]],AUTHORITY["EPSG","6144"]]
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 ( 6144, 'EPSG', 6144, '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs', 'COMPD_CS["ETRS89-NOR [EUREF89] + NN54 height",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["NN54 height",VERT_DATUM["Norway Normal Null 1954",2005,AUTHORITY["EPSG","5174"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","5776"]],AUTHORITY["EPSG","6144"]]');