Skip to content
transform

Convert IGD05 to IGD05/12

Convert coordinates from IGD05 (EPSG:7136) to IGD05/12 (EPSG:7139) — 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-7139

Official EPSG transformation from IGD05 to IGD05/12

The EPSG Geodetic Parameter Dataset defines 1 transformation between IGD05 (EPSG:7136) and IGD05/12 (EPSG:7139). Its parameters, accuracy and area of use are listed below.

IGD05 to IGD05/12

EPSG:6992±0.05 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Israel
Scope:
Geodesy.
ParameterValueUnit
X-axis translation(tx)0.2255metre
Y-axis translation(ty)-0.3709metre
Z-axis translation(tz)-0.1171metre
X-axis rotation(rx)-0.00388arc-second
Y-axis rotation(ry)0.00063arc-second
Z-axis rotation(rz)-0.0182arc-second
Scale difference(ds)0.013443parts per million

Convert EPSG:7136 to EPSG:7139 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

transformer = Transformer.from_crs("EPSG:7136", "EPSG:7139", 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:7139IGD05/12

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

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

Frequently asked questions

How accurate is converting IGD05 to IGD05/12?
The most accurate official EPSG transformation between these systems is accurate to about ±0.05 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:7139 to EPSG:7136