fdk_release | R Documentation |
Creates a new product release when data is organized in the fixed data structure as specified. This function calls individual functions which are more flexible but for consistency this wrapper restricts things further.
fdk_release(
df,
input_path,
output_path,
overwrite_lsm = TRUE,
overwrite_fluxnet = TRUE
)
df |
data frame with site meta-data information |
input_path |
path with input data |
output_path |
path where to store the output data |
overwrite_lsm |
overwrite the LSM-formatted NetCDF files if the output path exists |
overwrite_fluxnet |
overwrite the FLUXNET-formatted CSV files if the output path exists |
the FluxDataKit data release as a set of netCDF, CSV data, compressed RDS rsofun drivers and meta-data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.