hydrostats
Calculate hydrologic indices from daily streamflow data
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
5 of 9 committers (55.6%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.9%) to scientific vocabulary
Repository
Calculate hydrologic indices from daily streamflow data
Statistics
- Stars: 28
- Watchers: 5
- Forks: 5
- Open Issues: 2
- Releases: 0
Metadata Files
README.md
Hydrostats
hydrostats is a set of tools to compute streamflow indices commonly used in hydrology and ecology such as: - basic summary statistics - high spells (magnitude, frequency, duration, timing etc.) - low spells - cease-to-flow spells - Colwell's indices - partial series - baseflow components
Most of the functions can be used with the packages plyr and dplyr to return a dataframe of indices based on an additional grouping variable. This allows the analysis (for example) of data from multiple gauges simultaneously, without the need to write a for loop. While most functions return a single row dataframe, several functions will instead return a dataframe of individual spell characteristics for use in subsequent analysis and plotting.
Installation
To install the latest development version run the following code:
Current version on github and CRAN is 0.2.9.
# install dependencies/suggests:
# devtools required only to install from Github;
# plyr required for examples
install.packages(c("devtools", "plyr"))
#install pacakge
devtools::install_github("nickbond/hydrostats")
# Remove the package zip after installation
unlink("hydrostats.zip")
Developer
Nick Bond n.bond@latrobe.edu.au
Owner
- Name: Nick Bond
- Login: nickbond
- Kind: user
- Location: Australia
- Company: La Trobe University
- Repositories: 4
- Profile: https://github.com/nickbond
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: almost 3 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Nick Bond | n****d@g****u | 281 |
| nickbond | n****d@l****u | 8 |
| “Nick | “****d@l****” | 5 |
| bheudorfer | b****r@g****e | 1 |
| Matthew Burns | m****s@c****l | 1 |
| Tony Ladson | t****n@g****m | 1 |
| Nick Bond | n****d@N****l | 1 |
| Nick Bond | n****d@u****u | 1 |
| n.bond@griffith.edu.au | n****d@u****u | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 3
- Total pull requests: 2
- Average time to close issues: about 1 month
- Average time to close pull requests: about 2 months
- Total issue authors: 3
- Total pull request authors: 2
- Average comments per issue: 0.67
- Average comments per pull request: 1.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- aditibhaskar (1)
- nickbond (1)
- TonyLadson (1)
Pull Request Authors
- bheudorfer (1)
- TonyLadson (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 361 last-month
- Total docker downloads: 42,005
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 9
- Total maintainers: 1
cran.r-project.org: hydrostats
Hydrologic Indices for Daily Time Series Data
- Homepage: https://github.com/nickbond/hydrostats
- Documentation: http://cran.r-project.org/web/packages/hydrostats/hydrostats.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 0.2.9
published about 4 years ago
Rankings
Maintainers (1)
Dependencies
- graphics * imports
- stats * imports
- utils * imports
- dplyr * suggests
- plyr * suggests