Repo for managing reservoir operations with CONUS 2.0 Contains historical information as well as current information
The priority flow functions are provided as an R package. To install it you will need to do the following:
- To use R packages from GitHub you need to have the devtools package installed:
install.packages('devtools’)
library(devtools)
- Next you can install the Reservoir Operations package:
install_github("hydroframe/Reservoir_Operations", subdir="ResOps")
library('ResOps’)