Get all corrected climate time series data for a park
getParkClimateData.Rd
Retrieves all corrected, unsummarized time series data from the [PARK]_Climate folder in Aquarius (e.g. OLYM_Climate).
Usage
getParkClimateData(
park_code = c("MORA", "NOCA", "OLYM", "SAJH"),
parameter,
labels,
water_year,
include_derived = FALSE,
time_zone = "America/Los_Angeles"
)
Arguments
- park_code
Four-letter park code(s)
- parameter
A character string indicating which parameter to retrieve (e.g. "Air Temp").
- water_year
Integer vector indicating the water year(s) to fetch data for
- include_derived
Include derived time series?
- time_zone
String indicating the time zone the data were collected in. See the full list of TZ identifiers for more info.