Skip to content
transform

Convert ISN2016 / LAEA Europe to ETRS89-extended / LAEA Europe

Convert coordinates from ISN2016 / LAEA Europe (EPSG:9039) to ETRS89-extended / LAEA Europe (EPSG:3035) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

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

Official EPSG transformation from ISN2016 / LAEA Europe to ETRS89-extended / LAEA Europe

The EPSG Geodetic Parameter Dataset defines 1 transformation between ISN2016 / LAEA Europe (EPSG:9039) and ETRS89-extended / LAEA Europe (EPSG:3035). Its parameters, accuracy and area of use are listed below.

ISN2016 / LAEA Europe to ETRS89-extended / LAEA Europe (1)

EPSG:9043±1 m
Method:
Cartesian Grid Offsets
Area of use:
Iceland
Scope:
Approximation for pan-European statistical analysis in extended ETRS89.
ParameterValueUnit
Easting offset0metre
Northing offset0metre

Assumes that ISN2016 and ETRS89 are equivalent within the accuracy of the transformation. ETRS89 formally limited to stable part of Eurasian plate but use extended for pan-European small scale analysis. For a more accurate CT, concatenate through ITRF.

Convert EPSG:9039 to EPSG:3035 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:9039ISN2016 / LAEA Europe

projected system measured in linear units (typically metres) · Area of use: Iceland

+proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs
More about EPSG:9039

Target: EPSG:3035ETRS89-extended / LAEA Europe

projected system measured in linear units (typically metres) · Area of use: Europe - LCC & LAEA

+proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +units=m +no_defs +type=crs
More about EPSG:3035

Frequently asked questions

How accurate is converting ISN2016 / LAEA Europe to ETRS89-extended / LAEA Europe?
The most accurate official EPSG transformation between these systems is accurate to about ±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:3035 to EPSG:9039