degree
Geodesy.
None
Australia - Queensland, South Australia, Western Australia, federal areas offshore west of 129°E.
Data Source: EPSG v11.022 2024-11-05
Datum: Australian Geodetic Datum 1984
Coordinate System: ellipsoidal
Projection: Undefined
Geodetic CRS: Undefined
GEOGCRS["AGD84",
DATUM["Australian Geodetic Datum 1984",
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 - Queensland, South Australia, Western Australia, federal areas offshore west of 129°E."],
BBOX[-38.53,109.23,-9.37,153.61]],
ID["EPSG",4203]]
{
"$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
"type": "GeographicCRS",
"name": "AGD84",
"datum": {
"type": "GeodeticReferenceFrame",
"name": "Australian Geodetic Datum 1984",
"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 - Queensland, South Australia, Western Australia, federal areas offshore west of 129°E.",
"bbox": {
"south_latitude": -38.53,
"west_longitude": 109.23,
"north_latitude": -9.37,
"east_longitude": 153.61
},
"id": {
"authority": "EPSG",
"code": 4203
}
}
{'crs_wkt': 'GEOGCRS["AGD84",DATUM["Australian Geodetic Datum '
'1984",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 '
'- Queensland, South Australia, Western Australia, federal areas '
'offshore west of '
'129°E."],BBOX[-38.53,109.23,-9.37,153.61]],ID["EPSG",4203]]',
'geographic_crs_name': 'AGD84',
'grid_mapping_name': 'latitude_longitude',
'horizontal_datum_name': 'Australian Geodetic Datum 1984',
'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}