Unit: metre
Geodetic CRS: NKG_ETRF14
Datum: Nordic Geodetic Commission ETRF14
Ellipsoid: GRS 1980
Prime meridian: Greenwich
Data source: EPSG
Information source: Häkli et al., "NKG2020 transformation: An updated transformation between dynamic and static reference frames in the Nordic and Baltic countries"; Journal of Geodetic Science 2023; 13: 20220155, https://doi.org/10.1515/jogs-2022-0155.
Revision date: 2025-08-24
Scope: Geodesy.
Remarks: Used as hub for NKG2020 transformations. Replaces NKG_ETRF00 (ETRF2000 at epoch 2000.0).
Center coordinates
2802928.68 884028.93
Projected bounds:
1735676.81 115386.43
3761091.77 1983425.54
WGS84 bounds:
3.24 53.89
31.77 71.39
Definition: OGC Well Known Text
GEOCCS["NKG_ETRF14", DATUM["Nordic_Geodetic_Commission_ETRF14", SPHEROID["GRS 1980",6378137,298.257222101, AUTHORITY["EPSG","7019"]], AUTHORITY["EPSG","1403"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AXIS["Geocentric X",OTHER], AXIS["Geocentric Y",OTHER], AXIS["Geocentric Z",NORTH], AUTHORITY["EPSG","10805"]]
Definition: OGC Well Known Text 2 (2019)
GEODCRS["NKG_ETRF14", DATUM["Nordic Geodetic Commission ETRF14", ELLIPSOID["GRS 1980",6378137,298.257222101, LENGTHUNIT["metre",1]], ANCHOREPOCH[2000]], PRIMEM["Greenwich",0, ANGLEUNIT["degree",0.0174532925199433]], CS[Cartesian,3], AXIS["(X)",geocentricX, ORDER[1], LENGTHUNIT["metre",1]], AXIS["(Y)",geocentricY, ORDER[2], LENGTHUNIT["metre",1]], AXIS["(Z)",geocentricZ, ORDER[3], LENGTHUNIT["metre",1]], USAGE[ SCOPE["Geodesy."], AREA["Denmark, Estonia, Finland, Latvia, Lithuania, and Sweden - onshore and offshore; Norway - onshore, nearshore, and offshore southeast of a line joining Haugesund and the western limit of the Norway-Denmark maritime boundary."], BBOX[53.89,3.24,71.39,31.77]], ID["EPSG",10805]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeodeticCRS", "name": "NKG_ETRF14", "datum": { "type": "GeodeticReferenceFrame", "name": "Nordic Geodetic Commission ETRF14", "anchor_epoch": 2000, "ellipsoid": { "name": "GRS 1980", "semi_major_axis": 6378137, "inverse_flattening": 298.257222101 } }, "coordinate_system": { "subtype": "Cartesian", "axis": [ { "name": "Geocentric X", "abbreviation": "X", "direction": "geocentricX", "unit": "metre" }, { "name": "Geocentric Y", "abbreviation": "Y", "direction": "geocentricY", "unit": "metre" }, { "name": "Geocentric Z", "abbreviation": "Z", "direction": "geocentricZ", "unit": "metre" } ] }, "scope": "Geodesy.", "area": "Denmark, Estonia, Finland, Latvia, Lithuania, and Sweden - onshore and offshore; Norway - onshore, nearshore, and offshore southeast of a line joining Haugesund and the western limit of the Norway-Denmark maritime boundary.", "bbox": { "south_latitude": 53.89, "west_longitude": 3.24, "north_latitude": 71.39, "east_longitude": 31.77 }, "id": { "authority": "EPSG", "code": 10805 } }
Definition: GeoServer
10805=GEOCCS["NKG_ETRF14",DATUM["Nordic_Geodetic_Commission_ETRF14",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","1403"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Geocentric X",OTHER],AXIS["Geocentric Y",OTHER],AXIS["Geocentric Z",NORTH],AUTHORITY["EPSG","10805"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs"> <Layer srs="+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 10805, 'EPSG', 10805, '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs', 'GEOCCS["NKG_ETRF14",DATUM["Nordic_Geodetic_Commission_ETRF14",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","1403"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Geocentric X",OTHER],AXIS["Geocentric Y",OTHER],AXIS["Geocentric Z",NORTH],AUTHORITY["EPSG","10805"]]');