Skip to content
transform

Convert ETRS89-NOR [EUREF89] to ETRS89-NOR [EUREF89] + CD Norway depth

Convert coordinates from ETRS89-NOR [EUREF89] (EPSG:10874) to ETRS89-NOR [EUREF89] + CD Norway depth (EPSG:9883) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

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

Official EPSG transformations from ETRS89-NOR [EUREF89] to ETRS89-NOR [EUREF89] + CD Norway depth

The EPSG Geodetic Parameter Dataset defines 4 transformations between ETRS89-NOR [EUREF89] (EPSG:10874) and ETRS89-NOR [EUREF89] + CD Norway depth (EPSG:9883). Each applies to a specific area — pick the one whose area of use covers your data.

ETRS89-NOR [EUREF89] to ETRS89-NOR [EUREF89] + CD Norway depth (2)

EPSG:10133±0.5 mBest accuracy
Method:
Geog3D to Geog2D+Depth (Gravsoft)
Area of use:
Norway - inshore and nearshore
Scope:
Reversible hydroid model transformation.

Grid file: ChartDatum_above_Ellipsoid_EUREF89_v2021b.bin

Reversible alternative to ETRS89-NOR [EUREF89] to CD Norway depth (2) (code 10130). Replaces ETRS89-NOR [EUREF89] to ETRS89-NOR [EUREF89] + CD Norway depth (1) (code 9885). Replaced by ETRS89-NOR [EUREF89] to ETRS89-NOR [EUREF89] + CD Norway depth (3) (code 10505). The interpolation CRS is EUREF89 but using any realization of ETRS89 including ensemble-based EPSG:4258 is adequate for grid interpolation.

ETRS89-NOR [EUREF89] to ETRS89-NOR [EUREF89] + CD Norway depth (3)

EPSG:10505±0.5 m
Method:
Geog3D to Geog2D+Depth (Gravsoft)
Area of use:
Norway - inshore and nearshore
Scope:
Reversible hydroid model transformation.

Grid file: ChartDatum_above_Ellipsoid_EUREF89_v2023a.bin

Reversible alternative to ETRS89-NOR [EUREF89] to CD Norway depth (3) (CT code 10504). Replaces ETRS89-NOR [EUREF89] to ETRS89-NOR [EUREF89] + CD Norway depth (2) (model 2021b, CT code 10133). Replaced by ETRS89-NOR [EUREF89] to ETRS89-NOR [EUREF89] + CD Norway depth (4) (model 2023b, CT code 10510). The interpolation CRS is EUREF89 but using any realization of ETRS89 including ensemble-based EPSG:4258 is adequate for grid interpolation.

ETRS89-NOR [EUREF89] to ETRS89-NOR [EUREF89] + CD Norway depth (4)

EPSG:10510±0.5 m
Method:
Geog3D to Geog2D+Depth (Gravsoft)
Area of use:
Norway - inshore and nearshore
Scope:
Reversible hydroid model transformation.

Grid file: ChartDatum_above_Ellipsoid_EUREF89_v2023b.bin

Reversible alternative to ETRS89-NOR [EUREF89] to CD Norway depth (4) (code 10509). Accompanying file ...v2023b_standarddeviation.bin contains first estimate of SD of model. Replaces ETRS89-NOR [EUREF89] to ETRS89-NOR [EUREF89] + CD Norway depth (3) (code 10133). The interpolation CRS is EUREF89 but using any realization of ETRS89 including ensemble-based EPSG:4258 is adequate for grid interpolation.

ETRS89-NOR [EUREF89] to ETRS89-NOR [EUREF89] + CD Norway depth (1)

EPSG:9885
Method:
Geog3D to Geog2D+Depth (Gravsoft)
Area of use:
Norway - inshore and nearshore
Scope:
Reversible hydroid model transformation.

Grid file: ChartDatum_above_Ellipsoid_EUREF89_v2021a.bin

Reversible alternative to ETRS89-NOR [EUREF89] to CD Norway depth (1) (code 9884). Replaced by ETRS89-NOR [EUREF89] to ETRS89-NOR [EUREF89] + CD Norway depth (2) (model "CD Norway 2021b", code 10133). The interpolation CRS is EUREF89 but using any realization of ETRS89 including ensemble-based EPSG:4258 is adequate for grid interpolation.

Convert EPSG:10874 to EPSG:9883 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:10874ETRS89-NOR [EUREF89]

geographic system using latitude, longitude and ellipsoidal height · Area of use: Norway

+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs
More about EPSG:10874

Target: EPSG:9883ETRS89-NOR [EUREF89] + CD Norway depth

compound horizontal + vertical reference system · Area of use: Norway - inshore and nearshore

+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +vunits=m +no_defs +type=crs
More about EPSG:9883

Frequently asked questions

How accurate is converting ETRS89-NOR [EUREF89] to ETRS89-NOR [EUREF89] + CD Norway depth?
The most accurate official EPSG transformation between these systems is accurate to about ±0.5 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:9883 to EPSG:10874