The NW_Megafires
dataset provides a quickly loadable
version of a mts_monitor object for practicing and code examples.
NW_Megafires
A mts_monitor object with 1080 rows and 143 columns of data.
In the summer of 2015, Washington state had several catastrophic wildfires that led to many days of heavy smoke in eastern Washington, Oregon and northern Idaho. The NW_Megafires dataset contains monitoring data for the Pacific Northwest from July 24 through September 06, 2015.
This dataset was generated on 2022-10-28 by running:
library(AirMonitor)
NW_Megafires <-
monitor_loadAnnual(2015, epaPreference = "epa_aqs")
monitor_filterMeta(stateCode
monitor_filterDate(20150724, 20150907, timezone = "America/Los_Angeles")
monitor_dropEmpty()
save(NW_Megafires, file = "data/NW_Megafires.rda")