New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gpx-checker

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gpx-checker

Library to check whether gpx tracks have been recorded properly

  • 1.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Gpx Checker

NPM Version

This command helps you to detect possible errors while recording your gpx tracks.

It checks the following:

  1. That all the waypoint times are in the track segments intervals.
  2. Distance between two successive track points is not bigger than a max.

Also allows to delete points from the track cleanly, this is, without adding other information about the application used to do the removal.

Usage

gpx-checker <gpxFile> [options]

Command Options

--output (-o) File path to save changes to the gpx. If not set, changes are not saved, like a dry-run.

--maxDistance (-m) Allows to set the maximum distance between two successive track points.

--delete (-d) Allows to remove from the track the points in the indexes specified. You can set this option several times.

--deleteRange (-r) Allows to remove from the track the points in the range of indexes specified.

Examples

  • gpx-checker track.gpx -m 25
  • gpx-checker track.gpx -d 56 -d 74 -d 25 -o corrected_track.gpx
  • gpx-checker track.gpx -r 36-57 -o corrected_track.gpx

FAQs

Package last updated on 03 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc