Skip to content
transform

Convert ELD79 to WGS 84

Convert coordinates from ELD79 (EPSG:4159) 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-4159-to-epsg-4326

Official EPSG transformations from ELD79 to WGS 84

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

ELD79 to WGS 84 (2)

EPSG:1860±0.5 mBest accuracy
Method:
Geocentric translations (geog2D domain)
Area of use:
Libya - Murzuq and En Naga
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-113.997metre
Y-axis translation(ty)-97.076metre
Z-axis translation(tz)-152.312metre

Derived December 2001 by NAGECO. 3-dimensional SD at 11 points is 0.5m. Connected to ITRF via Remsa 2000 data. Used by TotalFinaElf.

ELD79 to WGS 84 (4)

EPSG:1862±0.5 m
Method:
Position Vector transformation (geog2D domain)
Area of use:
Libya - Mabruk
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-194.513metre
Y-axis translation(ty)-63.978metre
Z-axis translation(tz)-25.759metre
X-axis rotation(rx)-3.4027arc-second
Y-axis rotation(ry)3.756arc-second
Z-axis rotation(rz)-3.352arc-second
Scale difference(ds)-0.9175parts per million

Derived by Geoid in 2000 from ITRF connection by NAGECO for TotalFinaElf. For historic compatibility TFE use the 1994 tfm ELD79 to WGS 84 (3) (code 1861) rather than this transformation.

ELD79 to WGS 84 (7)

EPSG:15778±0.5 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Libya - Sirte NC192
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-114.7metre
Y-axis translation(ty)-98.5metre
Z-axis translation(tz)-150.7metre

Derived by Total at stations SDL 130-03, 04 and 05 in May 2005.

ELD79 to WGS 84 (3)

EPSG:1861±2 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Libya - Mabruk
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-114.5metre
Y-axis translation(ty)-96.1metre
Z-axis translation(tz)-151.9metre

Derived by GEOID in 1994 from Transit satellite data. Used by TotalFinaElf.

ELD79 to WGS 84 (9)

EPSG:15923±2 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Libya - Cyrenaica
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-117.7metre
Y-axis translation(ty)-100.3metre
Z-axis translation(tz)-152.4metre

Derived by SDL for Total in Cyrenaica blocks 2 & 4.

ELD79 to WGS 84 (8)

EPSG:15909±5 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Libya - onshore
Scope:
Transformation of coordinates at 5m level of accuracy.
ParameterValueUnit
X-axis translation(tx)-115.8543metre
Y-axis translation(ty)-99.0583metre
Z-axis translation(tz)-152.4616metre

Derived at 29 stations throughout Libya in May 2006.

ELD79 to WGS 84 (5)

EPSG:1863±6 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Libya - Mabruk
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-389.691metre
Y-axis translation(ty)64.502metre
Z-axis translation(tz)210.209metre
X-axis rotation(rx)-0.086arc-second
Y-axis rotation(ry)-14.314arc-second
Z-axis rotation(rz)6.39arc-second
Scale difference(ds)0.9264parts per million

Derived for the Great Man-made River Authority (GMRA).

ELD79 to WGS 84 (6)

EPSG:15707±10 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Libya - Amal
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-118.996metre
Y-axis translation(ty)-111.177metre
Z-axis translation(tz)-198.687metre

Used by Petrocanada and previous licence holders in Amal field, concession 12.

ELD79 to WGS 84 (1)

EPSG:1859±20 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Libya - Murzuq and En Naga
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-69.06metre
Y-axis translation(ty)-90.71metre
Z-axis translation(tz)-142.56metre

Used by Repsol in Murzuq field, and PetroCanada and previous licence holders in NC177 and 72 (En Naga field). Reliability of connection to ELD79 questionned.

Convert EPSG:4159 to EPSG:4326 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:4159ELD79

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

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

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 ELD79 to WGS 84?
The most accurate official EPSG transformation between these systems is accurate to about ±0.5 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:4159