2017 © Pedro Peláez
 

project gpx-cli

A CLI application to deal with GPX files.

image

bab/gpx-cli

A CLI application to deal with GPX files.

  • Wednesday, May 9, 2018
  • by odolbeau
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

GPX cli tool

Build Status Latest Stable Version Latest Unstable Version, (*1)

GPX cli is a PHP cli tool to deal with GPX files., (*2)

Installation

composer create-project bab/gpx-cli

Usage

Right now, you can display some stats regarding a given GPX file:, (*3)

./console stat my/gpx/file

If needed, you can also split a gpx file containing several tracks into several gpx files, (*4)

./console split my/gpx/file path/to/output/

You can also clean a file by removing all duplicated points, (*5)

./console remove-duplicate-points my/gpx/file path/to/output/

License

This tool is released under the MIT License. See the bundled LICENSE file for details., (*6)

The Versions

09/05 2018

dev-master

9999999-dev

A CLI application to deal with GPX files.

  Sources   Download

MIT

The Requires

 

The Development Requires