Skip to content

Commit

Permalink
updating info on dataRetrieval via README
Browse files Browse the repository at this point in the history
  • Loading branch information
Erickson committed Jun 27, 2024
1 parent 4ea1bf8 commit 188dcc9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ The goal of whitewater is to provide sequential and parallel processing for USGS

## Attention!

**Please read the new information about USGS Water Services via [{dataRetrieval}](https://github.com/DOI-USGS/dataRetrieval). I will try to get this updated as soon as I can, thank you for your patience!**

**Due to potentially crashing (USGS Water Services)[https://waterservices.usgs.gov/] REST services parallel processing is kept to 120 requests/min. By following this rate limit, we can still benefit from parallel processing but also being mindful/respectful to the USGS Water Services via [{dataRetrieval}](https://github.com/DOI-USGS/dataRetrieval) and REST services. Thank you!**

## Installation
Expand Down Expand Up @@ -111,7 +113,7 @@ pnw_wy
filter( n > 10) %>%
nest() %>%
mutate(model = map(data, ~broom::tidy(Kendall::MannKendall(.$peak_va))['p.value'])) %>%
unnest() %>% slice(n=1) %>%
unnest() %>% slice(1) %>%
ggplot(aes(p.value)) +
geom_histogram(aes(fill = ..x..)) +
geom_vline(xintercept = 0.05, linetype = 2) +
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ stat codes, which results in a **tidy** style data frame.

## Attention!

**Due to potentially crashing (USGS Water
Services)\[<https://waterservices.usgs.gov/>\] REST services parallel
**Please read the new information about USGS Water Services via [{dataRetrieval}](https://github.com/DOI-USGS/dataRetrieval).
I will try to get this updated as soon as I can, thank you for your patience!**

**Due to potentially crashing [(USGS Water Services)](https://waterservices.usgs.gov/) REST services parallel
processing is kept to 120 requests/min. By following this rate limit, we
can still benefit from parallel processing but also being
mindful/respectful to the USGS Water Services via
Expand Down
Binary file modified man/figures/README-unnamed-chunk-2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 188dcc9

Please sign in to comment.