https://github.com/doi-usgs/eflowstats

Calculates Hydrologic Indicator stats and fundamental properties of daily streamflow for a given set of data

https://github.com/doi-usgs/eflowstats

Science Score: 31.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
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: wiley.com
  • Academic email domains
  • Institutional organization owner
    Organization doi-usgs has institutional domain (www.usgs.gov)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.9%) to scientific vocabulary
Last synced: 5 months ago · JSON representation

Repository

Calculates Hydrologic Indicator stats and fundamental properties of daily streamflow for a given set of data

Basic Info
  • Host: GitHub
  • Owner: DOI-USGS
  • License: cc0-1.0
  • Language: R
  • Default Branch: main
  • Homepage:
  • Size: 16.2 MB
Statistics
  • Stars: 35
  • Watchers: 12
  • Forks: 24
  • Open Issues: 6
  • Releases: 11
Created about 13 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# `EflowStats`

Calculates a suite of ecological flow statistics and fundamental properties of daily streamflow for a given set of data. 

### Installation

To install the latest release of EflowStats see [releases](https://github.com/doi-usgs/EflowStats/releases) to find the latest version and use:

```{r, eval = FALSE}
remotes::install_github("doi-usgs/EflowStats@v5.2.0")
```

### [Documentation](docs/Reference_Manual_EflowStats.md)

### Code of Conduct

We want to encourage a warm, welcoming, and safe environment for contributing to this project. See the [code of conduct](https://github.com/DOI-USGS/EflowStats/blob/master/CONDUCT.md) for more information.

### Reporting bugs

Please consider reporting bugs and asking questions on the [Issues page.](https://github.com/DOI-USGS/EflowStats/issues)

### Package Support

The Water Mission Area of the USGS has supported the development and maintenance of the `EflowStats` R-package. Further maintenance is expected to be stable until further notice. Resources are available primarily for maintenance and responding to user questions. Priorities on the development of new features are determined by the `EflowStats` development team.

![USGS](https://d9-wret.s3.us-west-2.amazonaws.com/assets/palladium/production/s3fs-public/media/images/usgs_icon_social_Water_Resources.png)

### Overview

The `EflowStats` package was created to simplify the process of generating hydrologic indicator statistics using daily streamflow records. It has been specifically designed to work seamlessly with U.S. Geological Survey (USGS) National Water Information System (NWIS) data. This package is intended to be an update of the previously existing USGS National Hydrologic Assessment Tool (NAHAT) program with additional statistics previously published by Archfield et al (Archfield).

### References

Henriksen, J.A., Heasley, J. Kennen, J.G., and Nieswand, S., 2006, Users' manual for the Hydroecological Integrity Assessment Process software (including the New Jersey Assessment Tools): U.S. Geological Survey Open-File Report 2006-1093. 72 p. ([https://pubs.usgs.gov/of/2006/1093/report.pdf](https://pubs.usgs.gov/of/2006/1093/report.pdf))

Archfield, S.A., J.G. Kennen, D.M. Carlisle, and D.M. Wolock. 2013. An Objective and Parsimonious Approach for Classifying Natural Flow Regimes at a Continental Scale. River Res. Applic. doi: 10.1002/rra.2710 ([http://onlinelibrary.wiley.com/doi/10.1002/rra.2710/abstract](http://onlinelibrary.wiley.com/doi/10.1002/rra.2710/abstract))

```{r disclaimer, child="DISCLAIMER.md", eval=TRUE}

```

 [
    ![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)
  ](https://creativecommons.org/publicdomain/zero/1.0/)

Owner

  • Name: U.S. Geological Survey
  • Login: DOI-USGS
  • Kind: organization
  • Email: gs_help_git@usgs.gov
  • Location: United States of America

By integrating our diverse scientific expertise, we understand complex natural science phenomena and provide scientific products that lead to solutions.

GitHub Events

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

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 96
  • Total pull requests: 96
  • Average time to close issues: 6 months
  • Average time to close pull requests: 4 days
  • Total issue authors: 25
  • Total pull request authors: 9
  • Average comments per issue: 2.14
  • Average comments per pull request: 2.06
  • Merged pull requests: 82
  • 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
  • tjmills (31)
  • dblodgett-usgs (29)
  • jds485 (4)
  • ldecicco-USGS (4)
  • lemerio (3)
  • jasonelaw (3)
  • wdwatkins (2)
  • doug-friedman (2)
  • teizeen (2)
  • laurenmcphillips (1)
  • messamat (1)
  • annaybaynes (1)
  • chelseaclifford (1)
  • kinshh92 (1)
  • ThamiFontoura (1)
Pull Request Authors
  • dblodgett-usgs (37)
  • tjmills (33)
  • doug-friedman (10)
  • ldecicco-USGS (6)
  • jlthomps (3)
  • jds485 (3)
  • jenskiesel (2)
  • jordansread (1)
  • cpenn-usgs (1)
Top Labels
Issue Labels
bug (8) enhancement (6) Performance (1)
Pull Request Labels

Dependencies

DESCRIPTION cran
  • R >= 3.3 depends
  • RcppRoll * imports
  • dplyr * imports
  • imputeTS * imports
  • lmom * imports
  • lubridate * imports
  • DT * suggests
  • dataRetrieval * suggests
  • knitr * suggests
  • readr * suggests
  • rmarkdown * suggests
  • testthat * suggests
  • xtable * suggests
.github/workflows/R-CMD-check.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/upload-artifact master composite
  • r-lib/actions/setup-r v2 composite