Internal function. Given a set of environmental measurements, create a merged data frame of measurements and positions where the QF_flag exists (either observed or a smoothed mean measurement).
measurement_merge(
neon_data,
data_code,
data_product_id,
measurement_name,
qf_name
)
A data frame of the requested data.
Required. A list of NEON data downloaded from the utilities
Required. Names of data product we are interpolating. (SWS = soil water, ST = soil temperature, SCO2C = soil CO2)
Name of the data product 00094 = soil water, 00041 = soil temperature, 00095 = soil CO2
Required. Names of column we are grabbing. (VSWCMean = soil water, soilTempMean = soil temperature, soilCO2concentrationMean = soil CO2)
Required. Names of qf column we are grabbing. (VSWCFinalQF = soil water, finalQF = soil temperature, finalQF = soil CO2)
John Zobitz zobitz@augsburg.edu