Coordinate Frame rotation (geog2D domain)
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.
OGP
2021-09-23
degree (supplier to define representation)
Australian Geodetic Datum 1966
EPSG
Australian Commonwealth Gazette No. 84, 6th October 1966.
2019-09-17
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: 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: 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"]]');