View source: R/fdk_downsample_fluxnet.R
fdk_downsample_fluxnet | R Documentation |
Down sampling of GPP values is done at-hoc using a simple mean or similar per FLUXNET data specifics.
fdk_downsample_fluxnet(df, site, out_path, overwrite = FALSE)
df |
a half-hourly FLUXNET data frame |
site |
sitename of a site to process |
out_path |
the path where to store the converted data |
overwrite |
overwrite existing output file |
Normally the flux data is generated using a dedicated flux processing workflow. Therefore the data are not 100 should have an R2 > 0.95, with only auto-correlated errors in the NT product.
This function and the data generated should be used with caution, knowing the limitations that this routine implies with respect to all variables included.
data frame with daily (DD) down sampled values or file in the FLUXNET format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.