Skip to content
transform

Convert ETRS89 + DVR90(2002) height to ETRS89 + DVR90(2013) height

Convert coordinates from ETRS89 + DVR90(2002) height (EPSG:10486) to ETRS89 + DVR90(2013) height (EPSG:10487) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

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

Official EPSG transformation from ETRS89 + DVR90(2002) height to ETRS89 + DVR90(2013) height

The EPSG Geodetic Parameter Dataset defines 1 transformation between ETRS89 + DVR90(2002) height (EPSG:10486) and ETRS89 + DVR90(2013) height (EPSG:10487). Its parameters, accuracy and area of use are listed below.

ETRS89 + DVR90(2002) height to ETRS89 + DVR90(2013) height (1)

EPSG:10495±0.06 m
Method:
Concatenated operation
Area of use:
Denmark - onshore
Scope:
Transformation of coordinates at 0.05m level of accuracy.
  1. ETRS89 to ETRS89 + DVR90(2002) height (1) (null)
  2. ETRS89 to ETRS89 + DVR90(2013) height (1) (null)

DVR90(2002) height and DVR90(2013) height may be considered to be equivalent for applications with accuracies of 5cm or worse. At this 5cm accuracy, data referenced to either CRS may be merged without transformation.

Convert EPSG:10486 to EPSG:10487 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:10486ETRS89 + DVR90(2002) height

compound horizontal + vertical reference system · Area of use: Denmark - onshore

+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +geoidgrids=dk_sdfi_dvr90_2002.tif +geoid_crs=WGS84 +vunits=m +no_defs +type=crs
More about EPSG:10486

Target: EPSG:10487ETRS89 + DVR90(2013) height

compound horizontal + vertical reference system · Area of use: Denmark - onshore

+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +geoidgrids=dk_sdfi_dvr90_2013.tif +geoid_crs=WGS84 +vunits=m +no_defs +type=crs
More about EPSG:10487

Frequently asked questions

How accurate is converting ETRS89 + DVR90(2002) height to ETRS89 + DVR90(2013) height?
The most accurate official EPSG transformation between these systems is accurate to about ±0.06 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:10487 to EPSG:10486