Skip to content
transform

Convert ETRF2014 to NKG_ETRF14

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

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

Official EPSG transformation from ETRF2014 to NKG_ETRF14

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

ETRF2014 to NKG_ETRF14 (1)

EPSG:10809±0.003 m
Method:
Geocentric translations using NEU velocity grid (gtg)
Area of use:
Europe - Nordic and Baltic countries
Scope:
Geodesy.

Grid file: NKG_RF17vel.tif

Nordic Geodetic Commission (NKG) 2020 transformation. Accuracy estimated as 0.1, 0.1, and 0.4 mm/year for the North, East, and Up components, respectively. Because the difference in coordinates between ETRF2014 and NKG_ETRF14 is small (under a decimetre), although the interpolation CRS is given as ETRF2014, any realization of ETRS89 (including NKG_ETRF14) may be used as the interpolation CRS. The source CRS ETRF2014 is a dynamic CRS and the coordinate epoch for the coordinates referenced to it is a user-defined input.

Convert EPSG:8401 to EPSG:10805 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:8401ETRF2014

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

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

Target: 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

Frequently asked questions

How accurate is converting ETRF2014 to NKG_ETRF14?
The most accurate official EPSG transformation between these systems is accurate to about ±0.003 m within its stated area of use. Browser-based converters approximate datum shifts with Helmert parameters; for surveying-grade work apply the official transformation (including the grid-shift files listed below) 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:10805 to EPSG:8401