Coordinate Reference Systems
Transform Coordinates
Remarks
May be taken as approximate transformation HD72 to WGS 84 - see code 1677.
Frequently Asked Questions
How do I convert HD72 to ETRS89 coordinates?
Use the coordinate transformation tool above to convert HD72 (EPSG:4237) to ETRS89 (EPSG:4258). Enter your source coordinates and click Transform. This uses the Coordinate Frame rotation (geog2D domain) method.
How do I transform HD72 to ETRS89 using Proj4js?
Use proj4.defs to define both EPSG:4237 and EPSG:4258, then call proj4(source, target, [x, y]) to convert coordinates programmatically.