Skip to content
transform

Convert Tete to Moznet

Convert coordinates from Tete (EPSG:4127) to Moznet (EPSG:4130) — 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-4130

Official EPSG transformations from Tete to Moznet

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

Tete to Moznet (2)

EPSG:1298±1 mBest accuracy
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Mozambique - A
Scope:
Transformation of coordinates at 1m level of accuracy.
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

Mean of 9 stations. Residuals are generally under 1 metre. May be taken as approximate transformation Tete to WGS 84 - see code 1684.

Tete to Moznet (4)

EPSG:1300±3 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Mozambique - C
Scope:
Transformation of coordinates at 3m level of accuracy.
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

Mean of 11 stations. Residuals are generally under 3 metres. May be taken as approximate transformation Tete to WGS 84 - see code 1686.

Tete to Moznet (3)

EPSG:1299±4 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Mozambique - B
Scope:
Transformation of coordinates at 4m level of accuracy.
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

Mean of 6 stations. Residuals are generally under 4 metres. May be taken as approximate transformation Tete to WGS 84 - see code 1685.

Tete to Moznet (5)

EPSG:1301±10 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Mozambique - D
Scope:
Transformation of coordinates at 10m level of accuracy.
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

Mean of 7 stations. Residuals are 5-10 metres. May be taken as approximate transformation Tete to WGS 84 - see code 1687.

Tete to Moznet (1)

EPSG:1297±30 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Mozambique - onshore
Scope:
Low accuracy applications.
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

Mean of 32 stations. Residuals as high as 30 metres. To reduce the size of the residuals; four regional parameter sets (see codes 1298-1301) were developed. May be taken as approximate transformation Tete to WGS 84 - see code 1683.

Convert EPSG:4127 to EPSG:4130 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

transformer = Transformer.from_crs("EPSG:4127", "EPSG:4130", 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:4130Moznet

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

+proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs
More about EPSG:4130

Frequently asked questions

How accurate is converting Tete to Moznet?
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:4130 to EPSG:4127