1.0.0 • Published 4 years ago

debug-gpx v1.0.0

Weekly downloads
5
License
GPL-3.0-only
Repository
github
Last release
4 years ago

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