bushfires | R Documentation |
This data was collated by Weihao (Patrick) Li as part of his Honours research at Monash University. It contains fire ignitions as detected from satellite hotspots, and processed using the spotoroo package, augmented with measurements on weather, vegetation, proximity to human activity. The cause variable is predicted based on historical fire ignition data collected by County Fire Authority personnel.
A dataset with 1021 rows and 60 columns
unique id, and spatiotemporal information for each fire ignition
vegetation variables
average rainfall, on that day, and over last 7, ..., 720 days
solar exposure, on that day, and over last 7, ..., 720 days
max temperature, on that day, and over last 7, ..., 720 days
min temperature, on that day, and over last 7, ..., 720 days
average wind speed, on that day, and for last 1-24 months
distance to nearest road
distance to nearest county fire authority facility
distance to nearest camp site
predicted ignition cause, accident, arson, burning_off, lightning
require(dplyr)
data(bushfires)
glimpse(bushfires)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.