DATAPROC is executed as
standalone
application.
Subtotals generation for average, max., min. and/or total values
Optional timesteps: monthy, weekly, daily, hourly and/ or min.intervals
Options are indicated in file PARAM.CFG
The filename to be process can be input in PARAM.CFG or be entered in
the command line (e.g. processData testfile.txt)
Data file must contain:
- One headerline
- First column: Date DD/MM/YYYY or DD-MM-YYYY
- Second column: Time hh:mm
- Next columns: Data of the variables to be processed
e.g.
Date Time Temp1 (ºC) Temp2 (ºC) Temp3 (ºC) RH (%)
02-09-06 14:30 24.01
19.37 16.4 75.3
02-09-06 14:40 23.63
18.89 15.9 74.8
02-09-06 14:50 23.63
19.19 16.2 76.2
02-09-06 15:00 23.63
19.19 16.2 76.2
IMPORTANT:
The input data file must always contain a DATE (DD-MM-YY or DD-MM-YYYY)
and a TIME (hh:mm) column. / as date separator is also valid
(DD/MM/YYYY)
NOTE:
Data values with minute label equal to zero (e.g. 0:00, 1:00, 15:00...)
belong to the previous timestep interval.
|