Skip to content

Releases: zengtianli/hydro-toolkit

v1.0.0 — First Release

27 Mar 03:01

Choose a tag to compare

Hydro Toolkit v1.0.0

Water resource calculation toolkit with 6 professional tools:

  • 🌊 Pollution Capacity — river/reservoir pollution capacity with tributary segmentation
  • Reservoir Scheduling — cascaded hydropower dispatch optimization
  • 💧 Water Efficiency — AHP + CRITIC + TOPSIS assessment
  • 📊 Water Annual Report — Zhejiang province water data query (2019-2024)
  • 🌾 Irrigation Demand — paddy + dryland water balance simulation
  • 🗺️ District Scheduling — 19-district daily water allocation

Try it now

https://hydro.tianlizeng.cloud — no install needed, all tools include sample data.

Self-host

git clone https://github.com/zengtianli/hydro-toolkit.git
cd hydro-toolkit
pip install -r requirements.txt
streamlit run app.py