Skip to content
transform

Convert Arc 1960 to UGRF

Convert coordinates from Arc 1960 (EPSG:4210) to UGRF (EPSG:10791) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-4210-to-epsg-10791

Official EPSG transformation from Arc 1960 to UGRF

The EPSG Geodetic Parameter Dataset defines 1 transformation between Arc 1960 (EPSG:4210) and UGRF (EPSG:10791). Its parameters, accuracy and area of use are listed below.

Arc 1960 to UGRF (1)

EPSG:10796±1 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Uganda
Scope:
Transformation of coordinates at 1m to 2m level of accuracy.
ParameterValueUnit
X-axis translation(tx)-136.7231metre
Y-axis translation(ty)-87.8654metre
Z-axis translation(tz)20.1215metre
X-axis rotation(rx)4.966933arc-second
Y-axis rotation(ry)-9.01001arc-second
Z-axis rotation(rz)-2.72486arc-second
Scale difference(ds)7.86009parts per million

Derived in 2019 using 18 points. RMS 0.5m - 1m.

Convert EPSG:4210 to EPSG:10791 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:4210Arc 1960

geographic system using latitude and longitude on an ellipsoid · Area of use: Africa - Burundi, Kenya, Rwanda, Tanzania and Uganda

+proj=longlat +a=6378249.145 +rf=293.465 +no_defs +type=crs
More about EPSG:4210

Target: EPSG:10791UGRF

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

+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs
More about EPSG:10791

Frequently asked questions

How accurate is converting Arc 1960 to UGRF?
The most accurate official EPSG transformation between these systems is accurate to about ±1 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:10791 to EPSG:4210