Hydrological and water resources management modeling library in Python, supporting quantity and quality simulations for decision-making.
Table of Contents
MOGESTpy is an acronym for Modelo de Gestão de Recursos Hídricos (Water Resources Management Model), developed in Python.
A water resources management model integrates quantity and quality modeling tools to support decision-making processes. These models simulate natural processes, from precipitation over the watershed to flow routing in rivers and channels, ultimately representing the system response at the watershed outlet.
The models currently available in MOGESTpy include:
For more details, please refer to the documentation within the repository.
The package is organized as following:
MOGESTpy
├─ quality
│ ├─ buwo.py
│ └─ zerod.py
└─ quantity
├─ hydrological
│ ├─ smap.py
│ ├─ muskingum.py
│ └─ mass_balance.py
└─ hydrodynamic
└─ sihqual.py
The package is available on PyPI, and you can install it using pip:
pip install mogestpyAlternatively, it is possible to clone the repository and install the package using pip:
pip install .Or in editable mode:
pip install -e .Contributions are welcome!
- Open an issue to report bugs or suggest features
- Submit pull requests with improvements or new models
Please make sure to follow the guidelines described in the contributing document.
If you use MOGESTpy in your research, please cite:
@software{mogestpy,
author = {Dario Hachisu Hossoda},
title = {MOGESTpy},
year = {2026},
url = {https://doi.org/10.5281/zenodo.19308873},
doi = {10.5281/zenodo.19308873}
}| Acknowledgments |
|---|
| Laboratory of Decision Support Systems |