Skip to contents

Get all corrected time series data at a location

Usage

getTimeSeriesByLocation(loc_ids, parameters, labels, start, end)

Arguments

loc_ids

A character vector of location identifiers

parameters

Optional. A character vector of parameters to include. Retrieves data for all parameters if omitted.

labels

Optional. A character vector of labels to include. Retrieves data for all labels if omitted.

start

Optional. Only retrieve data after and including this date/time. Can be an R POSIXct object, or a character string in ISO 8601 format (YYYY-MM-DDThh:mm:ss+/-hh:mm)

end

Optional. Only retrieve data after and including this date/time. Can be an R POSIXct object, or a character string in ISO 8601 format (YYYY-MM-DDThh:mm:ss+/-hh:mm)

Value

A list of time series by location

Examples

if (FALSE) {
olym_clim_ts <- getTimeSeriesByLocation("OLYM_MET_DPC", c("Air Temp", "Snow Depth"), c("Avg", "Depth"))
}