Skip to content
transform

Convert AGD66 to PNG94

Convert coordinates from AGD66 (EPSG:4202) to PNG94 (EPSG:5546) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-4202-to-epsg-5546

Official EPSG transformations from AGD66 to PNG94

The EPSG Geodetic Parameter Dataset defines 7 transformations between AGD66 (EPSG:4202) and PNG94 (EPSG:5546). Each applies to a specific area — pick the one whose area of use covers your data.

AGD66 to PNG94 (6)

EPSG:6941±0.5 mBest accuracy
Method:
Position Vector transformation (geog2D domain)
Area of use:
Papua New Guinea - North Fly
Scope:
Medium accuracy applications.
ParameterValueUnit
X-axis translation(tx)45.928metre
Y-axis translation(ty)-177.212metre
Z-axis translation(tz)336.867metre
X-axis rotation(rx)-4.6039arc-second
Y-axis rotation(ry)-3.0921arc-second
Z-axis rotation(rz)0.5729arc-second
Scale difference(ds)36.796parts per million

Derived in 2014 at 7 stations in Ningerum and Tabubil (North Fly District).

AGD66 to PNG94 (2)

EPSG:6937±1 m
Method:
Position Vector transformation (geog2D domain)
Area of use:
Papua New Guinea - mainland onshore
Scope:
Medium accuracy applications.
ParameterValueUnit
X-axis translation(tx)-0.41metre
Y-axis translation(ty)-2.37metre
Z-axis translation(tz)2metre
X-axis rotation(rx)3.592arc-second
Y-axis rotation(ry)3.698arc-second
Z-axis rotation(rz)3.989arc-second
Scale difference(ds)8.843parts per million

Derived in 2014 at 38 stations around the PNG mainland. Aligned to the Bevan Rapids Geodetic Origin AA 070 as required by the Papua New Guinea Oil and Gas Act 1998.

AGD66 to PNG94 (4)

EPSG:6939±1 m
Method:
Position Vector transformation (geog2D domain)
Area of use:
Papua New Guinea - PFTB
Scope:
Medium accuracy applications.
ParameterValueUnit
X-axis translation(tx)-131.876metre
Y-axis translation(ty)-54.554metre
Z-axis translation(tz)453.346metre
X-axis rotation(rx)-5.2155arc-second
Y-axis rotation(ry)-8.2042arc-second
Z-axis rotation(rz)0.09arc-second
Scale difference(ds)5.02parts per million

Derived in 2014 at 23 stations around the Kutubu oilfields. Aligned to the Bevan Rapids Geodetic Origin AA 070 as required by the Papua New Guinea Oil and Gas Act 1998. Replaces AGD66 to PNG94 (1) (tfm code 5662).

AGD66 to PNG94 (1)

EPSG:5662±2 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Papua New Guinea - PFTB
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-124metre
Y-axis translation(ty)-60metre
Z-axis translation(tz)153metre

Derived at 25 stations in 2007. Accuracy 2m in 2007. Replaced by AGD66 to PNG94 (4) (code 6939).

AGD66 to PNG94 (5)

EPSG:6940±2 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Papua New Guinea - PFTB
Scope:
Low accuracy applications.
ParameterValueUnit
X-axis translation(tx)-131.3metre
Y-axis translation(ty)-55.3metre
Z-axis translation(tz)151.8metre

Derived in 2014 at 23 stations around the Kutubu oilfields. See AGD66 to PNG94 (4) for a more accurate 7-parameter transformation. May be taken as an approximate transformation AGD66 to WGS 84 - see tfm code 6944.

AGD66 to PNG94 (7)

EPSG:6942±2.5 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Papua New Guinea - North Fly
Scope:
Low accuracy applications.
ParameterValueUnit
X-axis translation(tx)-137.4metre
Y-axis translation(ty)-58.9metre
Z-axis translation(tz)150.4metre

Derived in 2014 at 7 stations in Ningerum and Tabubil (North Fly District). See AGD66 to PNG94 (6) for a more accurate 7-parameter transformation. May be taken as an approximate transformation AGD66 to WGS 84 - see tfm code 6945.

AGD66 to PNG94 (3)

EPSG:6938±4 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Papua New Guinea - mainland onshore
Scope:
Low accuracy applications.
ParameterValueUnit
X-axis translation(tx)-129metre
Y-axis translation(ty)-58metre
Z-axis translation(tz)152metre

Derived in 2014 at 38 stations around the PNG mainland. See AGD66 to PNG94 (2) for a more accurate 7-parameter transformation. May be taken as an approximate transformation AGD66 to WGS 84 - see tfm code 6943.

Convert EPSG:4202 to EPSG:5546 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:4202AGD66

geographic system using latitude and longitude on an ellipsoid · Area of use: Australasia - Australia and PNG - AGD66

+proj=longlat +ellps=aust_SA +no_defs +type=crs
More about EPSG:4202

Target: EPSG:5546PNG94

geographic system using latitude and longitude on an ellipsoid · Area of use: Papua New Guinea

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

Frequently asked questions

How accurate is converting AGD66 to PNG94?
The most accurate official EPSG transformation between these systems is accurate to about ±0.5 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:5546 to EPSG:4202