degree
Geodesy.
None
Australia - onshore and offshore. Papua New Guinea - onshore.
Data Source: EPSG v11.022 2024-11-05
Datum: Australian Geodetic Datum 1966
Coordinate System: ellipsoidal
Projection: Undefined
Geodetic CRS: Undefined
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]]
{
"$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
}
}
{'crs_wkt': '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]]',
'geographic_crs_name': 'AGD66',
'grid_mapping_name': 'latitude_longitude',
'horizontal_datum_name': 'Australian Geodetic Datum 1966',
'inverse_flattening': 298.25,
'longitude_of_prime_meridian': 0.0,
'prime_meridian_name': 'Greenwich',
'reference_ellipsoid_name': 'Australian National Spheroid',
'semi_major_axis': 6378160.0,
'semi_minor_axis': 6356774.719195305}