Skip to content
transform

Convert Karbala 1979 to IGRS

Convert coordinates from Karbala 1979 (EPSG:4743) to IGRS (EPSG:3889) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-4743-to-epsg-3889

Official EPSG transformation from Karbala 1979 to IGRS

The EPSG Geodetic Parameter Dataset defines 1 transformation between Karbala 1979 (EPSG:4743) and IGRS (EPSG:3889). Its parameters, accuracy and area of use are listed below.

Karbala 1979 to IGRS (1)

EPSG:5077±0.3 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Iraq - onshore
Scope:
Transformation of coordinates at 0.3m level of accuracy.
ParameterValueUnit
X-axis translation(tx)70.995metre
Y-axis translation(ty)-335.916metre
Z-axis translation(tz)262.898metre

Derived at 95 stations mostly south of Baghdad but including 3 in Kirkuk-Erbil area. Maximum residuals 0.3m. May be used as a tfm to WGS 84 - see tfm code 5078.

Convert EPSG:4743 to EPSG:3889 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:4743Karbala 1979

geographic system using latitude and longitude on an ellipsoid · Area of use: Iraq - onshore

+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=70.995,-335.916,262.898,0,0,0,0 +no_defs +type=crs
More about EPSG:4743

Target: EPSG:3889IGRS

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

+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs
More about EPSG:3889

Frequently asked questions

How accurate is converting Karbala 1979 to IGRS?
The most accurate official EPSG transformation between these systems is accurate to about ±0.3 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:3889 to EPSG:4743