Skip to content

izzaprasatya/unit-hydrograph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building and Analyzing Unit Hydrograph

This notebook explains how to derive a DEM-based unit hydrograph and how we can analyze the generated hydrograph directly with Python, to interpret the rising limb, peak flow and recession limb that are valuable to deepen our understanding of a flow in a channel.

Analysis can be done either using GIS desktop or purely with Python. For GIS desktop-based analysis, please refer to references.

Tools & Technologies

  • Python (Jupyter Notebook)
  • GRASS GIS (via grass.jupyter and scripting interface)
  • Digital Elevation Model (DEM)
  • Hydrologic Modeling module within GRASS

Project Structure

unit-hydrograph/
├── dataset/
├── notebooks/
├── references/ 
├── results/                    
├── README.md             

Releases

No releases published

Packages

 
 
 

Contributors