Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakutis/tcxjoin

Join two Training Center XML (tcx) files
https://github.com/jakutis/tcxjoin

Last synced: 6 days ago
JSON representation

Join two Training Center XML (tcx) files

Awesome Lists containing this project

README

        

# tcxjoin

Join two Training Center XML (tcx) files

## Installation

1. Install Node.js.
2. Execute in the command line: `npm install -g tcxjoin`.

## Usage

1. Execute in the command line: `tcxjoin [mode] [a] [b] [output]`, where:
* `[mode]` is either `union` or `only-during-gps`;
* `[a]` and `[b]` are the names of input files to be combined;
* `[output]` is the name of output file to be created.

## License

Copyright (c) 2017 Vytautas Jakutis

Licensed under the GPL-3.0 License