Baselight

Total Wildfires & Acres Affected (1983 - 2020)

USA - Total Wildfires, Acres Affected & Suppression Costs

@kaggle.kkhandekar_total_wildfires_acres_affected_1983_2020

About this Dataset

Total Wildfires & Acres Affected (1983 - 2020)

USA - Total Wildfires, Acres Affected & Suppression Costs

Total Wildland Fires and Acres (1983-2020). Prior to 1983, the federal wildland fire agencies did not track official wildfire data using current reporting processes. As a result, there is no official data prior to 1983.

Federal Firefighting Costs (Suppression Only)

Acknowledgements

https://www.nifc.gov/

Tables

Federal Firefighting Costs Suppression Only

@kaggle.kkhandekar_total_wildfires_acres_affected_1983_2020.federal_firefighting_costs_suppression_only
  • 6.3 KB
  • 36 rows
  • 6 columns
Loading...

CREATE TABLE federal_firefighting_costs_suppression_only (
  "year" BIGINT,
  "fires" BIGINT,
  "acres" BIGINT,
  "forestservice" VARCHAR,
  "doiagencies" VARCHAR,
  "total" VARCHAR
);

Total Wildland Fires And Acres 1983–2020

@kaggle.kkhandekar_total_wildfires_acres_affected_1983_2020.total_wildland_fires_and_acres_1983_2020
  • 3.49 KB
  • 38 rows
  • 3 columns
Loading...

CREATE TABLE total_wildland_fires_and_acres_1983_2020 (
  "year" BIGINT,
  "fires" BIGINT,
  "acres" VARCHAR
);