Skip to content
transform

Convert ETRS89/DREF91/2016 to ETRF2000

Convert coordinates from ETRS89/DREF91/2016 (EPSG:10282) to ETRF2000 (EPSG:7930) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

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

Official EPSG transformation from ETRS89/DREF91/2016 to ETRF2000

The EPSG Geodetic Parameter Dataset defines 1 transformation between ETRS89/DREF91/2016 (EPSG:10282) and ETRF2000 (EPSG:7930). Its parameters, accuracy and area of use are listed below.

ETRS89/DREF91/2016 to ETRF2000 (1)

EPSG:10292±0.1 m
Method:
Position Vector transformation (geocentric domain)
Area of use:
Germany
Scope:
Geodesy.
ParameterValueUnit
X-axis translation(tx)0metre
Y-axis translation(ty)0metre
Z-axis translation(tz)0metre
X-axis rotation(rx)0.658milliarc-second
Y-axis rotation(ry)-0.208milliarc-second
Z-axis rotation(rz)0.755milliarc-second
Scale difference(ds)0parts per billion

Accuracy 4.1mm N, 3.3mm E, 10.6mm up.

Convert EPSG:10282 to EPSG:7930 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:10282ETRS89/DREF91/2016

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

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

Target: EPSG:7930ETRF2000

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

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

Frequently asked questions

How accurate is converting ETRS89/DREF91/2016 to ETRF2000?
The most accurate official EPSG transformation between these systems is accurate to about ±0.1 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:7930 to EPSG:10282