Rating Curve Analysis Template - Jupyter Notebook
Authors: | |
---|---|
Owners: | Chris CoxiUTAH Data Manager |
Type: | Resource |
Storage: | The size of this resource is 212.5 KB |
Created: | Sep 14, 2016 at 5:07 p.m. |
Last updated: | Oct 18, 2016 at 10 p.m. |
Citation: | See how to cite this resource |
Sharing Status: | Public |
---|---|
Views: | 3768 |
Downloads: | 278 |
+1 Votes: | Be the first one to this. |
Comments: | 1 comment |
Abstract
A template Jupyter Python (3) Notebook for analyzing discharge rating curve data. Data is imported from an excel file and analyzed following Herschy 2009. After an initial analysis, a least squares regression, is performed on the input data. Eventually it would be nice to implement a weighted regression based on uncertainties.
Subject Keywords
Content
This resource contains links to external content. Linked content is
NOT stored in HydroShare, and we can't guarantee its availability, quality, or
security.
How to Cite
Cox, C. (2016). Rating Curve Analysis Template - Jupyter Notebook, HydroShare, http://www.hydroshare.org/resource/2a4f540b875b440ebdfbeeb6588ae7ae
This resource is shared under the Creative Commons Attribution CC BY.
http://creativecommons.org/licenses/by/4.0/
Comments
Chris Cox 8 years, 1 month ago
A few tips:
Reply- You will need to create an excel file with a 'ToPython' tab (or change the code) and the following columns: Date/time, Discharge, Uncertainty, Elevation
-- The uncertainty is % and is used to plot error bars in the regression.
-- Date/time isn't really used...
- When you run a cell with a figure, you will need to "de-activate" the figure before running another cell with a figure. (There is a "power" button at the top of the figure).
New Comment