Skip to content
transform

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

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

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

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

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

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

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

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:5633PTRA08 / LAEA Europe

projected system measured in linear units (typically metres) · Area of use: Portugal - Azores and Madeira

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

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 PTRA08 / 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:5633