Ain el Abd to KSA-GRF17 (2)
EPSG:9363±0.1 mBest accuracy- Method:
- Geocentric translations (geog2D domain) by grid (IGN)
- Area of use:
- Saudi Arabia - onshore
- Scope:
- Geodesy.
Grid file: ARAMCO_AAA-KSAGRF_6.tac
Accuracy 5-10 cm.
Convert coordinates from Ain el Abd (EPSG:4204) to KSA-GRF17 (EPSG:9333) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.
Ain el Abd 1970 (EPSG:4204) is the classical datum of the Arabian peninsula's oil heartland, defined on the International 1924 ellipsoid with its origin at the Ain el Abd base in Saudi Arabia. Decades of Saudi cadastre, infrastructure and Aramco-era mapping reference it.
KSA-GRF17 (EPSG:9333) is Saudi Arabia's modern geodetic reference frame — an ITRF2014 realisation at epoch 2017.0 — to which official mapping has been migrating. The published EPSG path between them is a concatenated operation accurate to about ±0.1 m, dramatically better than the old multi-metre Ain el Abd→WGS 84 fits.
This is the canonical modernisation conversion for Saudi data: go Ain el Abd → KSA-GRF17 directly rather than via WGS 84.
Try it: Riyadh, Saudi Arabia
Input (EPSG:4204): 46.6753, 24.7136
The EPSG Geodetic Parameter Dataset defines 2 transformations between Ain el Abd (EPSG:4204) and KSA-GRF17 (EPSG:9333). Each applies to a specific area — pick the one whose area of use covers your data.
Grid file: ARAMCO_AAA-KSAGRF_6.tac
Accuracy 5-10 cm.
| Parameter | Value | Unit |
|---|---|---|
| X-axis translation(tx) | 13.8714 | metre |
| Y-axis translation(ty) | -83.9721 | metre |
| Z-axis translation(tz) | 101.674 | metre |
For a more accurate transformation see Ain el Abd to KSA-GRF17 (2) (CT code 9363)
The same transformation with common GIS tools and libraries:
from pyproj import Transformer
transformer = Transformer.from_crs("EPSG:4204", "EPSG:9333", always_xy=True)
x, y = transformer.transform(-73.9857, 40.7484)
print(x, y)geographic system using latitude and longitude on an ellipsoid · Area of use: Asia - Middle East - Bahrain, Kuwait and Saudi Arabia
+proj=longlat +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +no_defs +type=crsMore about EPSG:4204 →
geographic system using latitude and longitude on an ellipsoid · Area of use: Saudi Arabia
+proj=longlat +ellps=GRS80 +towgs84=0,0,0,-0.008393,0.000749,-0.010276,0 +no_defs +type=crsMore about EPSG:9333 →