-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
37 lines (37 loc) · 1.13 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
Package: FloodMapping
Title: Map Flood extents using HAND and the National Water Model
Version: 0.0.0.9000
Authors@R: c(person("Mike", "Johnson", role = c("aut", "cre"), email = "[email protected]"),
person("Justin", "Singh-Mohudpur", role = c("ctb"), email = "[email protected]"))
Maintainer: Mike Johnson <[email protected]>
BugReports: https://github.com/mikejohnson51/FloodMapping/issues
Description: This package aggregates the needed data to map flood extents using
the Height Above Nearest Drainage (HAND) products and the National Water Model forecasts. Users
can define their region of interest and monitor real-time flood extents or look a back
to past events archived by the NWM.
Encoding: UTF-8
Depends:
R(>= 3.5.0),
Imports:
data.table,
dplyr,
fasterize,
httr,
magrittr,
nhdplusTools,
nwmTools,
plyr,
progress,
rlang,
raster,
RNetCDF,
sf
Remotes: mikejohnson51/nwmTools
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Suggests:
testthat (>= 3.0.0),
covr
Config/testthat/edition: 3