Sort GPX track points by date
- Linux:
apt install nodejs
(see Ubuntu/Debian section) orpacman -S nodejs
(Arch Linux) - OSX:
brew install node
using Homebrew - Windows: Install
- Clone repo:
git clone git@github.com:mmccartn/gpx-sort.git
- Install dependencies:
npm install
$ node ./index.js --help
usage: index.js [-h] [-v] [-i INPUT] [-o OUTPUT]
GPX Sort
Optional arguments:
-h, --help Show this help message and exit.
-v, --version Show program's version number and exit.
-i INPUT, --input INPUT
Input file path
-o OUTPUT, --output OUTPUT
Output file path