diadia -v (return code: 0)
diadia.lua v1.0 (2015/05/15)
(C) Josef Kleber 2015 License: LPPL
diadia -h (return code: 0)
diadia.lua [options]
allows you to
- cut a chunk out of the data file
e.g.: -i in.dat -o out.dat -s YYYY-MM-DD -e YYYY-MM-DD
- compose a new data file based on given columns of an
existing data file
e.g.: -i in.dat -o out.dat -c 1,2
- create a new data file with date and value (1st and
2nd column of existing file) and added value average
columns of the last 7, 14, 30, 60 and 90 days
e.g.: -i in.dat -o out.dat [-s YYYY-MM-DD -e YYYY-MM-DD]
Options:
-m specify the mode (cut|compose|average)
-i specify the input file
-o specify the output file
-c specify the columns for compose mode
-s specify the start date (YYYY-MM-DD) in
cut and average mode
-e specify the end date
-v prints version information
-h prints help information
diadia.lua v1.0 (2015/05/15)
(C) Josef Kleber 2015 License: LPPL