-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
81 lines (81 loc) · 2.05 KB
/
DESCRIPTION
File metadata and controls
81 lines (81 loc) · 2.05 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Package: fluvgeo
Title: A Package for Fluvial Geomorphic Analysis
Version: 2025.07.08
Authors@R: c(
person("Michael", "Dougherty", , "Michael.P.Dougherty@usace.army.mil",
role = "aut",
comment = c(ORCID = "0000-0002-1465-5927")),
person("Christopher", "Haring", , "Christopher.P.Haring@usace.army.mil",
role = "aut"),
person("Barrie", "Chileen Martinez", , "Barrie.V.Chileen@usace.army.mil",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6960-8167")),
person("Thomas", "Darby", role = "rev"),
person("Davi", "Michl", role = "rev")
)
Description: This package contains a wide range of functions for
performing fluvial geomorphic analysis. This package is designed for
use with the FluvialGeomorph Python package. The FluvialGeomorph
package contains an ArcGIS toolbox that can be used to extract spatial
data from high- resolution terrain data. FluvialGeomorph uses
functions in this package to perform a wide range of fluvial
geomorphic analysis (e.g., extract stream channel dimensions, help
choose bankfull elevation for ungaged streams).
License: file LICENSE
URL: https://github.com/FluvialGeomorph/fluvgeo,
https://fluvialgeomorph.github.io/fluvgeo/
BugReports: https://github.com/FluvialGeomorph/fluvgeo/issues
Depends:
R (>= 2.10)
Imports:
arcgislayers,
arcgisutils,
assertthat,
conicfit,
dplyr,
ggplot2,
ggrepel,
grDevices,
grid,
gridExtra,
gtable,
httr2,
leafem,
leaflegend,
leaflet,
leaflet.extras,
magrittr,
mapboxapi,
Metrics,
nhdplusTools,
patchwork,
purrr,
raster,
readr,
RegionalCurve (>= 0.1.6),
reshape2,
rlang,
rLFT,
rmarkdown,
scales,
sf,
smoothr,
stars,
stats,
terra,
terrainr,
testthat,
tibble,
tidyr,
tmap,
tools,
utils
Suggests:
fluvgeodata,
knitr
Remotes:
FluvialGeomorph/RegionalCurve,
FluvialGeomorph/fluvgeodata
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2