reprocess_vswc: Internal helper function to reprocess SWC data from...

View source: R/reprocess_vswc.R

reprocess_vswcR Documentation

Internal helper function to reprocess SWC data from calibration data

Description

Apply correct calibration data functions for SWC data - see https://data.neonscience.org/data-products/DP1.00094.001

Usage

reprocess_vswc(site_name, download_date)

Arguments

site_name

Required. NEON code for a particular site (a string)

download_date

Required. Date where we end getting NEON data. Format: YYYY-MM (can't specify day). So "2020-05" means it will grab data for the entire 5th month of 2020. (a string). Downloads data for a given month only

Value

A data frame of startDateTime, horizontalPosition, and the associated QF flag.

A list containing stacked swc data

Author(s)

John Zobitz zobitz@augsburg.edu,

Examples


out_swc <- reprocess_vswc("SJER","2022-06")


neonSoilFlux documentation built on Nov. 23, 2025, 1:06 a.m.