Skip to content
transform

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

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

Direct link to this transformation: epsgtransform.com/transform/epsg-9040-to-epsg-3034

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

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

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

EPSG:9044±1 m
Method:
Cartesian Grid Offsets
Area of use:
Iceland
Scope:
Approximation for pan-European small-scale mapping 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:9040 to EPSG:3034 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:9040ISN2016 / LCC Europe

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

+proj=lcc +lat_0=52 +lon_0=10 +lat_1=35 +lat_2=65 +x_0=4000000 +y_0=2800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs
More about EPSG:9040

Target: EPSG:3034ETRS89-extended / LCC Europe

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

+proj=lcc +lat_0=52 +lon_0=10 +lat_1=35 +lat_2=65 +x_0=4000000 +y_0=2800000 +ellps=GRS80 +units=m +no_defs +type=crs
More about EPSG:3034

Frequently asked questions

How accurate is converting ISN2016 / LCC Europe to ETRS89-extended / LCC 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:3034 to EPSG:9040