Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nbbrd/jdemetra-cli
Command line interface for JDemetra+
https://github.com/nbbrd/jdemetra-cli
command-line-tool jdemetra
Last synced: about 1 month ago
JSON representation
Command line interface for JDemetra+
- Host: GitHub
- URL: https://github.com/nbbrd/jdemetra-cli
- Owner: nbbrd
- Created: 2015-07-30T13:12:40.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2017-09-20T12:16:06.000Z (over 7 years ago)
- Last Synced: 2024-03-26T15:59:33.514Z (9 months ago)
- Topics: command-line-tool, jdemetra
- Language: Java
- Homepage: https://github.com/jdemetra
- Size: 430 KB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Command line interface for JDemetra+
**jdemetra-cli** is a set of command-line tools for calling [JDemetra+](https://github.com/jdemetra/jdemetra-app/) APIs (such as seasonal adjustment, outlier detection and time series I/O) without using the desktop application.
These tools follow the Unix philosophy of _"Do one thing and do it well"_:
- perform a single function
- be composableThey can be used for research, training or automation.
## Quickstart
jdemetra-cli runs on multiple platforms such as Windows, Mac OS X and Linux (Java SE 8 or later version is required).
To install, download the [latest version](https://github.com/nbbrd/jdemetra-cli/releases/latest), unzip it where you like.
If you want to call it anywhere on your system, add `/bin` to your system path.An exhaustive list of commands is available on the [wiki](https://github.com/nbbrd/jdemetra-cli/wiki).
The following example extracts some time series from an Excel file, detects their outliers and writes a report.
`$ dem spreadsheet2ts data.xslx | dem ts2outliers -o result.xml -f`