Skip to content

Commit 00805d7

Browse files
authored
Add Australian land polygon and state/territory boundaries (#20)
1 parent fb9ce89 commit 00805d7

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

geodatasets/json/database.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,36 @@
763763
"filename": "wise_large_rivers.zip"
764764
}
765765
},
766+
767+
"abs": {
768+
"australia": {
769+
"url": "https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files/AUS_2021_AUST_SHP_GDA2020.zip",
770+
"license": "CC BY 4.0",
771+
"attribution": "Australian Bureau of Statistics (ABS)",
772+
"name": "abs.australia",
773+
"description": "Australia land polygon including Norfolk Island, the Territory of Christmas Island, and the Territory of Cocos (Keeling) Islands.",
774+
"geometry_type": "Polygon",
775+
"nrows": 2,
776+
"ncols": 7,
777+
"details": "https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files",
778+
"hash": "086752a6b0b3978247be201f02e02cd4e3c4f36d4f4ca74802e6831083b67129",
779+
"filename": "AUS_2021_AUST_SHP_GDA2020.zip"
780+
},
781+
"australia_states_territories": {
782+
"url": "https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files/STE_2021_AUST_SHP_GDA2020.zip",
783+
"license": "CC BY 4.0",
784+
"attribution": "Australian Bureau of Statistics (ABS)",
785+
"name": "abs.australia_states_territories",
786+
"description": "Australian state and territory boundaries.",
787+
"geometry_type": "Polygon",
788+
"nrows": 10,
789+
"ncols": 9,
790+
"details": "https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files",
791+
"hash":"d9b7f735de6085b37414faf011f796dda3c7f768c55e9dce01f96e790f399a21",
792+
"filename": "STE_2021_AUST_SHP_GDA2020.zip"
793+
}
794+
},
795+
766796
"naturalearth": {
767797
"land": {
768798
"url": "https://naciscdn.org/naturalearth/110m/physical/ne_110m_land.zip",
@@ -778,4 +808,4 @@
778808
"filename": "ne_110m_land.zip"
779809
}
780810
}
781-
}
811+
}

0 commit comments

Comments
 (0)