Skip to content
transform

Convert NKG_ETRF14 to ETRS89-DNK

Convert coordinates from NKG_ETRF14 (EPSG:10805) to ETRS89-DNK (EPSG:10890) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-10805-to-epsg-10890

Official EPSG transformation from NKG_ETRF14 to ETRS89-DNK

The EPSG Geodetic Parameter Dataset defines 1 transformation between NKG_ETRF14 (EPSG:10805) and ETRS89-DNK (EPSG:10890). Its parameters, accuracy and area of use are listed below.

NKG_ETRF14 to ETRS89-DNK (1)

EPSG:10893±0.001 m
Method:
Position Vector (geocen) & Geocen translations NEU velocities (gtg)
Area of use:
Denmark
Scope:
Geodesy.
ParameterValueUnit
X-axis translation0.66818metre
Y-axis translation0.04453metre
Z-axis translation-0.45049metre
X-axis rotation3.12883milliarc-second
Y-axis rotation-23.73423milliarc-second
Z-axis rotation4.42969milliarc-second
Scale difference-3.136parts per billion
Source epoch2000year
Target epoch2015.829year

Grid file: NKG_RF17vel.tif

Nordic Geodetic Commission (NKG) 2020 transformation. Replaces NKG2008 transformation. Because the difference in coordinates between NKG_ETRF14 and ETRS89-DNK is small (under a decimetre), although the interpolation CRS is given as NKG_ETRF14, any realization of ETRS89 (including ETRF2014 and ETRS89-DNK) may be used as the interpolation CRS. Scale difference in ppb where 1/billion = 1E-9.

Convert EPSG:10805 to EPSG:10890 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

transformer = Transformer.from_crs("EPSG:10805", "EPSG:10890", always_xy=True)
x, y = transformer.transform(-73.9857, 40.7484)
print(x, y)

Source: EPSG:10805NKG_ETRF14

geocentric Cartesian system (Earth-centred Earth-fixed) · Area of use: Europe - Nordic and Baltic countries

+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs
More about EPSG:10805

Target: EPSG:10890ETRS89-DNK

geocentric Cartesian system (Earth-centred Earth-fixed) · Area of use: Denmark

+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs
More about EPSG:10890

Frequently asked questions

How accurate is converting NKG_ETRF14 to ETRS89-DNK?
The most accurate official EPSG transformation between these systems is accurate to about ±0.001 m within its stated area of use. Browser-based converters approximate datum shifts with Helmert parameters; for surveying-grade work apply the official transformation in a desktop GIS.
Does my data leave the browser when I use this converter?
No. All coordinate transformations are computed locally in your browser using proj4js. The coordinates you enter are never transmitted to any server.
Need the reverse? Convert EPSG:10890 to EPSG:10805