Skip to content

Commit 7cdbe0c

Browse files
committed
Merge branch 'develop' of github.com:ldecicco-USGS/dataRetrieval into develop
2 parents fedbc25 + 0c0a30b commit 7cdbe0c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

R/read_waterdata_field_measurements.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#' What and where the control of flow is for the gage pool.
2727
#' @param measurement_rated `r get_ogc_params("field-measurements")$measurement_rated`
2828
#' Rated measurement based on the hydrologic/hydraulic conditions in which the measurement was made
29-
#' (excellent (2 percent), good (5 percent), fair (8 percent), or poor (more than 8 percent). percent), or poor (more than 8 percent)]
29+
#' (excellent (2 percent), good (5 percent), fair (8 percent), or poor (more than 8 percent). percent)
3030
#' @param properties A vector of requested columns to be returned from the query.
3131
#' Available options are:
3232
#' `r dataRetrieval:::get_properties_for_docs("field-measurements", "field_measurement_id")`.

vignettes/daily_data_statistics.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ site1 <- "USGS-02037500"
4040

4141
Day-of-year and month-of-year statistics aggregate observations for the same calendar day or month across multiple years to describe typical seasonal conditions (e.g., all Januarys or all January 1sts).
4242
Consider the output below, where we request day-of-year discharge averages for January 1 and January 2.
43-
Note that the `start_date` and `end_date` are set in `month-year` format to describe the day-of-year range.
43+
Note that the `start_date` and `end_date` are set in `month-day` format to describe the day-of-year range.
4444

4545
```{r}
4646
jan_por_mean <-
@@ -257,7 +257,7 @@ multiyear_daterange_mean <-
257257
multiyear_daterange_mean
258258
```
259259

260-
Before we move on, consider the following example where we create a Monthly mean statistics table similar to what you'd find in the [Water Year Summaries](https://rconnect.chs.usgs.gov/water-year-summaries-dev/?_inputs_&render_button=1&site_no_select=%2205428500%22&wateryear_select=%222024%22).
260+
Before we move on, consider the following example where we create a Monthly mean statistics table similar to what you'd find in the [Water Year Summaries](https://rconnect.chs.usgs.gov/water-year-summaries-dev/?_inputs_&render_button=1&site_no_select=%2205428500%22&wateryear_select=%222024%22). Note that the values reported here are slightly different from what you'll find in the Water Year Summary because of differences in how values are rounded.
261261

262262
```{r, message=FALSE, warning=FALSE}
263263
monthly_means <-

0 commit comments

Comments
 (0)