Skip to content
transform

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

Convert coordinates from TUREF / LCC Europe (EPSG:5637) 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-5637-to-epsg-3034

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

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

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

EPSG:9050±1 m
Method:
Cartesian Grid Offsets
Area of use:
Turkey
Scope:
Approximation for pan-European small-scale mapping in extended ETRS89.
ParameterValueUnit
Easting offset0metre
Northing offset0metre

Assumes that TUREF 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:5637 to EPSG:3034 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:5637TUREF / LCC Europe

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

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

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 TUREF / 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:5637