Skip to content
transform

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

Convert coordinates from REGCAN95 / LAEA Europe (EPSG:5635) 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-5635-to-epsg-3035

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

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

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

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

Assumes that REGCAN95 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:5635 to EPSG:3035 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:5635REGCAN95 / LAEA Europe

projected system measured in linear units (typically metres) · Area of use: Spain - Canary Islands

+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:5635

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 REGCAN95 / 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:5635