Skip to content
transform

Convert NKG_ETRF14 to ETRS89-NOR [EUREF89]

Convert coordinates from NKG_ETRF14 (EPSG:10805) to ETRS89-NOR [EUREF89] (EPSG:10873) — 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-10873

Official EPSG transformation from NKG_ETRF14 to ETRS89-NOR [EUREF89]

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

NKG_ETRF14 to ETRS89-NOR [EUREF89] (1)

EPSG:10811±0.005 m
Method:
Geocen translations by grid (gtg) & Geocen translations NEU velocities (gtg)
Area of use:
Norway - onshore
Scope:
Geodesy.

Grid files: no_kv_NKGETRF14_EPSG7922_2000.tifNKG_RF17vel.tif

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

Convert EPSG:10805 to EPSG:10873 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

transformer = Transformer.from_crs("EPSG:10805", "EPSG:10873", 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:10873ETRS89-NOR [EUREF89]

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

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

Frequently asked questions

How accurate is converting NKG_ETRF14 to ETRS89-NOR [EUREF89]?
The most accurate official EPSG transformation between these systems is accurate to about ±0.005 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:10873 to EPSG:10805