Skip to content
transform

Convert NKG_ETRF14 to EST97

Convert coordinates from NKG_ETRF14 (EPSG:10805) to EST97 (EPSG:4934) — 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-4934

Official EPSG transformation from NKG_ETRF14 to EST97

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

NKG_ETRF14 to EST97 (1)

EPSG:10814±0.002 m
Method:
Position Vector (geocen) & Geocen translations NEU velocities (gtg)
Area of use:
Estonia
Scope:
Geodesy.
ParameterValueUnit
X-axis translation-0.05027metre
Y-axis translation-0.11595metre
Z-axis translation0.03012metre
X-axis rotation-3.10814milliarc-second
Y-axis rotation4.57237milliarc-second
Z-axis rotation4.72406milliarc-second
Scale difference3.191parts per billion
Source epoch2000year
Target epoch1997.56year

Grid file: NKG_RF17vel.tif

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

Convert EPSG:10805 to EPSG:4934 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

transformer = Transformer.from_crs("EPSG:10805", "EPSG:4934", 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:4934EST97

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

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

Frequently asked questions

How accurate is converting NKG_ETRF14 to EST97?
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:4934 to EPSG:10805