batch_SNOTELdv: Process SNOTEL daily values

View source: R/download_SNOTEL.R

batch_SNOTELdvR Documentation

Process SNOTEL daily values

Description

This function gets daily snotel data from https://wcc.sc.egov.usda.gov/reportGenerator/ website. This function is similar to snotel_download except it includes english units and adds snow depth as a variable.

Usage

batch_SNOTELdv(sites, parallel = FALSE, ...)

Arguments

sites

A vector of SNOTEL site locations, e.g. c("311", "500")

parallel

logical indicating whether to use future_map().

...

arguments to pass on to future_map.

Value

A data.frame with SNOTEL metrics that capture the following variables: snow_water_equivalent, precipitation_cumulative, temperature_max, temperature_min, temperature_mean, precipitation, snow_depth.


joshualerickson/wildlandhydRo documentation built on Feb. 12, 2024, 6:40 p.m.