Skip to content
Philippe Charles edited this page Sep 18, 2017 · 18 revisions

Overview

The commands follow the conventional Unix option syntaxes with short and long options (e.g. -? and --help).

A command-line help can be triggered by using the option -?.

By default, most commands print the result on the standard output. This behavior is useful for combining commands.
$ dem spreadsheet2ts data.xslx | dem ts2outliers -o result.xml -f

Two commands can be chained provided that the output of the first can be used as input by the second. See below for a description of the I/O.

Available commands

Command description input output
terror Check of the last observations ts-collection csv
ts2outliers Anomaly detection ts-collection outliers
ts2dstats Descriptive statistics ts-collection dstats
ts2sa Seasonal adjustment ts-collection sa
ts2seasonalitytests Seasonality tests ts-collection csv
sa2ts SA export to TS sa ts-collection
tsaggregate Aggregation ts-collection ts-collection
tscrop Filtering ts-collection ts-collection
tsclean Cleaning ts-collection ts-collection

I/O commands

Command description input output
ts2chart Chart generation ts-collection image
odbc2ts ODBC import - ts-collection
random2ts Random import - ts-collection
sdmx2ts SDMX import sdmx-data ts-collection
spreadsheet2ts Spreadsheet import spreadsheet ts-collection
ts2spreadsheet Spreadsheet export ts-collection spreadsheet
txt2ts Text import csv, tsv, txt... ts-collection
xml2ts XML import xml ts-collection
uri2ts URI import uri ts-collection

Experimental commands

Command description input output
cholette - - -
denton - - -
expander - - -
proxytest - - -
ssfdenton - - -
workspace - - -