Skip to contents

This function iterates through the vector of forecast dates and locations, checks for the presence of wastewater data, and if present loads it in. It then computes a number of summary metrics on the wastewater data for that particular location and forecast date to produce a single row of output metadata for each combination. Locations without wastewater data are indicated as such and have NAs for the wastewater specific entries. This will be used to get an overall summary across locations and forecast dates of wastewater characteristics

Usage

combine_and_summarize_ww_data(forecast_dates, locations, eval_output_subdir)

Arguments

forecast_dates

The vector of character strings of all the forecast dates

locations

The vector of character strings of all the locations

eval_output_subdir

The outer subdirectory of the nested file structure

Value

ww_metadata: a tibble with a row for each forecast date location and columns that provide summaries of the wastewater data