Title: | Use the Australian Statistical Geography Standard in R |
---|---|
Description: | Access maps, layers and data provided by the Australian Statistical Geography Standard (ASGS) via the ABS web service. Available spatial objects include Indigenous Structures, Statistical Areas (SA1, SA2, SA3 and SA4), states and territories, postcode approximations (POAs), suburbs and localities, local government areas (LGAs), state and federal electorates, remoteness areas and the mesh blocks from which each of these are constructed. Requests are cached to avoid repeatedly fetching large quantities of data from the ABS web servers. |
Authors: | Sam Gardiner [aut, cre] |
Maintainer: | Sam Gardiner <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.1.0 |
Built: | 2024-11-11 06:32:02 UTC |
Source: | https://github.com/gardiners/ozgs |
Fetch ASGS geometries for the Australian Drainage Divisions (ADDs) geography.
add( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
add( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
Australian Drainage Divisions (ADDs) are an ABS Mesh Block approximation of drainage divisions as provided through the Australian Hydrological Geospatial Fabric (V3.2.1). Please note that ABS approximated boundaries do not match official legal or administrative boundaries and should only be used for statistical purposes. Further information about these regions can be found in the following publication: Australian Statistical Geography Standard (ASGS) Edition 3 https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
ADD | 1 | 2011 |
ADD | 2 | 2016 |
ADD | 3 | 2021 |
Fetch ASGS geometries for the Australia (AUS) geography.
aus( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
aus( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
Australia is the largest spatial unit in the Main Structure and in the Australian Statistical Geography Standard (ASGS). All ASGS boundaries aggregate to Australia.
Further information about these regions can be found in the following publication: Australian Statistical Geography Standard (ASGS) Edition 3
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
AUS | 1 | 2011 |
AUS | 2 | 2016 |
AUS | 3 | 2021 |
Fetch ASGS geometries for the Commonwealth Electoral Divisions (CEDs) geography.
ced( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
ced( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
Commonwealth Electoral Divisions (CED) are an ABS MB approximation of Australian Electoral Commission (AEC) federal electoral division boundaries. An Australian Electoral Commission electoral division boundary is an area legally prescribed for the purpose of returning one member to the House of Representatives, Australia's Federal Lower House of Parliament. Boundaries are based on the Australian Electoral Commission electoral division boundaries available prior to publication. Commonwealth Electoral Divisions may change as the Australian Electoral Commission revise their boundaries. Where this occurs, Commonwealth Electoral Divisions will be updated on an annual basis in conjunction with updates of other Non ABS Structures. Please note that ABS approximated boundaries do not match official legal or administrative boundaries and should only be used for statistical purposes. Further information about these regions can be found in the following publication: Australian Statistical Geography Standard (ASGS) Edition 3 https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
CED | 1 | 2011 |
CED | 1 | 2012 |
CED | 2 | 2016 |
CED | 2 | 2017 |
CED | 2 | 2018 |
CED | 3 | 2021 |
Fetch ASGS geometries for the Destination Zones (DZNs) geography.
dzn( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
dzn( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
Destination Zones are co-designed with state and territory transport authorities. DZNs are designed from either whole or aggregations of Mesh Blocks (MB) and they align to Statistical Area Level 2 boundaries. They have no relationship to Statistical Area Level 1 boundaries. Destination Zones were incorporated as part of the ASGS for the first time in 2021. Further information about these regions can be found in the following publication: Australian Statistical Geography Standard (ASGS) Edition 3 https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
DZN | 2 | 2016 |
DZN | 3 | 2021 |
Fetch ASGS geometries for the Greater Capital City Statistical Areas (GCCSAs) geography.
gccsa( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
gccsa( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
Greater Capital City Statistical Areas (GCCSA) are geographical areas built from Statistical Areas Level 4 (SA4).
Further information about these regions can be found in the following publication: Australian Statistical Geography Standard (ASGS) Edition 3
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
GCCSA | 1 | 2011 |
GCCSA | 2 | 2016 |
GCCSA | 3 | 2021 |
get_geography()
downloads and caches the geometries and data defined by a
specified ASGS geography, with optional filtering using SQL or spatial
queries.
get_geography( geography, identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
get_geography( geography, identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
geography |
The name of the ASGS geography to download. Valid choices are ADD, AUS, CED, DZN, GCCSA, IARE, ILOC, IREG, LGA, MB, NRMR, POA, RA, S/T, SA1, SA2, SA3, SA4, ..., TR, and UCL. |
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
Returns a sf
spatial data frame with geometry and data for the
requested ASGS geography.
Fetch ASGS geometries for the Indigenous Areas (IAREs) geography.
iare( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
iare( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
Indigenous Areas are medium sized geographic areas built from whole Indigenous Locations. They are designed for the release and analysis of more detailed statistics for Aboriginal and Torres Strait Islander people. Changes to Indigenous Areas are determined through consultation with the Centre for Aboriginal and Torres Strait Islander Statistics based on statistical and community requirements. Whole Indigenous Areas aggregate to form Indigenous Regions. Further information about these regions can be found in the following publication: Australian Statistical Geography Standard (ASGS) Edition 3 https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
IARE | 1 | 2011 |
IARE | 2 | 2016 |
IARE | 3 | 2021 |
Fetch ASGS geometries for the Indigenous Locations (ILOCs) geography.
iloc( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
iloc( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
Indigenous Locations (ILOCs) are geographic areas built from whole Statistical Areas Level 1 (SA1s). Indigenous Locations are designed to represent Aboriginal and Torres Strait Islander communities with a minimum population of about 90 people. Changes to Indigenous Locations are determined through consultation with the Centre for Aboriginal and Torres Strait Islander Statistics based on statistical and community requirements. Whole Indigenous Locations aggregate to form Indigenous Areas (IAREs). Further information about these regions can be found in the following publication: Australian Statistical Geography Standard (ASGS) Edition 3 https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
ILOC | 1 | 2011 |
ILOC | 2 | 2016 |
ILOC | 3 | 2021 |
Fetch ASGS geometries for the Indigenous Regions (IREGs) geography.
ireg( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
ireg( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
Indigenous Regions (IREGs) are large geographic areas built from whole Indigenous Areas. Changes to Indigenous Regions are determined through consultation with the Centre for Aboriginal and Torres Strait Islander Statistics based on statistical and community requirements. Further information about these regions can be found in the following publication: Australian Statistical Geography Standard (ASGS) Edition 3 https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
IREG | 1 | 2011 |
IREG | 2 | 2016 |
IREG | 3 | 2021 |
Fetch ASGS geometries for the Local Government Areas (LGAs) geography.
lga( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
lga( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
Local Government Areas (LGAs) are an ABS Mesh Block representation of gazetted local government boundaries as defined by each state and territory. Please note that ABS approximated boundaries do not match official legal or administrative boundaries and should only be used for statistical purposes. Officially gazetted Local Government Areas change regularly. The ABS updates approximated Local Government Areas annually. Further information about these regions can be found in the following publication: Australian Statistical Geography Standard (ASGS) Edition 3 https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
LGA | 1 | 2011 |
LGA | 1 | 2012 |
LGA | 1 | 2013 |
LGA | 1 | 2014 |
LGA | 1 | 2015 |
LGA | 2 | 2016 |
LGA | 2 | 2017 |
LGA | 2 | 2018 |
LGA | 2 | 2019 |
LGA | 2 | 2020 |
LGA | 3 | 2021 |
LGA | 3 | 2022 |
LGA | 3 | 2023 |
Fetch ASGS geometries for the Mesh Blocks (MBs) geography.
mb( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
mb( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
Mesh Blocks are the smallest geographic areas defined by the ABS.
Further information about these regions can be found in the following publication: Australian Statistical Geography Standard (ASGS) Edition 3
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
MB | 1 | 2011 |
MB | 2 | 2016 |
MB | 3 | 2021 |
Fetch ASGS geometries for the National Resource Management Regions (NRMRs) geography.
nrmr( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
nrmr( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
Natural Resource Management Regions (NRMRs) are an ABS approximation of Natural Resource Management regions (NRM). They are administrative regions primarily used by the Department of the Environment and Energy and the Department of Agriculture and Water Resources who share responsibility for delivery of the Australian Government's environment and sustainable agriculture programs, which are broadly referred to as Natural Resource Management (NRM). Further information about these regions can be found in the following publication: Australian Statistical Geography Standard (ASGS): Volume 3 - Non ABS Structure, July 2016 (cat no. 1270.0.55.003). http://www.abs.gov.au/ausstats/[email protected]/mf/1270.0.55.003
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
NRMR | 1 | 2011 |
NRMR | 2 | 2016 |
Fetch ASGS geometries for the Postal Areas (POAs) geography.
poa( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
poa( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
Postal Areas (POAs) are an ABS Mesh Block approximation of a general definition of postcodes. A postcode is a four digit number used by Australia Post to assist with mail delivery. Postcodes cover most, but not all, of Australia whereas Postal Areas cover the whole of geographic Australia. Please note that ABS approximated boundaries do not match official legal or administrative boundaries and should only be used for statistical purposes. Further information about these regions can be found in the following publication: Australian Statistical Geography Standard (ASGS) Edition 3 https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
POA | 1 | 2011 |
POA | 2 | 2016 |
POA | 3 | 2021 |
Fetch ASGS geometries for the Remoteness Areas (RAs) geography.
ra( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
ra( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
The Remoteness Areas divide Australia into 5 classes of remoteness on the basis of relative access to services for the purpose of releasing and analysing statistical data. Access to services is measured using the Accessibility and Remoteness Index of Australia (ARIA+), provided by the Hugo Centre for Migration and Population Research at the University of Adelaide. Remoteness Areas are aggregates of Statistical Areas Level 1 (SA1s) that are grouped together based on their average ARIA+ score. These areas are redefined every five years and data from the Census of Population and Housing as well as other survey data are released on the Remoteness Areas.
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
RA | 1 | 2011 |
RA | 2 | 2016 |
RA | 3 | 2021 |
Fetch ASGS geometries for the Statistical Areas Level 1 (SA1s) geography.
sa1( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
sa1( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
Statistical Areas Level 1 are geographical areas built from whole Mesh Blocks. Whole SA1s aggregate to form Statistical Areas Level 2 in the ASGS Main Structure.
Further information about these regions can be found in the following publication: Australian Statistical Geography Standard (ASGS) Edition 3
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
SA1 | 1 | 2011 |
SA1 | 2 | 2016 |
SA1 | 3 | 2021 |
Fetch ASGS geometries for the Statistical Areas Level 2 (SA2s) geography.
sa2( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
sa2( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
Statistical Areas Level 2 (SA2) are medium-sized general purpose areas built from whole Statistical Areas Level 1 (SA1). Whole SA2s aggregate to form Statistical Areas Level 3 (SA3) in the ASGS Main Structure.
Further information about these regions can be found in the following publication: Australian Statistical Geography Standard (ASGS) Edition 3
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
SA2 | 1 | 2011 |
SA2 | 2 | 2016 |
SA2 | 3 | 2021 |
Fetch ASGS geometries for the Statistical Areas Level 3 (SA3s) geography.
sa3( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
sa3( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
Statistical Areas Level 3 (SA3) are geographical areas built from whole Statistical Areas Level 2 (SA2). Whole SA3s aggregate to form Statistical Areas Level 4 (SA4) in the ASGS Main Structure.
Further information about these regions can be found in the following publication: Australian Statistical Geography Standard (ASGS) Edition 3
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
SA3 | 1 | 2011 |
SA3 | 2 | 2016 |
SA3 | 3 | 2021 |
Fetch ASGS geometries for the Statistical Areas Level 4 (SA4s) geography.
sa4( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
sa4( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
Statistical Areas Level 4 (SA4) are geographical areas built from whole Statistical Areas Level 3 (SA3).
Further information about these regions can be found in the following publication: Australian Statistical Geography Standard (ASGS) Edition 3
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
SA4 | 1 | 2011 |
SA4 | 2 | 2016 |
SA4 | 3 | 2021 |
Fetch ASGS geometries for the Suburbs and Localities (SALs) geography.
sal( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
sal( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
Suburbs and Localities (SALs), formerly State Suburbs (SSCs), are an ABS Mesh Block approximation of gazetted localities. Gazetted localities refer to boundaries of suburbs in cities and larger towns and localities in other locations. Gazetted localities cover most of Australia. Please note that ABS approximated boundaries do not match official legal or administrative boundaries and should only be used for statistical purposes. Further information about these regions can be found in the following publication: Australian Statistical Geography Standard (ASGS) Edition 3 https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
SAL | 3 | 2021 |
Fetch ASGS geometries for the State Electoral Divisions (SEDs) geography.
sed( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
sed( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
State Electoral Divisions (SED) are an ABS Mesh Block approximation of state electoral districts. A state electoral district is an area legally prescribed for the purpose of returning one or more members to the State or Territory Lower Houses of Parliament, or the relevant equivalent. Boundaries are based on the most up to date state electoral districts available prior to publication. State Electoral Divisions may change as State or Territory authorities revise their boundaries. Where this occurs, State Electoral Divisions will be updated on an annual basis in conjunction with updates of other Non ABS Structures. Please note that ABS approximated boundaries do not match official legal or administrative boundaries and should only be used for statistical purposes. Further information about these regions can be found in the following publication: Australian Statistical Geography Standard (ASGS) Edition 3 https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
SED | 1 | 2011 |
SED | 2 | 2016 |
SED | 2 | 2017 |
SED | 2 | 2018 |
SED | 2 | 2019 |
SED | 2 | 2020 |
SED | 3 | 2021 |
SED | 3 | 2022 |
Fetch ASGS geometries for the Section of State (SOS) geography.
sos( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
sos( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
Section of State (SOS) is created by grouping together Urban Centres and Localities (UCLs) into broad classes based on population size. The population sizes are based on the 2021 Census of Population and Housing.
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
SOS | 1 | 2011 |
SOS | 2 | 2016 |
SOS | 3 | 2021 |
Fetch ASGS geometries for the Section of State Range (SOSR) geography.
sosr( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
sosr( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
Section of State Range (SOSR) is created by grouping together Urban Centres and Localities (UCLs) into broad classes based on population size. The population sizes are based on the 2021 Census of Population and Housing.
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
SOSR | 1 | 2011 |
SOSR | 2 | 2016 |
SOSR | 3 | 2021 |
Fetch ASGS geometries for the State Suburbs (SSCs) geography.
ssc( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
ssc( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
State Suburbs (SSCs) are an ABS approximation of localities gazetted by the Geographical Place Name authority in each State and Territory. Gazetted Localities are the officially recognised boundaries of suburbs (in cities and larger towns) and localities (outside cities and larger towns). Gazetted Localities cover most of Australia. Further information about these regions can be found in the following publication: Australian Statistical Geography Standard (ASGS): Volume 3 - Non ABS Structure, July 2016 (cat no. 1270.0.55.003). http://www.abs.gov.au/ausstats/[email protected]/mf/1270.0.55.003
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
SSC | 1 | 2011 |
SSC | 2 | 2016 |
Fetch ASGS geometries for the State and Territory (S/T) geography.
ste( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
ste( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
States and Territories consist of one or more Statistical Areas Level 4 (SA4).
Six States and six Territories are recognised in the ASGS:
New South Wales, Victoria, Queensland, South Australia, Western Australia, Tasmania, Northern Territory, Australian Capital Territory, Jervis Bay Territory, Territory of Christmas Island, Territory of the Cocos (Keeling) Islands, and Territory of Norfolk Island.
Further information about these regions can be found in the following publication: Australian Statistical Geography Standard (ASGS) Edition 3
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
STE | 1 | 2011 |
STE | 2 | 2016 |
STE | 3 | 2021 |
Fetch ASGS geometries for the Significant Urban Areas (SUAs) geography.
sua( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
sua( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
Significant Urban Areas (SUA) represent significant towns and cities of 10,000 people or more. They are based on Urban Centres and Localities (UCLs) but are defined by the larger Statistical Areas Level 2 (SA2s).
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
SUA | 1 | 2011 |
SUA | 2 | 2016 |
SUA | 3 | 2021 |
Fetch ASGS geometries for the Tourism Regions (TRs) geography.
tr( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
tr( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
Tourism Regions (TRs) are an ABS SA2 approximation of tourism regions as provided by Tourism Research Australia. They are administrative regions primarily used by Tourism Research Australia for research and policy purposes. Please note that ABS approximated boundaries do not match official legal or administrative boundaries and should only be used for statistical purposes. Further information about these regions can be found in the following publication: Australian Statistical Geography Standard (ASGS) Edition 3 https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
TR | 1 | 2015 |
TR | 2 | 2016 |
TR | 3 | 2021 |
Fetch ASGS geometries for the Urban Centres and Localities (UCLs) geography.
ucl( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
ucl( identifier = NULL, edition = NULL, reference_date = NULL, layer = c("gen", "full", "point"), where = NULL, filter_geom = NULL, predicate = c("intersects", "contains", "crosses", "overlaps", "touches", "within"), cache = getOption("ozgs.cache"), ... )
identifier |
An optional character vector of named features to download
from the specified geography. For most ASGS geographies, these are
human-friendly names like e.g. "Tasmania" (a feature within the STE
geography), "Sydney" (a feature within the LGA geography) or "2150" (a
feature within the POA geography). If specified, |
edition |
An ASGS edition: |
reference_date |
The geography's year of release. For most geographies,
|
layer |
One of:
|
where |
An optional SQL WHERE clause to filter the features returned by
the request. Ignored if |
filter_geom |
An optional |
predicate |
An optional spatial predicate to specify the relation
between |
cache |
A |
... |
Additional arguments passed to |
Urban Centres and Localities (UCLs) represent areas of concentrated urban development. These areas of urban development are primarily identified using dwelling and population density criteria and data from the 2021 Census.
The following combinations of ASGS edition
and reference_date
are available:
geography |
edition |
reference_date |
UCL | 1 | 2011 |
UCL | 2 | 2016 |
UCL | 3 | 2021 |