Browse wiki

From CSDMS
Creation date"Creation date" is a predefined property that corresponds to the date of the first revision of a subject and is provided by <a target="_blank" rel="nofollow noreferrer noopener" class="external text" href="https://www.semantic-mediawiki.org/wiki/Help:Special_properties">Semantic MediaWiki</a>.
13:22:23, 31 May 2020  +
This material is based upon work supported by the National Science Foundation under Grant No. 1831623, ''Community Facility Support: The Community Surface Dynamics Modeling System (CSDMS)''.  +
Jupyter Notebook  +
3.0 hrs  +
This lab is appropriate for advanced underThis lab is appropriate for advanced undergraduates and graduate students majoring in earth science/engineering.</br></br>We will be looking at data on river discharge--the volume of water transported through a given cross section per time--in the Colorado River. </br>This Jupyter Notebook lends itself to a short introduction on the concept of river discharge and how it is measured, as well as an introduction to the gauging stations of the USGS. </br>The data analysis requires basic Python data handling skills, but the coding is introductory level. </br></br>Students can run the Notebook, and they're encouraged to do assignments on their own or as homework. A review and discussion of solutions by the instructor after completion by the participants is recommended.letion by the participants is recommended.  +
1 of 1  +
RiverStageDischargeIntroduction.pdf  +
INSTAAR - University of Colorado Boulder  +
Irina Overeem  +
April 14, 2022  +
In this lab, we learn about river stage and discharge, using gage height data downloaded from the USGS for the upper Colorado River. We use standard Python libraries to read, analyze, and visualize the data.  +
Learn about river stage and discharge, using gage height data downloaded from the USGS for the upper Colorado River. Use standard Python libraries to read, analyze, and visualize data.  +
River discharge data for many US rivers isRiver discharge data for many US rivers is available from the USGS WaterWatch website: </br>http://waterwatch.usgs.gov/?m=real&r=co.</br></br>River stage data is typically measured by keeping track of the water surface height over time, i.e. stage, and this needs to be converted to discharge through a stage-discharge relationship. </br></br>Tabular data like these, with a combination of dates, name and data quality strings, and numbers are best handled by spreadsheets where entries such as dates and times are in some useful format. In Python the Python Data Analysis Library (a.k.a. Pandas) is really useful for this purpose.</br></br>We use one discharge data file downloaded for the USGS station at Kremmling, CO, for the Upper Colorado.</br></br><p>This lab can be run on either the <em>lab</em> (for educators) or <em>jupyter</em> (for general use) instance of the OpenEarthscape JupyterHub: just click one of the links under the <strong>Run online using</strong> heading at the top of this page, then run the notebook in the "CSDMS" kernel.</p></br></br><p>If you don't already have a JupyterHub account, follow the instructions to sign up at https://csdms.colorado.edu/wiki/JupyterHub. If you're an educator, you can get JupyterHub accounts for students--please contact us through the CSDMS Help Desk: https://csdms.github.io/help-desk.</p> for students--please contact us through the CSDMS Help Desk: https://csdms.github.io/help-desk.</p>  +
If run locally, this lab requires the installtion of the Python packages ''matplotlib'' and ''pandas''.  +
Image:RiverDischargeTimeseries.png  +
Load data from a CSV file using the pandas library  +, Access data in a DataFrame  +, Create plots of data from a DataFrame  +  and Save plots to a file  +
River discharge and stage  +, Stage-discharge relationship  +  and Difficulties in relating stage to discharge  +
River Discharge Data Analysis  +
Last editor is"Last editor is" is a predefined property that contains the page name of the user who created the last revision and is provided by <a target="_blank" rel="nofollow noreferrer noopener" class="external text" href="https://www.semantic-mediawiki.org/wiki/Help:Special_properties">Semantic MediaWiki</a>.
Modification date"Modification date" is a predefined property that corresponds to the date of the last modification of a subject and is provided by <a target="_blank" rel="nofollow noreferrer noopener" class="external text" href="https://www.semantic-mediawiki.org/wiki/Help:Special_properties">Semantic MediaWiki</a>.
23:05:36, 14 April 2022  +