aggregateMeteosolData: aggregateMeteosolData

Description Usage Arguments Value Examples

View source: R/aggregateMeteosolData.R

Description

Elaborated variable calculation, quality control and semi-hourly average for raw data from biometeorological station of SNO-Tourbières

Usage

1
aggregateMeteosolData(rawFilePath)

Arguments

rawFilePath

Complete file path of raw file from biometeorological station of SNO-Tourbières (ex. "/home/jbparoissien/SI_SNOT/processMeteoSol/inst/extdata/FR_LGT_001_20_036_0000.csv"). Need to respect format presented here

Value

data.table meteosol semi-hourly

Examples

1
2
3
4
rawFilePath <- system.file("extdata",
"FR_LGT_001_20_036_0000.csv",
package = "toolboxMeteosol")
aggregateMeteosolData(rawFilePath)

Rosalien/toolboxMeteosol documentation built on Aug. 15, 2020, 7 a.m.