Skip to content

Commit

Permalink
Add Australian land polygon and state/territory boundaries (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
the6p4c committed Apr 28, 2024
1 parent fb9ce89 commit 00805d7
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion geodatasets/json/database.json
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,36 @@
"filename": "wise_large_rivers.zip"
}
},

"abs": {
"australia": {
"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",
"license": "CC BY 4.0",
"attribution": "Australian Bureau of Statistics (ABS)",
"name": "abs.australia",
"description": "Australia land polygon including Norfolk Island, the Territory of Christmas Island, and the Territory of Cocos (Keeling) Islands.",
"geometry_type": "Polygon",
"nrows": 2,
"ncols": 7,
"details": "https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files",
"hash": "086752a6b0b3978247be201f02e02cd4e3c4f36d4f4ca74802e6831083b67129",
"filename": "AUS_2021_AUST_SHP_GDA2020.zip"
},
"australia_states_territories": {
"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",
"license": "CC BY 4.0",
"attribution": "Australian Bureau of Statistics (ABS)",
"name": "abs.australia_states_territories",
"description": "Australian state and territory boundaries.",
"geometry_type": "Polygon",
"nrows": 10,
"ncols": 9,
"details": "https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files",
"hash":"d9b7f735de6085b37414faf011f796dda3c7f768c55e9dce01f96e790f399a21",
"filename": "STE_2021_AUST_SHP_GDA2020.zip"
}
},

"naturalearth": {
"land": {
"url": "https://naciscdn.org/naturalearth/110m/physical/ne_110m_land.zip",
Expand All @@ -778,4 +808,4 @@
"filename": "ne_110m_land.zip"
}
}
}
}

0 comments on commit 00805d7

Please sign in to comment.