EPSG:CODE

NZGD49 to NZGD2000 (2)

EPSG:4272 EPSG:4167

Deprecated

Coordinate Reference Systems

Transform Coordinates

Remarks

4m accuracy. For better accuracy use NZGD49 to NZGD2000 (3) (code 1568)

Frequently Asked Questions

How do I convert NZGD49 to NZGD2000 coordinates?

Use the coordinate transformation tool above to convert NZGD49 (EPSG:4272) to NZGD2000 (EPSG:4167). Enter your source coordinates and click Transform. This uses the Coordinate Frame rotation (geog2D domain) method.

How do I transform NZGD49 to NZGD2000 using Proj4js?

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