-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
49 lines (49 loc) · 1.11 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
48
49
Package: rSHUD
Type: Package
Title: Toolbox For SHUD Model System
Version: 2.1.0
Date: 2023-06-24
Author: Lele Shu <[email protected]>
Maintainer: Lele Shu <[email protected]>
Description: The Simulator for Hydrologic Unstructured Domains (SHUD) is a multiprocess, multi-scale hydrologic model
where the major hydrological processes are fully coupled using the finite volume method.
This toolbox is to convert the geospatial data into SHUD format, read/write input files; read SHUD output files; hydrological analysis and spatial visualize the SHUD results.
URL: https://www.shud.xyz/
License: LGPL (>= 3)
BugReports: https://shud-system.github.io/
LazyData: TRUE
Depends: R (>= 3.5.0)
Encoding: UTF-8
Imports: Rcpp,
reshape2,
ggplot2,
gridExtra,
grid,
fields,
xts,
hydroGOF,
zoo,
raster (>= 2.1.0),
sp,
rgeos,
RTriangle,
proj4,
gstat,
abind,
utils,
lubridate,
doParallel,
geometry,
methods
LinkingTo: Rcpp, sp
RoxygenNote: 7.2.1
Remotes: shulele/RTriangle/pkg
Suggests: testthat,
knitr,
rmarkdown,
terra,
deldir,
interp,
whitebox,
ncdf4
VignetteBuilder: knitr