hydrostats

Calculate hydrologic indices from daily streamflow data

https://github.com/nickbond/hydrostats

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
Last synced: 11 months ago · JSON representation

Repository

Calculate hydrologic indices from daily streamflow data

Basic Info
  • Host: GitHub
  • Owner: nickbond
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 587 KB
Statistics
  • Stars: 28
  • Watchers: 5
  • Forks: 5
  • Open Issues: 2
  • Releases: 0
Created almost 12 years ago · Last pushed about 4 years ago
Metadata Files
Readme

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

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 300
  • Total Committers: 9
  • Avg Commits per committer: 33.333
  • Development Distribution Score (DDS): 0.063
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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

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

  • Versions: 9
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 361 Last month
  • Docker Downloads: 42,005
Rankings
Docker downloads count: 0.6%
Stargazers count: 10.6%
Forks count: 10.8%
Average: 18.2%
Dependent repos count: 23.9%
Dependent packages count: 28.7%
Downloads: 34.9%
Maintainers (1)
Last synced: 12 months ago

Dependencies

DESCRIPTION cran
  • graphics * imports
  • stats * imports
  • utils * imports
  • dplyr * suggests
  • plyr * suggests