EPSG:8059

GDA2020 / SA Lambert

Available transformations
to EPSG:4326
No other targets exist for this CRS

Selected transformation

Method: Geocentric translations (geog2D domain)

Remarks: Approximation at the 3m level assuming WGS 84 is equivalent to GDA2020. Ignores the low accuracy of the WGS 84 ensemble and the inconsistent application of tectonic plate motion to WGS 84 data.

Information source: IOGP

Revision date: 2021-09-23

Attributes

Unit: metre

Geodetic CRS: GDA2020

Datum: Geocentric Datum of Australia 2020

Ellipsoid: GRS 1980

Prime meridian: Greenwich

Data source: EPSG

Information source: Development Division, South Australia Department of Planning, Transport and Infrastructure.

Revision date: 2017-05-15

Scope: State-wide spatial data management.

Area of use: Australia - South Australia.

Coordinate system: Cartesian 2D CS. Axes: easting, northing (E,N). Orientations: east, north. UoM: m.

Center coordinates
851005.08 1721086.68

Projected bounds:
-3827165.56 -1822591.14
5466644.57 4668973.04

WGS84 bounds:
93.41 -60.55
173.34 -8.47

Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore.
MapTiler banner

Definition: OGC Well Known Text

PROJCS["GDA2020 / SA Lambert",
    GEOGCS["GDA2020",
        DATUM["Geocentric_Datum_of_Australia_2020",
            SPHEROID["GRS 1980",6378137,298.257222101],
            TOWGS84[0,0,0,0,0,0,0]],
        PRIMEM["Greenwich",0,
            AUTHORITY["EPSG","8901"]],
        UNIT["degree",0.0174532925199433,
            AUTHORITY["EPSG","9122"]],
        AUTHORITY["EPSG","7844"]],
    PROJECTION["Lambert_Conformal_Conic_2SP"],
    PARAMETER["latitude_of_origin",-32],
    PARAMETER["central_meridian",135],
    PARAMETER["standard_parallel_1",-28],
    PARAMETER["standard_parallel_2",-36],
    PARAMETER["false_easting",1000000],
    PARAMETER["false_northing",2000000],
    UNIT["metre",1,
        AUTHORITY["EPSG","9001"]],
    AXIS["Easting",EAST],
    AXIS["Northing",NORTH],
    AUTHORITY["EPSG","8059"]]

Definition: OGC Well Known Text 2 (2019)

PROJCRS["GDA2020 / SA Lambert",
    BASEGEOGCRS["GDA2020",
        DATUM["Geocentric Datum of Australia 2020",
            ELLIPSOID["GRS 1980",6378137,298.257222101,
                LENGTHUNIT["metre",1]]],
        PRIMEM["Greenwich",0,
            ANGLEUNIT["degree",0.0174532925199433]],
        ID["EPSG",7844]],
    CONVERSION["South Australia Lambert",
        METHOD["Lambert Conic Conformal (2SP)",
            ID["EPSG",9802]],
        PARAMETER["Latitude of false origin",-32,
            ANGLEUNIT["degree",0.0174532925199433],
            ID["EPSG",8821]],
        PARAMETER["Longitude of false origin",135,
            ANGLEUNIT["degree",0.0174532925199433],
            ID["EPSG",8822]],
        PARAMETER["Latitude of 1st standard parallel",-28,
            ANGLEUNIT["degree",0.0174532925199433],
            ID["EPSG",8823]],
        PARAMETER["Latitude of 2nd standard parallel",-36,
            ANGLEUNIT["degree",0.0174532925199433],
            ID["EPSG",8824]],
        PARAMETER["Easting at false origin",1000000,
            LENGTHUNIT["metre",1],
            ID["EPSG",8826]],
        PARAMETER["Northing at false origin",2000000,
            LENGTHUNIT["metre",1],
            ID["EPSG",8827]]],
    CS[Cartesian,2],
        AXIS["(E)",east,
            ORDER[1],
            LENGTHUNIT["metre",1]],
        AXIS["(N)",north,
            ORDER[2],
            LENGTHUNIT["metre",1]],
    USAGE[
        SCOPE["State-wide spatial data management."],
        AREA["Australia - South Australia."],
        BBOX[-38.13,128.99,-25.99,141.01]],
    ID["EPSG",8059]]

Definition: ESRI Well Known Text

PROJCS["GDA2020_South_Australia_Lambert",
    GEOGCS["GCS_GDA2020",
        DATUM["GDA2020",
            SPHEROID["GRS_1980",6378137.0,298.257222101]],
        PRIMEM["Greenwich",0.0],
        UNIT["Degree",0.0174532925199433]],
    PROJECTION["Lambert_Conformal_Conic"],
    PARAMETER["False_Easting",1000000.0],
    PARAMETER["False_Northing",2000000.0],
    PARAMETER["Central_Meridian",135.0],
    PARAMETER["Standard_Parallel_1",-28.0],
    PARAMETER["Standard_Parallel_2",-36.0],
    PARAMETER["Latitude_Of_Origin",-32.0],
    UNIT["Meter",1.0]]

Definition: PROJ.4

+proj=lcc +lat_0=-32 +lon_0=135 +lat_1=-28 +lat_2=-36 +x_0=1000000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:8059","+proj=lcc +lat_0=-32 +lon_0=135 +lat_1=-28 +lat_2=-36 +x_0=1000000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.5/projjson.schema.json",
    "type": "ProjectedCRS",
    "name": "GDA2020 / SA Lambert",
    "base_crs": {
        "name": "GDA2020",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "Geocentric Datum of Australia 2020",
            "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": 7844
        }
    },
    "conversion": {
        "name": "South Australia Lambert",
        "method": {
            "name": "Lambert Conic Conformal (2SP)",
            "id": {
                "authority": "EPSG",
                "code": 9802
            }
        },
        "parameters": [
            {
                "name": "Latitude of false origin",
                "value": -32,
                "unit": "degree",
                "id": {
                    "authority": "EPSG",
                    "code": 8821
                }
            },
            {
                "name": "Longitude of false origin",
                "value": 135,
                "unit": "degree",
                "id": {
                    "authority": "EPSG",
                    "code": 8822
                }
            },
            {
                "name": "Latitude of 1st standard parallel",
                "value": -28,
                "unit": "degree",
                "id": {
                    "authority": "EPSG",
                    "code": 8823
                }
            },
            {
                "name": "Latitude of 2nd standard parallel",
                "value": -36,
                "unit": "degree",
                "id": {
                    "authority": "EPSG",
                    "code": 8824
                }
            },
            {
                "name": "Easting at false origin",
                "value": 1000000,
                "unit": "metre",
                "id": {
                    "authority": "EPSG",
                    "code": 8826
                }
            },
            {
                "name": "Northing at false origin",
                "value": 2000000,
                "unit": "metre",
                "id": {
                    "authority": "EPSG",
                    "code": 8827
                }
            }
        ]
    },
    "coordinate_system": {
        "subtype": "Cartesian",
        "axis": [
            {
                "name": "Easting",
                "abbreviation": "E",
                "direction": "east",
                "unit": "metre"
            },
            {
                "name": "Northing",
                "abbreviation": "N",
                "direction": "north",
                "unit": "metre"
            }
        ]
    },
    "scope": "State-wide spatial data management.",
    "area": "Australia - South Australia.",
    "bbox": {
        "south_latitude": -38.13,
        "west_longitude": 128.99,
        "north_latitude": -25.99,
        "east_longitude": 141.01
    },
    "id": {
        "authority": "EPSG",
        "code": 8059
    }
}

Definition: GeoServer

8059=PROJCS["GDA2020 / SA Lambert",GEOGCS["GDA2020",DATUM["Geocentric_Datum_of_Australia_2020",SPHEROID["GRS 1980",6378137,298.257222101],TOWGS84[0,0,0,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","7844"]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["latitude_of_origin",-32],PARAMETER["central_meridian",135],PARAMETER["standard_parallel_1",-28],PARAMETER["standard_parallel_2",-36],PARAMETER["false_easting",1000000],PARAMETER["false_northing",2000000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","8059"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=lcc"
	"lat_0=-32"
	"lon_0=135"
	"lat_1=-28"
	"lat_2=-36"
	"x_0=1000000"
	"y_0=2000000"
	"ellps=GRS80"
	"towgs84=0,0,0,0,0,0,0"
	"units=m"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=lcc +lat_0=-32 +lon_0=135 +lat_1=-28 +lat_2=-36 +x_0=1000000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs">
	<Layer srs="+proj=lcc +lat_0=-32 +lon_0=135 +lat_1=-28 +lat_2=-36 +x_0=1000000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 8059, 'EPSG', 8059, '+proj=lcc +lat_0=-32 +lon_0=135 +lat_1=-28 +lat_2=-36 +x_0=1000000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs', 'PROJCS["GDA2020 / SA Lambert",GEOGCS["GDA2020",DATUM["Geocentric_Datum_of_Australia_2020",SPHEROID["GRS 1980",6378137,298.257222101],TOWGS84[0,0,0,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","7844"]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["latitude_of_origin",-32],PARAMETER["central_meridian",135],PARAMETER["standard_parallel_1",-28],PARAMETER["standard_parallel_2",-36],PARAMETER["false_easting",1000000],PARAMETER["false_northing",2000000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","8059"]]');