Skip to content
transform

Convert Arc 1950 to WGS 84

Convert coordinates from Arc 1950 (EPSG:4209) to WGS 84 (EPSG:4326) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-4209-to-epsg-4326

About converting Arc 1950 to WGS 84

Arc 1950 (EPSG:4209) is the classical datum of south-central Africa, computed along the 30th-meridian arc triangulation on the Clarke 1880 (Arc) ellipsoid. It underlies older national mapping in Botswana, Zimbabwe, Zambia, Malawi and neighbouring countries.

EPSG publishes per-country transformations to WGS 84 with accuracies from a few metres to about 20 m — the network was vast, and each national fit absorbed different distortions. Pick the operation matching your country of interest.

Most of the region has since adopted ITRF-based national frames, but enormous volumes of mining, cadastral and topographic data remain on Arc 1950.

Why people convert EPSG:4209 to EPSG:4326

  • Migrating mining and exploration data in southern Africa
  • Georeferencing national topographic series on Arc 1950
  • Integrating legacy cadastre with GPS-based surveys
  • Cross-border projects spanning different Arc 1950 fits

Try it: Victoria Falls, Zimbabwe

Input (EPSG:4209): 25.8572, -17.9243

Official EPSG transformations from Arc 1950 to WGS 84

The EPSG Geodetic Parameter Dataset defines 9 transformations between Arc 1950 (EPSG:4209) and WGS 84 (EPSG:4326). Each applies to a specific area — pick the one whose area of use covers your data.

Arc 1950 to WGS 84 (2)

EPSG:1114±7 mBest accuracy
Method:
Geocentric translations (geog2D domain)
Area of use:
Botswana
Scope:
Military survey.
ParameterValueUnit
X-axis translation(tx)-138metre
Y-axis translation(ty)-105metre
Z-axis translation(tz)-289metre

Derived at 9 stations. Accuracy 3m, 5m and 3m in X, Y and Z axes.

Arc 1950 to WGS 84 (4)

EPSG:1116±10 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Lesotho
Scope:
Military survey.
ParameterValueUnit
X-axis translation(tx)-125metre
Y-axis translation(ty)-108metre
Z-axis translation(tz)-295metre

Derived at 5 stations. Accuracy 3m, 3m and 8m in X, Y and Z axes. Note: Lesotho does not use Arc 1950 but does use Cape (CRS code 4222); Cape and Arc 1950 datums share a common fundamental point.

Arc 1950 to WGS 84 (9)

EPSG:1121±15 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Zimbabwe
Scope:
Military survey.
ParameterValueUnit
X-axis translation(tx)-142metre
Y-axis translation(ty)-96metre
Z-axis translation(tz)-293metre

Derived at 10 stations. Accuracy 5m, 8m and 11m in X, Y and Z axes. Replaced by Arc 1950 to WGS 84 (10), tfm code 6906.

Arc 1950 to WGS 84 (10)

EPSG:6906±17 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Zimbabwe
Scope:
Military survey.
ParameterValueUnit
X-axis translation(tx)-145metre
Y-axis translation(ty)-97metre
Z-axis translation(tz)-292metre

Derived at 38 stations. Accuracy 10m in each of X, Y and Z axes. Replaces Arc 1950 to WGS 84 (9), tfm code 1121.

Arc 1950 to WGS 84 (6)

EPSG:1118±26 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Eswatini
Scope:
Military survey.
ParameterValueUnit
X-axis translation(tx)-134metre
Y-axis translation(ty)-105metre
Z-axis translation(tz)-295metre

Derived at 4 stations. Accuracy 15m in each axis. Note: Eswatini does not use Arc 1950 but does use Cape (CRS code 4222); Cape and Arc 1950 datums share a common fundamental point.

Arc 1950 to WGS 84 (5)

EPSG:1117±27 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Malawi
Scope:
Military survey.
ParameterValueUnit
X-axis translation(tx)-161metre
Y-axis translation(ty)-73metre
Z-axis translation(tz)-317metre

Derived at 6 stations. Accuracy 9m, 24m and 8m in X, Y and Z axes.

Arc 1950 to WGS 84 (11)

EPSG:6904±29 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Malawi
Scope:
Military survey.
ParameterValueUnit
X-axis translation(tx)-179metre
Y-axis translation(ty)-81metre
Z-axis translation(tz)-314metre

Derived at 7 stations. Accuracy 13m, 25m and 7m in X, Y and Z axes. Info source gives source CRS as Arc 1960. From inspection of parameter values, comparison with other CTs and geographic applicability of CRS, OGP believes that this should be Arc 1950.

Arc 1950 to WGS 84 (8)

EPSG:1120±41 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Zambia
Scope:
Military survey.
ParameterValueUnit
X-axis translation(tx)-147metre
Y-axis translation(ty)-74metre
Z-axis translation(tz)-283metre

Derived at 5 stations. Accuracy 21m, 21m and 27m in X, Y and Z axes.

Arc 1950 to WGS 84 (1)

EPSG:1113±44 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Africa - Botswana, Eswatini, Lesotho, Malawi, Zambia, Zimbabwe
Scope:
Military survey.
ParameterValueUnit
X-axis translation(tx)-143metre
Y-axis translation(ty)-90metre
Z-axis translation(tz)-294metre

Derived at 41 stations. Accuracy 20m, 33m and 20m in X, Y and Z axes. Note: Eswatini and Lesotho do not use Arc 1950 but do use Cape (CRS code 4222); Cape and Arc 1950 datums share a common fundamental point.

Convert EPSG:4209 to EPSG:4326 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:4209Arc 1950

geographic system using latitude and longitude on an ellipsoid · Area of use: Africa - Botswana, Malawi, Zambia, Zimbabwe

+proj=longlat +a=6378249.145 +rf=293.4663077 +towgs84=-143,-90,-294,0,0,0,0 +no_defs +type=crs
More about EPSG:4209

Target: EPSG:4326WGS 84

geographic system using latitude and longitude on an ellipsoid · Area of use: World (by country)

+proj=longlat +datum=WGS84 +no_defs +type=crs
More about EPSG:4326

Frequently asked questions

Which Arc 1950 transformation should I pick?
The one fitted for your country — EPSG lists separate operations for Botswana, Zimbabwe, Zambia, Malawi and others, with materially different parameters and accuracies.
What is the difference between Arc 1950 and Arc 1960?
Arc 1960 (EPSG:4210) is the equivalent datum for East Africa (Kenya, Tanzania, Uganda) from the same arc-measurement project. They are distinct datums with separate EPSG transformations.
How accurate is converting Arc 1950 to WGS 84?
The most accurate official EPSG transformation between these systems is accurate to about ±7 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:4326 to EPSG:4209