-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
52 lines (52 loc) · 1.75 KB
/
Copy pathDESCRIPTION
File metadata and controls
52 lines (52 loc) · 1.75 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: flooded
Title: Portable Floodplain Delineation from DEM and Stream Network
Version: 0.3.2
Authors@R: c(
person("Allan", "Irvine", , "al@newgraphenvironment.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3495-2128")),
person("Devin", "Cairns", role = "cph",
comment = "Valley Confinement Algorithm (MIT license, Blue Geosimulation)"),
person("Simon", "Norris", role = "cph",
comment = "bcfishpass lateral habitat assembly (Apache 2.0)"),
person("Canadian Wildlife Federation", role = "cph",
comment = "bcfishpass (Apache 2.0)"),
person("Province of British Columbia", role = "cph",
comment = "bcfishpass (Apache 2.0)"),
person("New Graph Environment", role = "cph",
comment = "bcfishpass (Apache 2.0)")
)
Description: Delineate floodplains from digital elevation models and stream
networks using the Valley Confinement Algorithm (VCA). Combines slope
thresholding, cost-distance analysis, and flood surface modelling to
identify unconfined valleys. Ported from the bcfishpass lateral habitat
pipeline (Python) with origins in the USDA VCA Toolbox and BlueGeo.
License: MIT + file LICENSE
URL: https://github.com/NewGraphEnvironment/flooded,
https://newgraphenvironment.github.io/flooded/
BugReports: https://github.com/NewGraphEnvironment/flooded/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.1)
Imports:
cli,
terra,
sf,
tibble
Suggests:
bookdown,
DBI,
fresh,
gdalcubes,
knitr,
rmarkdown,
rstac,
testthat (>= 3.0.0),
whitebox,
xciter
Remotes:
NewGraphEnvironment/fresh,
NewGraphEnvironment/xciter
Config/testthat/edition: 3
VignetteBuilder: knitr