Skip to content
transform

Convert Deir ez Zor to WGS 84

Convert coordinates from Deir ez Zor (EPSG:4227) 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-4227-to-epsg-4326

Official EPSG transformations from Deir ez Zor to WGS 84

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

Deir ez Zor to WGS 84 (6)

EPSG:15743±0.5 mBest accuracy
Method:
Position Vector transformation (geog2D domain)
Area of use:
Syria - Deir area
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-83.58metre
Y-axis translation(ty)-397.54metre
Z-axis translation(tz)458.78metre
X-axis rotation(rx)-17.595arc-second
Y-axis rotation(ry)-2.847arc-second
Z-axis rotation(rz)4.256arc-second
Scale difference(ds)3.225parts per million

Derived 2005 at 5 triangulation stations and using (EGM96 geoid model +1.15m). Used by Total/DEZPC for Jafra and Mazraa seismic surveys. Can be approximated using geocentric translations of dX=-190.6m, dY=+8.8m, dZ=+239.6m.

Deir ez Zor to WGS 84 (4)

EPSG:1587±1 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Syria - Shaddadeh area
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-191.77metre
Y-axis translation(ty)15.01metre
Z-axis translation(tz)235.07metre

Derived at four stations by Topnav in 1997.

Deir ez Zor to WGS 84 (2)

EPSG:15741±5 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Syria - Deir area
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-187.5metre
Y-axis translation(ty)14.1metre
Z-axis translation(tz)237.6metre

Derived by Elf in 1991 from tfm code 1584 concatenated with a tfm from WGS72BE to WGS84.

Deir ez Zor to WGS 84 (5)

EPSG:15742±5 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Syria - onshore
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-190.421metre
Y-axis translation(ty)8.532metre
Z-axis translation(tz)238.69metre

Derived for 1998 Omar seismic survey and used in 2000 for El Isba seismic survey.

Deir ez Zor to WGS 84 (1)

EPSG:8568±6 m
Method:
Concatenated operation
Area of use:
Syria - Deir area
Scope:
Oil and gas exploration and production.
  1. Deir ez Zor to WGS 72BE (1) (null)
  2. WGS 72BE to WGS 84 (1) (null)

Can be implemented as a position vector tfm with param. values dX=-174.6 dY=-3.1 dZ=238.1m; rX=rY=0 rZ=0.814"; dS=-0.38 ppm.

Deir ez Zor to WGS 84 (3)

EPSG:1586
Method:
Position Vector transformation (geog2D domain)
Area of use:
Syria - Al Whaleed area
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-175.09metre
Y-axis translation(ty)1.218metre
Z-axis translation(tz)238.831metre
X-axis rotation(rx)-0.047arc-second
Y-axis rotation(ry)0.019arc-second
Z-axis rotation(rz)0.808arc-second
Scale difference(ds)0.1698parts per million

Derived in 1995 by CGG for Al Furat Petroleum Company. Can be approximated using geocentric translations of dX=-174.3m, dY=+14.1m, dZ=+237.6m.

Convert EPSG:4227 to EPSG:4326 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:4227Deir ez Zor

geographic system using latitude and longitude on an ellipsoid · Area of use: Asia - Middle East - Lebanon and Syria onshore

+proj=longlat +ellps=clrk80ign +no_defs +type=crs
More about EPSG:4227

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 Deir ez Zor 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:4227