Skip to content
transform

Convert IGD05 to IG05 Intermediate CRS

Convert coordinates from IGD05 (EPSG:7136) to IG05 Intermediate CRS (EPSG:6983) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-7136-to-epsg-6983

Official EPSG transformation from IGD05 to IG05 Intermediate CRS

The EPSG Geodetic Parameter Dataset defines 1 transformation between IGD05 (EPSG:7136) and IG05 Intermediate CRS (EPSG:6983). Its parameters, accuracy and area of use are listed below.

IGD05 to IG05 Intermediate CRS

EPSG:7140±0 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Asia - Middle East - Israel and Palestine onshore
Scope:
Defined as exact.
ParameterValueUnit
X-axis translation(tx)-23.8085metre
Y-axis translation(ty)-17.5937metre
Z-axis translation(tz)-17.801metre
X-axis rotation(rx)-0.3306arc-second
Y-axis rotation(ry)-1.85706arc-second
Z-axis rotation(rz)1.64828arc-second
Scale difference(ds)5.4374parts per million

Defines the IG05 Intermediate CRS so is considered errorless. Target CRS is referred to in Israeli documentation as "in GRS80". Replaced by IG05/12 transformation (code 6993).

Convert EPSG:7136 to EPSG:6983 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:7136IGD05

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

+proj=longlat +ellps=WGS84 +no_defs +type=crs
More about EPSG:7136

Target: EPSG:6983IG05 Intermediate CRS

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

+proj=longlat +ellps=GRS80 +no_defs +type=crs
More about EPSG:6983

Frequently asked questions

How accurate is converting IGD05 to IG05 Intermediate CRS?
The most accurate official EPSG transformation between these systems is accurate to about ±0 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:6983 to EPSG:7136