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.

Source: ABARES · connector code
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 subsetsiosubsets sync --bundle small # or medium, or largesubsets serve # search + SQL at http://localhost:8080Free 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 →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.