Skip to content
transform

Convert NKG_ETRF14 to EUREF-FIN

Convert coordinates from NKG_ETRF14 (EPSG:10805) to EUREF-FIN (EPSG:10688) — 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-10688

Official EPSG transformation from NKG_ETRF14 to EUREF-FIN

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

NKG_ETRF14 to EUREF-FIN (1)

EPSG:10810±0.002 m
Method:
Position Vector (geocen) & Geocen translations NEU velocities (gtg)
Area of use:
Finland
Scope:
Geodesy.
ParameterValueUnit
X-axis translation0.15651metre
Y-axis translation-0.10993metre
Z-axis translation-0.10935metre
X-axis rotation-3.12861milliarc-second
Y-axis rotation-3.78935milliarc-second
Z-axis rotation4.03512milliarc-second
Scale difference5.29parts per billion
Source epoch2000year
Target epoch1997year

Grid file: NKG_RF17vel.tif

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

Convert EPSG:10805 to EPSG:10688 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

transformer = Transformer.from_crs("EPSG:10805", "EPSG:10688", 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:10688EUREF-FIN

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

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

Frequently asked questions

How accurate is converting NKG_ETRF14 to EUREF-FIN?
The most accurate official EPSG transformation between these systems is accurate to about ±0.002 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:10688 to EPSG:10805