Skip to content
transform

Convert Tete to WGS 84

Convert coordinates from Tete (EPSG:4127) 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-4127-to-epsg-4326

Official EPSG transformations from Tete to WGS 84

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

Tete to WGS 84 (2)

EPSG:1684±1 mBest accuracy
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Mozambique - A
Scope:
(null/copy) Approximation for medium and low accuracy applications assuming equality between plate-fixed static and earth-fixed dynamic CRSs, ignoring static/dynamic CRS differences.
ParameterValueUnit
X-axis translation(tx)-82.875metre
Y-axis translation(ty)-57.097metre
Z-axis translation(tz)-156.768metre
X-axis rotation(rx)2.158arc-second
Y-axis rotation(ry)-1.524arc-second
Z-axis rotation(rz)0.982arc-second
Scale difference(ds)-0.359parts per million

Parameter values taken from Tete to Moznet (2) (code 1298) assuming that Moznet is equivalent to WGS 84 within the accuracy of the transformation.

Tete to WGS 84 (4)

EPSG:1686±3 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Mozambique - C
Scope:
(null/copy) Approximation for medium and low accuracy applications assuming equality between plate-fixed static and earth-fixed dynamic CRSs, ignoring static/dynamic CRS differences.
ParameterValueUnit
X-axis translation(tx)-73.472metre
Y-axis translation(ty)-51.66metre
Z-axis translation(tz)-112.482metre
X-axis rotation(rx)-0.953arc-second
Y-axis rotation(ry)-4.6arc-second
Z-axis rotation(rz)2.368arc-second
Scale difference(ds)0.586parts per million

Parameter values taken from Tete to Moznet (4) (code 1300) assuming that Moznet is equivalent to WGS 84 within the accuracy of the transformation.

Tete to WGS 84 (3)

EPSG:1685±4 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Mozambique - B
Scope:
(null/copy) Approximation for medium and low accuracy applications assuming equality between plate-fixed static and earth-fixed dynamic CRSs, ignoring static/dynamic CRS differences.
ParameterValueUnit
X-axis translation(tx)-138.527metre
Y-axis translation(ty)-91.999metre
Z-axis translation(tz)-114.591metre
X-axis rotation(rx)0.14arc-second
Y-axis rotation(ry)-3.363arc-second
Z-axis rotation(rz)2.217arc-second
Scale difference(ds)11.748parts per million

Parameter values taken from Tete to Moznet (3) (code 1299) assuming that Moznet is equivalent to WGS 84 within the accuracy of the transformation.

Tete to WGS 84 (5)

EPSG:1687±10 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Mozambique - D
Scope:
(null/copy) Approximation for medium and low accuracy applications assuming equality between plate-fixed static and earth-fixed dynamic CRSs, ignoring static/dynamic CRS differences.
ParameterValueUnit
X-axis translation(tx)219.315metre
Y-axis translation(ty)168.975metre
Z-axis translation(tz)-166.145metre
X-axis rotation(rx)-0.198arc-second
Y-axis rotation(ry)-5.926arc-second
Z-axis rotation(rz)2.356arc-second
Scale difference(ds)-57.104parts per million

Parameter values taken from Tete to Moznet (5) (code 1301) assuming that Moznet is equivalent to WGS 84 within the accuracy of the transformation.

Tete to WGS 84 (6)

EPSG:6901±17 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Mozambique - onshore
Scope:
Military survey.
ParameterValueUnit
X-axis translation(tx)-80metre
Y-axis translation(ty)-100metre
Z-axis translation(tz)-228metre

Derived at 4 stations. Accuracy 10m in each axis.

Tete to WGS 84 (1)

EPSG:1683±30 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Mozambique - onshore
Scope:
(null/copy) Approximation for medium and low accuracy applications assuming equality between plate-fixed static and earth-fixed dynamic CRSs, ignoring static/dynamic CRS differences.
ParameterValueUnit
X-axis translation(tx)-115.064metre
Y-axis translation(ty)-87.39metre
Z-axis translation(tz)-101.716metre
X-axis rotation(rx)0.058arc-second
Y-axis rotation(ry)-4.001arc-second
Z-axis rotation(rz)2.062arc-second
Scale difference(ds)9.366parts per million

Parameter values taken from Tete to Moznet (1) (code 1297) assuming that Moznet is equivalent to WGS 84 within the accuracy of the transformation.

Convert EPSG:4127 to EPSG:4326 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:4127Tete

geographic system using latitude and longitude on an ellipsoid · Area of use: Mozambique - onshore

+proj=longlat +ellps=clrk66 +towgs84=-80,-100,-228,0,0,0,0 +no_defs +type=crs
More about EPSG:4127

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

How accurate is converting Tete to WGS 84?
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:4326 to EPSG:4127