Skip to content

shelbyahrendt/CEWA590_StreamGaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CEWA590 StreamGaging

This repository accomponies the streamgaging lecture and homework for CEWA590.

  • demo_scraping_NWIS_data.ipynb demonstrates how to load USGS stream gaging data from the NWIS server using python and pandas.
  • There is also a folder with DEMs of two USGS gaging site locations: both are located in the Puget Lowland, but the rivers they are located on have very different degrees of morphodynamic adjustment over the last century.

Installation

Install with conda:

  1. Clone the repository to your local machine: git clone https://github.com/shelbyahrendt/CEWA590_StreamGaging.git
  2. Within the repository tree run the following in your terminal conda env create -f environment.yml (this may take several minutes)
  3. Activate the environment: conda activate streamgaging_data

Run Demo

  1. Open JupyterLab: jupyter lab (your streamgaging_data environment must be activated)
  2. Select demo_scraping_NWIS_data.ipynb from the file tree to open

Resources for Creating Rating Curves

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published