Skip to content
transform

Convert ED50(ED77) to WGS 84

Convert coordinates from ED50(ED77) (EPSG:4154) to WGS 84 (EPSG:4326) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-4154-to-epsg-4326

Official EPSG transformations from ED50(ED77) to WGS 84

The EPSG Geodetic Parameter Dataset defines 6 transformations between ED50(ED77) (EPSG:4154) and WGS 84 (EPSG:4326). Each applies to a specific area — pick the one whose area of use covers your data.

ED50(ED77) to WGS 84 (6)

EPSG:15745±0.2 mBest accuracy
Method:
Geocentric translations (geog2D domain)
Area of use:
Iran - South Pars block 11
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-123.02metre
Y-axis translation(ty)-158.95metre
Z-axis translation(tz)-168.47metre

Derived in Tombak district in March 2005. Used for South Pars phase 11.

ED50(ED77) to WGS 84 (3)

EPSG:1856±0.5 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Iran - South Pars blocks 2 and 3
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-122.89metre
Y-axis translation(ty)-159.08metre
Z-axis translation(tz)-168.74metre

Derived in Kangan district by Geoid for Total in 1998. Used for South Pars phases 2 and 3.

ED50(ED77) to WGS 84 (4)

EPSG:1857±0.5 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Iran - Lavan Island and Balal field
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-84.78metre
Y-axis translation(ty)-107.55metre
Z-axis translation(tz)-137.25metre

Derived in 1999 on Lavan island by Geoid for Elf.

ED50(ED77) to WGS 84 (5)

EPSG:1858±0.5 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Iran - Kharg Island
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-123.92metre
Y-axis translation(ty)-155.515metre
Z-axis translation(tz)-157.721metre

Derived by Geoid for Elf in 1999. EGM96 geoid used.

ED50(ED77) to WGS 84 (1)

EPSG:1514±1 m
Method:
Position Vector transformation (geog2D domain)
Area of use:
Iran
Scope:
Transformation of coordinates at 1m level of accuracy.
ParameterValueUnit
X-axis translation(tx)-110.33metre
Y-axis translation(ty)-97.73metre
Z-axis translation(tz)-119.85metre
X-axis rotation(rx)0.3423arc-second
Y-axis rotation(ry)1.1634arc-second
Z-axis rotation(rz)0.2715arc-second
Scale difference(ds)0.063parts per million

Used for South Pars phases 6, 7 and 8.

ED50(ED77) to WGS 84 (2)

EPSG:1141±19 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Iran
Scope:
Military survey.
ParameterValueUnit
X-axis translation(tx)-117metre
Y-axis translation(ty)-132metre
Z-axis translation(tz)-164metre

Given by DMA as from ED50. OGP interpret that as ED50(ED77) in Iran. Derived at 27 stations. Accuracy 9m, 12m and 11m in X, Y and Z axes.

Convert EPSG:4154 to EPSG:4326 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:4154ED50(ED77)

geographic system using latitude and longitude on an ellipsoid · Area of use: Iran

+proj=longlat +ellps=intl +no_defs +type=crs
More about EPSG:4154

Target: EPSG:4326WGS 84

geographic system using latitude and longitude on an ellipsoid · Area of use: World (by country)

+proj=longlat +datum=WGS84 +no_defs +type=crs
More about EPSG:4326

Frequently asked questions

How accurate is converting ED50(ED77) to WGS 84?
The most accurate official EPSG transformation between these systems is accurate to about ±0.2 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:4326 to EPSG:4154