Skip to content
transform

Convert ETRF2014 to ETRF2014

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

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

Official EPSG transformation from ETRF2014 to ETRF2014

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

NKG land uplift (deformation) model NKG_RF17vel

EPSG:10808±0.001 m
Method:
Point motion (geocen domain) using NEU velocity grid (Gravsoft)
Area of use:
Europe - Nordic and Baltic countries
Scope:
Change of coordinate epoch in 3-dimensions (φλh).

Grid file: NKG_RF17vel_N.GRI

Replaces NKG_RF03vel model. 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 that results from application of the model 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.

Convert EPSG:8403 to EPSG:8403 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:8403ETRF2014

geographic system using latitude, longitude and ellipsoidal height · Area of use: Europe - ETRF

+proj=longlat +ellps=GRS80 +no_defs +type=crs
More about EPSG:8403

Target: EPSG:8403ETRF2014

geographic system using latitude, longitude and ellipsoidal height · Area of use: Europe - ETRF

+proj=longlat +ellps=GRS80 +no_defs +type=crs
More about EPSG:8403

Frequently asked questions

How accurate is converting ETRF2014 to ETRF2014?
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 (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:8403 to EPSG:8403