hourly2DailyQ: Aggregate NetCDF Hourly Streamflow to Daily

Description Usage Arguments Value Examples

View source: R/hourly2DailyQ.R

Description

Aggregate NetCDF Hourly Streamflow to Daily

Usage

1
hourly2DailyQ(directory, comID)

Arguments

directory

Directory where hourly NetCDF files are kept. Must be named for the year (yyyy) of the NetCDF files contained inside.

comID

A vector of COMID values (identifiers of NHDPlus stream reaches).

Value

A time series of daily streamflow for each of the user-specified reaches.

Examples

1
dailyQ <- hourly2DailyQ("~/1994",c("18578829", "18578755"))

cahhansen/NWMLowFlows documentation built on May 29, 2019, 2:07 p.m.