Skip to content
transform

Convert ITRF2008 to IG05/12 Intermediate CRS

Convert coordinates from ITRF2008 (EPSG:8999) to IG05/12 Intermediate CRS (EPSG:6990) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-8999-to-epsg-6990

Official EPSG transformation from ITRF2008 to IG05/12 Intermediate CRS

The EPSG Geodetic Parameter Dataset defines 1 transformation between ITRF2008 (EPSG:8999) and IG05/12 Intermediate CRS (EPSG:6990). Its parameters, accuracy and area of use are listed below.

ITRF2008 to IG05/12 Intermediate CRS

EPSG:9186±0.05 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Asia - Middle East - Israel and Palestine onshore
Scope:
GIS.
ParameterValueUnit
X-axis translation(tx)-23.772metre
Y-axis translation(ty)-17.49metre
Z-axis translation(tz)-17.859metre
X-axis rotation(rx)-0.3132arc-second
Y-axis rotation(ry)-1.85274arc-second
Z-axis rotation(rz)1.67299arc-second
Scale difference(ds)5.4262parts per million

Derived from Israeli CORS on ITRF2008 at epoch 2018.50. Updates CT 6993 for approx. 40cm tectonic plate motion 2012 to 2019 for GIS purposes. CT 6993 remains the legal definition of IG05/12 and must be used for cadastral and precise engineering purposes.

Convert EPSG:8999 to EPSG:6990 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:8999ITRF2008

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

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

Target: EPSG:6990IG05/12 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 +towgs84=-23.772,-17.49,-17.859,0.3132,1.85274,-1.67299,5.4262 +no_defs +type=crs
More about EPSG:6990

Frequently asked questions

How accurate is converting ITRF2008 to IG05/12 Intermediate CRS?
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:6990 to EPSG:8999