hourlyUSGS: Hourly USGS

hourlyUSGSR Documentation

Hourly USGS

Description

This function generates hourly NWIS flow data from https://waterservices.usgs.gov/nwis/iv/. It takes the instantaneous data and floors to 1-hour data by taking the mean.

Usage

hourlyUSGS(procDV, sites = NULL, days = 7, parallel = FALSE, ...)

Arguments

procDV

A previously created batch_USGSdv object.

sites

A vector of USGS NWIS sites. optional

days

A numeric input of days.

parallel

logical indicating whether to use future_map().

...

arguments to pass on to future_map.


joshualerickson/wildlandhydRo documentation built on Feb. 12, 2024, 6:40 p.m.