Australia's Indigenous Land and Forest Estate (2024) — National Grid Cross-Tabulation

One row per unique class of the continental 'Australia's Indigenous land and forest estate (2024)' raster: state/territory (9 values), binary flags for Indigenous owned (ind_own), Indigenous managed (ind_mng), Indigenous co-managed (ind_comng), other special rights (ind_osr) and total Indigenous estate (ind_est), descriptive labels for those combinations (ind_desc, ind_fdes), and forest cover attributes from Forests of Australia (2023): forest category (native forest, commercial plantation, other forest, non-forest) and forest type (23 national types, e.g. Eucalypt woodlands, Acacia). The `count` column is the number of grid cells in that class — an area proxy, not hectares. 970 rows; frozen 2024 edition compiled by ABARES for the National Forest Inventory. Tabular summary of a spatial dataset, no coordinates included.

abares-australia-s-indigenous-land-and-forest-estate-2024·20 columns·28 KB·Creative Commons Attribution 4.0 International (CC BY 4.0)·updated 1mo ago

Schema

rowidVARCHAR
valueVARCHAR
countVARCHAR
stateVARCHAR
ind_ownVARCHAR
ind_mngVARCHAR
ind_comngVARCHAR
ind_osrVARCHAR
ind_estVARCHAR
overlapVARCHAR
ind_descVARCHAR
ind_fdesVARCHAR
for_categoryVARCHAR
for_catVARCHAR
for_typeVARCHAR
sym_ioVARCHAR
sym_imcmVARCHAR
sym_osrVARCHAR
sym_ieVARCHAR
ind_codeVARCHAR

Get this dataset on your machine

subsets sync --bundle medium clones the mid-size tiers as queryable local tables — use --bundle large for the widest tier

pip install subsetsio
subsets sync --bundle small # or medium, or large
subsets serve # search + SQL at http://localhost:8080

Free and open — the data syncs straight from the public bucket, and search + SQL run entirely on your machine. See docs →

Query it locally

Full docs →
Bash
subsets serve   # local API on http://localhost:8080
curl -s -X POST "http://localhost:8080/query" \
  -H "Content-Type: application/json" \
  -d '{"sql": "SELECT * FROM \"abares-australia-s-indigenous-land-and-forest-estate-2024\" LIMIT 5"}'

No account, no API key — the data syncs straight from bundles.subsets.io and every query runs on your machine. See the local API reference.