DOI-USGS / DOI-USGS/EflowStats
Improve error handling for list of sites.
Open
- Dominant language
- R
- Stars
- 36
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
Some errors coming from `validate_data()` others coming from `calc_stats*()` functions.
```r
startDate <- "2000-10-01"
endDate <- "2012-9-30"
sites <- c("08202700","08198000","09535100","08198000",
"10259200","10258500","11274500","11224500","10173450")
```
Started looking at these over here: https://github.com/dblodgett-usgs/NWCCompare/commit/fad36e4e19522ad6944c7746f189c475bba58a8f
Need to build testing data and improve error handling or fix bugs if the data is actually complete enough to calculate stats.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.