ForestFires {Lock5Data} | R Documentation |
Forest Fires
Description
Characteristics of forest fires in Montesinho park (Portugal)
Format
A data frame with 517 observations on the following 13 variables.
X
West to east coordinates for the site (1=farthest west to 9= farthest east)
Y
North to south coordinates for the site (1=farthest north to 9=farthest south)
Month
Month of the year (
jan
todec
)Day
Day of the week (
sun
tosat
)FFMC
Fine fuel moisture code
DMC
Duff moisture code
DC
Drought code
ISI
Initial spread index
Temp
Outside temperature (in celsius)
RH
Relative humidity (in %)
Wind
Wind speed (in km/h)
Rain
Rain in past 30 minutes (in mm/sq-m)
Area
Total burned area (in hectares)
Details
Data were recorded for fires in the Montesinho natural park in Portugal between January 2000 and December 2003. A map of the park (see the pdf linked below) is divided into 9x9 grid sections (given by the x,y-coordinates in the first two columns of the dataset). There are four components of a Fire Weather Index that rate how weather conditions might increase fire danger. FFMC. DMC, and DC reflect various measures of moisture content, while the ISI score indicated how fast a fire might spread (for example, by wind). For all four measures larger values are associated with more fire danger. Fires that are less than 100 square meters in size (0.01 hectares) are recorded as Area=0.
Source
Data downloaded from the UCI Machine Learning Repository, https://archive.ics.uci.edu/ml/datasets/Forest+Fires
Original article: P. Cortez and A. Morais. "A Data Mining Approach to Predict Forest Fires using Meteorological Data", in New Trends in Artificial Intelligence, Proceedings of the 13th EPIA 2007 - Portuguese Conference on Artificial Intelligence (December 2007) http://www.dsi.uminho.pt/~pcortez/fires.pdf