Fires in Australia's Forests 2016–21 — Planned and Unplanned Burn Extent Grid Cross-Tabulation

One row per unique class of the continental 'Fires in Australia's Forests 2016-21 (2024)' raster: state/territory, forest tenure code (for_ten: PRIV, LEASE, NCR, OCL, MUF and others), forest category (native forest, commercial plantation, other forest, non-forest), and per-financial-year fire indicators fire_1617 through fire_2021 marking each of the five years July 2016 - June 2021 as 'P' (planned/prescribed burn), 'U' (unplanned bushfire/wildfire) or blank (not burnt). for_burns counts the years burnt (-9 sentinel to 5) and for_burn_t labels the burn combination; `count` is the number of grid cells in the class — an area proxy, not hectares. 38,455 rows; frozen dataset compiled in 2024 by ABARES for Australia's State of the Forests Report Indicator 3.1b, from state and territory fire-agency data intersected with Forests of Australia (2023) cover and forest tenure. Tabular summary of a spatial dataset, no coordinates included.

abares-fires-in-australia-s-forests-2016-21-2024·15 columns·704 KB·Creative Commons Attribution 4.0 International (CC BY 4.0)·updated 2mo ago

Schema

oidVARCHAR
valueVARCHAR
countVARCHAR
for_tenVARCHAR
for_categoVARCHAR
forestVARCHAR
stateVARCHAR
fire_1617VARCHAR
fire_1718VARCHAR
fire_1819VARCHAR
fire_1920VARCHAR
fire_2021VARCHAR
all_fireVARCHAR
for_burnsVARCHAR
for_burn_tVARCHAR

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-fires-in-australia-s-forests-2016-21-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.