forked from mikejohnson51/FloodMapping
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (33 loc) · 956 Bytes
/
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
Package: FloodMapping
Title: Map Flood extents using HAND and the National Water Model
Version: 0.0.0.9000
Authors@R: person("Mike", "Johnson", role = c("aut", "cre"), email = "[email protected]")
Maintainer: Mike Johnson <[email protected]>
BugReports: https://github.com/mikejohnson51/nwm/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.3.0),
AOI,
nwm
Imports:
crayon,
data.table,
doParallel,
fastmatch,
foreach,
httr,
parallel,
raster,
sf,
stats,
utils,
velox
Remotes: mikejohnson51/AOI,
mikejohnson51/nwm
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 6.1.0