Skip to content
transform

Convert Datum 73 to ETRS89

Convert coordinates from Datum 73 (EPSG:4274) to ETRS89 (EPSG:4258) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-4274-to-epsg-4258

Official EPSG transformations from Datum 73 to ETRS89

The EPSG Geodetic Parameter Dataset defines 5 transformations between Datum 73 (EPSG:4274) and ETRS89 (EPSG:4258). Each applies to a specific area — pick the one whose area of use covers your data.

Datum 73 to ETRS89 (6)

EPSG:6189±0.1 mBest accuracy
Method:
NTv2
Area of use:
Portugal - mainland - onshore
Scope:
Transformation of coordinates at 0.1m level of accuracy.

Grid file: D73_ETRS89_geo.gsb

Derived from 1129 common stations in the national geodetic network. Residuals at 130 further test points average 0.06m, maximum 0.16m.

Datum 73 to ETRS89 (3)

EPSG:1992±1 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Portugal - mainland - onshore
Scope:
Medium accuracy applications.
ParameterValueUnit
X-axis translation(tx)-231.034metre
Y-axis translation(ty)102.615metre
Z-axis translation(tz)26.836metre
X-axis rotation(rx)-0.615arc-second
Y-axis rotation(ry)0.198arc-second
Z-axis rotation(rz)-0.881arc-second
Scale difference(ds)1.786parts per million

Parameters calculated in 1998 using 9 common stations. Published in 2001. Replaces Datum 73 to ETRS89 (1) (code 1657). Replaced by Datum 73 to ETRS89 (5) (code 5037).

Datum 73 to ETRS89 (1)

EPSG:1657±2 m
Method:
Position Vector transformation (geog2D domain)
Area of use:
Portugal - mainland - onshore
Scope:
Transformation of coordinates at 2m level of accuracy.
ParameterValueUnit
X-axis translation(tx)-238.2metre
Y-axis translation(ty)85.2metre
Z-axis translation(tz)29.9metre
X-axis rotation(rx)0.166arc-second
Y-axis rotation(ry)0.046arc-second
Z-axis rotation(rz)1.248arc-second
Scale difference(ds)2.03parts per million

Derived in 2000 at 8 stations. Replaced by 2001 derivation (tfm code 1992). May be taken as approximate tfm to WGS 84 - see tfm 1658.

Datum 73 to ETRS89 (5)

EPSG:5037±2 m
Method:
Position Vector transformation (geog2D domain)
Area of use:
Portugal - mainland - onshore
Scope:
Transformation of coordinates at 2m level of accuracy.
ParameterValueUnit
X-axis translation(tx)-230.994metre
Y-axis translation(ty)102.591metre
Z-axis translation(tz)25.199metre
X-axis rotation(rx)0.633arc-second
Y-axis rotation(ry)-0.239arc-second
Z-axis rotation(rz)0.9arc-second
Scale difference(ds)1.95parts per million

Derived in July 2009 from 119 common stations. Residuals at 833 test points under 2m. Replaces Datum 73 to ETRS89 (3) (tfm code 1992).

Datum 73 to ETRS89 (4)

EPSG:5036±3 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Portugal - mainland - onshore
Scope:
Transformation of coordinates at 3m level of accuracy.
ParameterValueUnit
X-axis translation(tx)-223.15metre
Y-axis translation(ty)110.132metre
Z-axis translation(tz)36.711metre

Derived in July 2009 from 119 common stations. Residuals at 833 test points under 3m.

Convert EPSG:4274 to EPSG:4258 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:4274Datum 73

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

+proj=longlat +ellps=intl +no_defs +type=crs
More about EPSG:4274

Target: EPSG:4258ETRS89

geographic system using latitude and longitude on an ellipsoid · Area of use: Europe - ETRF by country

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

Frequently asked questions

How accurate is converting Datum 73 to ETRS89?
The most accurate official EPSG transformation between these systems is accurate to about ±0.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 (including the grid-shift files listed below) 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:4258 to EPSG:4274