EPSG:4202

AGD66

Available transformations
to EPSG:4326

Selected transformation

Method: Coordinate Frame rotation (geog2D domain)

Remarks: Parameter values from AGD66 to GDA94 (12) (code 15979). Assumes WGS 84 is equivalent to GDA94; ignores low accuracy of ensemble and tectonic plate motion. Use only offshore: onshore CTs 1665-68 for ACT, NSW/Vic, Tas and NT respectively are more accurate.

Information source: OGP

Revision date: 2021-09-23

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: AGD66

Datum: Australian Geodetic Datum 1966

Ellipsoid: Australian National Spheroid

Prime meridian: Greenwich

Data source: EPSG

Information source: Australian Commonwealth Gazette No. 84, 6th October 1966.

Revision date: 2019-09-17

Center coordinates
136.21 -28.04

WGS84 bounds:
109.23 -47.2
163.2 -8.88

Australia - offshore including EEZ.
MapTiler banner

Definition: OGC Well Known Text

GEOGCS["AGD66",
    DATUM["Australian_Geodetic_Datum_1966",
        SPHEROID["Australian National Spheroid",6378160,298.25],
        TOWGS84[-117.808,-51.536,137.784,-0.303,-0.446,-0.234,-0.29]],
    PRIMEM["Greenwich",0,
        AUTHORITY["EPSG","8901"]],
    UNIT["degree",0.0174532925199433,
        AUTHORITY["EPSG","9122"]],
    AUTHORITY["EPSG","4202"]]

Definition: OGC Well Known Text 2 (2019)

GEOGCRS["AGD66",
    DATUM["Australian Geodetic Datum 1966",
        ELLIPSOID["Australian National Spheroid",6378160,298.25,
            LENGTHUNIT["metre",1]]],
    PRIMEM["Greenwich",0,
        ANGLEUNIT["degree",0.0174532925199433]],
    CS[ellipsoidal,2],
        AXIS["geodetic latitude (Lat)",north,
            ORDER[1],
            ANGLEUNIT["degree",0.0174532925199433]],
        AXIS["geodetic longitude (Lon)",east,
            ORDER[2],
            ANGLEUNIT["degree",0.0174532925199433]],
    USAGE[
        SCOPE["Geodesy."],
        AREA["Australia - onshore and offshore. Papua New Guinea - onshore."],
        BBOX[-47.2,109.23,-1.3,163.2]],
    ID["EPSG",4202]]

Definition: ESRI Well Known Text

GEOGCS["GCS_Australian_1966",
    DATUM["D_Australian_1966",
        SPHEROID["Australian",6378160.0,298.25]],
    PRIMEM["Greenwich",0.0],
    UNIT["Degree",0.0174532925199433]]

Definition: PROJ.4

+proj=longlat +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,-0.303,-0.446,-0.234,-0.29 +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:4202","+proj=longlat +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,-0.303,-0.446,-0.234,-0.29 +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "GeographicCRS",
    "name": "AGD66",
    "datum": {
        "type": "GeodeticReferenceFrame",
        "name": "Australian Geodetic Datum 1966",
        "ellipsoid": {
            "name": "Australian National Spheroid",
            "semi_major_axis": 6378160,
            "inverse_flattening": 298.25
        }
    },
    "coordinate_system": {
        "subtype": "ellipsoidal",
        "axis": [
            {
                "name": "Geodetic latitude",
                "abbreviation": "Lat",
                "direction": "north",
                "unit": "degree"
            },
            {
                "name": "Geodetic longitude",
                "abbreviation": "Lon",
                "direction": "east",
                "unit": "degree"
            }
        ]
    },
    "scope": "Geodesy.",
    "area": "Australia - onshore and offshore. Papua New Guinea - onshore.",
    "bbox": {
        "south_latitude": -47.2,
        "west_longitude": 109.23,
        "north_latitude": -1.3,
        "east_longitude": 163.2
    },
    "id": {
        "authority": "EPSG",
        "code": 4202
    }
}

Definition: GeoServer

4202=GEOGCS["AGD66",DATUM["Australian_Geodetic_Datum_1966",SPHEROID["Australian National Spheroid",6378160,298.25],TOWGS84[-117.808,-51.536,137.784,-0.303,-0.446,-0.234,-0.29]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4202"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"ellps=aust_SA"
	"towgs84=-117.808,-51.536,137.784,-0.303,-0.446,-0.234,-0.29"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=longlat +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,-0.303,-0.446,-0.234,-0.29 +no_defs +type=crs">
	<Layer srs="+proj=longlat +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,-0.303,-0.446,-0.234,-0.29 +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4202, 'EPSG', 4202, '+proj=longlat +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,-0.303,-0.446,-0.234,-0.29 +no_defs +type=crs', 'GEOGCS["AGD66",DATUM["Australian_Geodetic_Datum_1966",SPHEROID["Australian National Spheroid",6378160,298.25],TOWGS84[-117.808,-51.536,137.784,-0.303,-0.446,-0.234,-0.29]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4202"]]');