This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
forked from cffdrs/cffdrs_r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.73 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Package: cffdrs
Type: Package
Title: Canadian Forest Fire Danger Rating System
Version: 1.8.16
Date: 2020-05-26
Authors@R: c(
person("Xianli", "Wang", email = "[email protected]", role = c("cre", "aut")),
person("Alan", "Cantin", email = "[email protected]", role = "aut"),
person("Marc-André", "Parisien", email = "[email protected]", role = "aut"),
person("Mike", "Wotton", email = "[email protected]", role = "aut"),
person("Kerry", "Anderson", email = "", role = "aut"),
person("Brett", "MOore", email = "[email protected]", role = "aut"),
person("Tom", "Schiks", email = "[email protected]", role = "aut"),
person("Mike", "Flannigan", email = "[email protected]", role = "aut")
)
Maintainer: Alan Cantin <[email protected]>
Depends:
R(>= 3.2.2),
rgdal,
raster,
foreach
Imports:
data.table,
geosphere,
doParallel
Description: 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)
<https://cfs.nrcan.gc.ca/publications?id=19973>)
at various time scales: the Fire Weather Index (FWI) System Wan Wagner
(1985) <https://cfs.nrcan.gc.ca/publications?id=19927> and the Fire
Behaviour Prediction (FBP) System Forestry Canada Fire Danger Group (1992)
<http://cfs.nrcan.gc.ca/pubwarehouse/pdfs/10068.pdf>. Some functions
have two versions, table and raster based.
License: GPL-2
URL: https://r-forge.r-project.org/projects/cffdrs/
BugReports: https://r-forge.r-project.org/tracker/?func=browse&group_id=1970&atid=5372
Encoding: UTF-8
LazyData: true