-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.21 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
40
41
42
43
44
45
46
47
Package: bathtub
Type: Package
Title: Tools to model inundation of stormwater networks
Version: 0.1.0
Authors@R: person("Adam", "Gold", email = "gold@unc.edu", role = c("aut","cre"),comment = c(ORCID = "0000-0002-0921-0384"))
authors:
Maintainer: Adam Gold <gold@unc.edu>
Description: bathtub is a set of tools that allows users to model the impacts of
inundation on stormwater networks. bathtub does this by combining spatial
representations of the stormwater network and landscape with a 1-dimensional
model of the stormwater network. The spatial data allows for estimates of
overland flooding extents and the 1-D model uses the overland flooding extent
as a starting point. The 1-D model then propogates flooding through the stormwater
network based on network invert elevations and known obstructions (optional).
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
cowplot,
data.table,
ggplot2,
ggrepel,
httr,
jsonlite,
lidR,
mapview,
patchwork,
progress,
rapidjsonr,
raster,
sf,
rgdal,
scales,
stars,
tidyverse,
tmap,
units,
fasterize
RoxygenNote: 7.1.1
Depends:
R (>= 2.10),
dplyr,
sf
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr