This project provides a group of new functions to calculate the outputs of the two main components of the Canadian Forest Fire Danger Rating System (CFFDRS) Van Wagner and Pickett (1985) at various time scales: the Fire Weather Index (FWI) System Wan Wagner (1985) and the Fire Behaviour Prediction (FBP) System Forestry Canada Fire Danger Group (1992). Some functions have two versions, table and raster based.
cffdrs
is available from CRAN, so you can use install.packages("cffdrs")
to get the current released version.
You are able to install directly from the remote.
remotes::install_github("cffdrs/cffdrs_r")
## For Dev version
## remotes::install_github("cffdrs/cffdrs_r", ref="dev")