ODF Fire Occurrence Data 2000-2022
Oregon Dept of Forestry statistical wildfires from 2000 through 2022. Point locations and fire causes included.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"oregon-gov/odf-fire-occurrence-data-20002022-fbwv-q84y\".\"odf_fire_occurrence_data_20002022\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.