R-package for processing raw files from biometeorological station of SNO-Tourbières
You can install the released version of toolboxMeteosol with:
devtools::install_github("Rosalien/toolboxMeteosol")
Raw files need to respect format describe in the documentation here. Examples of raw files are also available in extdata folder.
toolboxMeteosol::workflowMeteosolData(repFile=system.file("extdata", package = "toolboxMeteosol"),
repTraitement="~/",
repOut="~/",
yearsToIntegrate="20",
Site="lgt",
Station="bm1")