Geodetic CRS: ETRS89-NOR [EUREF89]
Datum: ETRS89-NOR [EUREF89]
Ellipsoid: GRS 1980
Prime meridian: Greenwich
Data source: EPSG
Information source: Norwegian Mapping Authority (Statens Kartverk).
Revision date: 2025-09-12
Scope: Transformation of coordinates at 0.1m level of accuracy.
Method: Geographic2D Offsets by TIN Interpolation (JSON)
Area of use: Norway - onshore.
Description: (0,)
Definition: OGC Well Known Text 2 (2019)
COORDINATEOPERATION["ETRS89-NOR [EUREF89] to NGO 1948 (2)", VERSION["SK-Nor"], SOURCECRS[ 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]], ID["EPSG",10875]]], TARGETCRS[ GEOGCRS["NGO 1948", DATUM["NGO 1948", ELLIPSOID["Bessel Modified",6377492.018,299.1528128, 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]], ID["EPSG",4273]]], METHOD["Geographic2D Offsets by TIN Interpolation (JSON)", ID["EPSG",1145]], PARAMETERFILE["TIN offset file","no_kv_ETRS89NO_NGO48_TIN.json"], OPERATIONACCURACY[0.1], USAGE[ SCOPE["Transformation of coordinates at 0.1m level of accuracy."], AREA["Norway - onshore."], BBOX[57.9,4.39,71.24,31.32]], ID["EPSG",10854]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "Transformation", "name": "ETRS89-NOR [EUREF89] to NGO 1948 (2)", "source_crs": { "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" } ] }, "id": { "authority": "EPSG", "code": 10875 } }, "target_crs": { "type": "GeographicCRS", "name": "NGO 1948", "datum": { "type": "GeodeticReferenceFrame", "name": "NGO 1948", "ellipsoid": { "name": "Bessel Modified", "semi_major_axis": 6377492.018, "inverse_flattening": 299.1528128 } }, "coordinate_system": { "subtype": "ellipsoidal", "axis": [ { "name": "Geodetic latitude", "abbreviation": "Lat", "direction": "north", "unit": "degree" }, { "name": "Geodetic longitude", "abbreviation": "Lon", "direction": "east", "unit": "degree" } ] }, "id": { "authority": "EPSG", "code": 4273 } }, "method": { "name": "Geographic2D Offsets by TIN Interpolation (JSON)", "id": { "authority": "EPSG", "code": 1145 } }, "parameters": [ { "name": "TIN offset file", "value": "no_kv_ETRS89NO_NGO48_TIN.json", "id": { "authority": "EPSG", "code": 1064 } } ], "accuracy": "0.1", "scope": "Transformation of coordinates at 0.1m level of accuracy.", "area": "Norway - onshore.", "bbox": { "south_latitude": 57.9, "west_longitude": 4.39, "north_latitude": 71.24, "east_longitude": 31.32 }, "id": { "authority": "EPSG", "code": 10854 } }
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=tinshift +file=no_kv_ETRS89NO_NGO48_TIN.json +step +proj=axisswap +order=2,1"> <Layer srs="+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=tinshift +file=no_kv_ETRS89NO_NGO48_TIN.json +step +proj=axisswap +order=2,1"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 10854, 'EPSG', 10854, '+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=tinshift +file=no_kv_ETRS89NO_NGO48_TIN.json +step +proj=axisswap +order=2,1', 'None');