EPSG:CODE

Datum 73 to WGS 84 (2)

EPSG:4274 EPSG:4258

Deprecated

Coordinate Reference Systems

Transform Coordinates

Remarks

Parameter values from Datum 73 to ETRS89 (2) (code 1792). Assumes ETRS89 and WGS 84 can be considered the same to within the accuracy of the transformation.

Frequently Asked Questions

How do I convert Datum 73 to ETRS89 coordinates?

Use the coordinate transformation tool above to convert Datum 73 (EPSG:4274) to ETRS89 (EPSG:4258). Enter your source coordinates and click Transform. This uses the Position Vector transformation (geog2D domain) method.

How do I transform Datum 73 to ETRS89 using Proj4js?

Use proj4.defs to define both EPSG:4274 and EPSG:4258, then call proj4(source, target, [x, y]) to convert coordinates programmatically.