-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 891 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 891 Bytes
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
Package: wetlandmapR
Title: Mapping Wetland Ecosystems
Version: 1.0.0
Authors@R: c(
person(given = "Deepa",
family = "Filatow",
role = "cre",
email = "deepa.filatow@gov.bc.ca"),
person(given = "Simon",
family = "Casley",
role = "aut",
email = "scasley@ccl.ca"))
Description: Mapping wetland ecosystems using data driven R statistical methods
like Random Forests and open source GIS. Prepares raster layers and
training data for input into ModelMap. Uses SAGA-GIS (v2.3+) to create
raster layers from an input DEM.
License: Apache License (== 2.0) | file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
RSAGA (>= 1.3.0),
raster,
ModelMap (>= 3.4.0.1),
SystemRequirements: SAGA-GIS (v2.3+)
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Imports:
magrittr