Checking for non-preferred file/folder path names (may take a long time depending on the number of files/folders) ...
This resource contains some files/folders that have non-preferred characters in their name. Show non-conforming files/folders.
This resource contains content types with files that need to be updated to match with metadata changes. Show content type files that need updating.
Authors: |
|
|
---|---|---|
Owners: |
|
This resource does not have an owner who is an active HydroShare user. Contact CUAHSI (help@cuahsi.org) for information on this resource. |
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: | 3520 |
Downloads: | 267 |
+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
How to Cite
This resource is shared under the Creative Commons Attribution CC BY.
http://creativecommons.org/licenses/by/4.0/
Comments
Chris Cox 7 years, 10 months 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