Skip to content
transform

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

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

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

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

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

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

EPSG:10496±0.03 m
Method:
Concatenated operation
Area of use:
Denmark
Scope:
Transformation of coordinates at 0.03m level of accuracy.
  1. ETRS89 to ETRS89 + DVR90(2013) height (1) (null)
  2. ETRS89 to ETRS89 + DVR90(2023) height (1) (null)

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

Convert EPSG:10487 to EPSG:10488 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: 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

Target: EPSG:10488ETRS89 + DVR90(2023) 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_2023.tif +geoid_crs=WGS84 +vunits=m +no_defs +type=crs
More about EPSG:10488

Frequently asked questions

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