You can find the official version of HydroTrend source code here: https://github.com/kettern/hydrotrend
To install a pre-built version of this package with conda run:
$ conda install hydrotrend -c conda-forge
This will grab the latest version of HydroTrend from the conda-forge and install it into your current environment.
To build and install from source:
$ mkdir _build && cd _build
$ cmake .. -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_BUILD_TYPE=Release
$ make all -j4
$ make install
Once HydroTrend is installed, use the --help
option to get a brief overview
of how to run it,
$ hydrotrend --help
To run the test example (using this repository),
$ cd data/input
$ hydrotrend --in-dir=. --out-dir=. --prefix=HYDRO