Source code of rSHUD is available via https://github.com/SHUD-System/rSHUD
This package can be used with the AutoSHUD project, that can build modeling domain automatically.
Purpose of the package:
- convert the geospatial data into SHUD format. The tool kit is able to process the raster and vector data, then building the unstructured triangular mesh domain for SHUD.
- Write/read the SHUD input files.
- Read the SHUD output files.
- Generate the calibration parameter set.
- Time-Series analysis on hydrologic data
- 2D/3D plot.
- GIS analysis. Convert the unstructure data into spatial data (Shapefile or Raster)
- Download the USGS hydrological data, including discharge, ground water well, sediment, etc.
Installation
install.packages("devtools")
devtools::install_github("SHUD-System/rSHUD")
Note:
Current rSHUD requires different version of RTriangle package. you must install that via github (Dec 2019):
install.packages("devtools")
devtools::install_github("shulele/RTriangle", subdir="pkg")