An open API service indexing awesome lists of open source software.

https://github.com/edsaac/nu.civenv340

🌊 Supporting Material for CIV-ENV 340: Hydraulics and Hydrology - Spring/2023 - Northwestern University
https://github.com/edsaac/nu.civenv340

civil engineering environmental hydraulics hydrology

Last synced: 3 months ago
JSON representation

🌊 Supporting Material for CIV-ENV 340: Hydraulics and Hydrology - Spring/2023 - Northwestern University

Awesome Lists containing this project

README

        

# 🌊 CIV-ENV 340: Hydraulics and Hydrology 🌊

This material was first made to support the course *CIV-ENV 340: Hydraulics and Hydrology* that I taught during the Spring quarter of 2023 at Northwestern University.

It is divided in the ten weeks of the quarter, covering concepts in hydraulics of presurized pipe systems, open channel flow, and basic hydrology. This class included short computational projects, in which we...

- ... built our own EPANET® using scipy
- ... made a gradually-variable flow calculator
- ... delineated a real watershed programatically
- ... queried and analyzed stream gauge data from USGS

## How to use this material?

These contents are bundled into an interactive book that can be run locally or online. The online version is hosted in Streamlit Commnunity Cloud at [hydraulics.streamlit.app](https://hydraulics.streamlit.app/).


The pages marked with a 🐍 indicate the projects involving using Python. The rest correspond to supplemental material for the lectures, like diagrams and interactive plots.

⁂ ⁂ ⁂

To run the book locally, you will need to install Python and the packages listed in `requirements.txt`. Then, run the following command:

```bash
streamlit run hydraulics_book.py
```

_______

### Citation and License:

[![DOI](https://zenodo.org/badge/526700230.svg)](https://zenodo.org/badge/latestdoi/526700230)

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

***********

Check more stuff from me at [edsaac.me](https://edsaac.me).