Egypt 1907 to WGS 72 (1)
EPSG:1545±5 m- Method:
- Geocentric translations (geog2D domain)
- Area of use:
- Egypt
- Scope:
- Not known.
| Parameter | Value | Unit |
|---|---|---|
| X-axis translation(tx) | -121.8 | metre |
| Y-axis translation(ty) | 98.1 | metre |
| Z-axis translation(tz) | -15.2 | metre |
Convert coordinates from Egypt 1907 (EPSG:4229) to WGS 72 (EPSG:4322) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.
The EPSG Geodetic Parameter Dataset defines 1 transformation between Egypt 1907 (EPSG:4229) and WGS 72 (EPSG:4322). Its parameters, accuracy and area of use are listed below.
| Parameter | Value | Unit |
|---|---|---|
| X-axis translation(tx) | -121.8 | metre |
| Y-axis translation(ty) | 98.1 | metre |
| Z-axis translation(tz) | -15.2 | metre |
The same transformation with common GIS tools and libraries:
from pyproj import Transformer
transformer = Transformer.from_crs("EPSG:4229", "EPSG:4322", 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: Egypt
+proj=longlat +ellps=helmert +towgs84=-130,110,-13,0,0,0,0 +no_defs +type=crsMore about EPSG:4229 →
geographic system using latitude and longitude on an ellipsoid · Area of use: World
+proj=longlat +ellps=WGS72 +no_defs +type=crsMore about EPSG:4322 →