Skip to content

dariohhossoda/MOGESTpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOGESTpy

Table of Contents

(back to top)

What is MOGESTpy?

MOGESTpy is an acronym for Model of Gestion of Water Resources developed in the Python3 programming language.

Water Resources Management Model

A management model uses water quantity and quality modeling tools to assist in decision-making. This modeling is done through simulation models where natural processes are represented from precipitation in the watershed area to its transport in rivers and channels to the watershed's outlet.

Models used in MOGESTpy

The models used in MOGESTpy include:

For more details, check the documentation within the repository.

(back to top)

Repository Structure

The repository is divided into three main parts: quality models (Quality), quantitative models (Quantity), and simulation data for testing and examples of how each module works (Datasets).

MOGESTpy
├─ Datasets
│ └─ Results
├─ Quality
│ ├─ BuWo.py
│ └─ ZeroD.py
└─ Quantity
├─ Hydrological
│ ├─ SMAP.py
│ ├─ Muskingum.py
│ └─ MassBalance.py
└─ Hydrodynamic
└─ SIHQUAL.py

(back to top)

How to Use MOGESTpy?

Currently, to run MOGESTpy, you need to clone the repository to your machine and call the modules individually. In the future, a framework is planned to be included to facilitate its use.

(back to top)

How to Contribute to the Project?

To contribute to the project, simply create an issue. Code additions are welcome; just follow our contributing document.

(back to top)

(back to top)

About

Water Resources Management Model in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published