Hydrological python package for hydrograph analysis
Project description
Hydrograph-py is a hydrological Python package that provides some tools for:
Separation of flow time-series into peak flow and baseflow.
Filtering of peak flow events given a minimum event duration.
Calculation of peak event volumes.
Calculation of maximum annual peak flow and maximum annual peak event volume.
Extreme value analysis using GEV fitting and plotting functions.
Documentation
Reference documentation can be found here.
Installation
Hydrograph-py can be installed via conda:
conda install Hydrograph-py -c WilcoTerink
or via pip:
pip install Hydrograph-py
Using the Hydrograph-py
After installation, the functions from the python package can be imported by:
from Hydrograph.hydrograph import sepBaseflow, filterpeaks, maxFlowVolStats from Hydrograph.extreme_analysis import exceed, fitGEV, plotPDF, plotCDF, plotGEV
Copyright
Copyright (C) 2019 Wilco Terink. Hydrograph-py is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Hydrograph-py-1.0.1.tar.gz
.
File metadata
- Download URL: Hydrograph-py-1.0.1.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2926df86e4a7b5685ba8d3ddb3cd82fe201e6ac66952c9cef700af0d17fd9c65 |
|
MD5 | 73c2c0a7d61c0f570643c6629f1a4504 |
|
BLAKE2b-256 | 571296b8462e734ab6afa22d188c38047ae124ae02dcb9cf0e7121d89dd0fcbb |