hydroutils
is a collection of classes (written in Python 3.7) that can be used for rapid development and implementation of hydrological models. These classes were originally created by Dr Sopan Patil during the development of EXP-HYDRO hydrological model (https://github.com/sopanpatil/exp-hydro). Nonetheless, they are generic enough to be useful for building other models.
INSTALLATION:
Linux/Mac OS X:
After downloading and extracting the hydroutils folder from GitHub, open Terminal and navigate to the exp-hydro folder which contains the setup.py
file. Make sure that you have administrator privileges (can be obtained by typing su
in Linux). Then, type the following command:
python3 setup.py install
Windows:
Use command prompt to navigate to the downloaded hydroutils folder, and type the following command:
setup.py install
This will install hydroutils
on your computer.