debug-gpx
v1.0.0
Published
Slice your GPX files to make it easier to debug
Downloads
3
Maintainers
Readme
Debug NPM
A simple tool to cut segments so you can easily deb ug your GPX files using common editors such as wtracks, gpxsee, or run particles.
Installation
npm install -g debug-npm
Usage
The program slices the GPX file while you are debugging it. You can then refresh in your editor. Back on the terminal hit control+c
to restore the file to the original state.
debug-gpx --file my_run.gpx --from 100 --to 200
Or in "interactive" mode
debug-gpx --file my_run.gpx