gw_conditions: Create a percentiles map with selected observation wells

View source: R/gw_conditions.R

gw_conditionsR Documentation

Create a percentiles map with selected observation wells

Description

Create a percentiles map with selected observation wells

Usage

gw_conditions(
  ows = NA,
  report_dates = Sys.Date(),
  n_days = 14,
  years_min = 5,
  cache_age = 7
)

Arguments

ows

Character vector. Observation well numbers (e.g, "OW000"). Set to NA for all wells (default).

report_dates

Character vector. Only one date for this function. Default Sys.Date().

n_days

Numeric. If there is no data on the report date chosen, this is the range of days over which to look for alternative dates with data. Defaults to 2 weeks, meaning 2 weeks before and 2 weeks after a given report date, for a total window of 4 weeks.

years_min

Numeric. Minimum number of years required to to calculate a percentiles

cache_age

Logical. Maximum age in days of cached datasets (not obs well data, but metadata related to regional maps, aquifer and wells).


bcgov/bcgwlreports documentation built on Aug. 9, 2024, 10:47 p.m.