EPSG:4203

AGD84

Selected transformation

Method: NTv2

Grid Files: wa_0400.gsb

Remarks: Withdrawn and replaced by AGD84 to GDA94 (4) (code 1593) due to binary file format error. Input expects longitudes to be positive west; EPSG GeogCRS AGD84 (code 4203) and GDA94 (code 4283) have longitudes positive east.

Information source: http://www.dola.wa.gov.au/lotl/survey_geodesy/gda1994/download.html

Revision date: 2010-03-30

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: AGD84

Datum: Australian Geodetic Datum 1984

Ellipsoid: Australian National Spheroid

Prime meridian: Greenwich

Data source: EPSG

Information source: "GDA technical manual v2_2", Intergovernmental Committee on Surveying and Mapping. www.anzlic.org.au/icsm/gdtm/

Revision date: 2021-03-18

Scope: Geodesy.

Remarks: National system replacing AGD66 but officially adopted only in Queensland, South Australia and Western Australia. Replaced by GDA94.

Area of use: Australia - Queensland, South Australia, Western Australia, federal areas offshore west of 129°E.

Coordinate system: Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree

Center coordinates
inf inf

WGS84 bounds:
112.85 -35.19
129.01 -13.67

Australia - Western Australia.
MapTiler banner

Definition: OGC Well Known Text 2 (2019)

BOUNDCRS[
    SOURCECRS[
        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]]],
    TARGETCRS[
        GEOGCRS["GDA94",
            DATUM["Geocentric Datum of Australia 1994",
                ELLIPSOID["GRS 1980",6378137,298.257222101,
                    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["Horizontal component of 3D system."],
                AREA["Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore."],
                BBOX[-60.55,93.41,-8.47,173.34]],
            ID["EPSG",4283]]],
    ABRIDGEDTRANSFORMATION["AGD84 to GDA94 (3)",
        METHOD["NTv2",
            ID["EPSG",9615]],
        PARAMETERFILE["Latitude and longitude difference file","wa_0400.gsb"],
        USAGE[
            SCOPE["Transformation of coordinates at 0.1m level of accuracy."],
            AREA["Australia - Western Australia."],
            BBOX[-35.19,112.85,-13.67,129.01]],
        ID["EPSG",1559],
        REMARK["Withdrawn and replaced by AGD84 to GDA94 (4) (code 1593) due to binary file format error. Input expects longitudes to be positive west; EPSG GeogCRS AGD84 (code 4203) and GDA94 (code 4283) have longitudes positive east."]]]

Definition: PROJ.4

+proj=longlat +ellps=aust_SA +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:4203","+proj=longlat +ellps=aust_SA +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "BoundCRS",
    "source_crs": {
        "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"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 4203
        }
    },
    "target_crs": {
        "type": "GeographicCRS",
        "name": "GDA94",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "Geocentric Datum of Australia 1994",
            "ellipsoid": {
                "name": "GRS 1980",
                "semi_major_axis": 6378137,
                "inverse_flattening": 298.257222101
            }
        },
        "coordinate_system": {
            "subtype": "ellipsoidal",
            "axis": [
                {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                },
                {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 4283
        }
    },
    "transformation": {
        "name": "AGD84 to GDA94 (3)",
        "method": {
            "name": "NTv2",
            "id": {
                "authority": "EPSG",
                "code": 9615
            }
        },
        "parameters": [
            {
                "name": "Latitude and longitude difference file",
                "value": "wa_0400.gsb",
                "id": {
                    "authority": "EPSG",
                    "code": 8656
                }
            }
        ],
        "id": {
            "authority": "EPSG",
            "code": 1559
        }
    }
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"ellps=aust_SA"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=longlat +ellps=aust_SA +no_defs +type=crs">
	<Layer srs="+proj=longlat +ellps=aust_SA +no_defs +type=crs">
	</Layer>
</Map>