Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/odolbeau/gpx-cli
A PHP cli tool to deal with GPX files.
https://github.com/odolbeau/gpx-cli
gpx gpx-cli gpx-data gpx-files gpx-library php-cli
Last synced: about 1 month ago
JSON representation
A PHP cli tool to deal with GPX files.
- Host: GitHub
- URL: https://github.com/odolbeau/gpx-cli
- Owner: odolbeau
- License: mit
- Created: 2017-12-06T13:15:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T16:52:44.000Z (over 6 years ago)
- Last Synced: 2024-10-14T02:23:52.293Z (2 months ago)
- Topics: gpx, gpx-cli, gpx-data, gpx-files, gpx-library, php-cli
- Language: PHP
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GPX cli tool
[![Build Status](https://travis-ci.org/odolbeau/gpx-cli.png)](https://travis-ci.org/odolbeau/gpx-cli)
[![Latest Stable Version](https://poser.pugx.org/bab/gpx-cli/v/stable.svg)](https://packagist.org/packages/bab/gpx-cli)
[![Latest Unstable Version](https://poser.pugx.org/bab/gpx-cli/v/unstable.svg)](https://packagist.org/packages/bab/gpx-cli)GPX cli is a PHP cli tool to deal with GPX files.
## Installation
composer create-project bab/gpx-cli
## Usage
Right now, you can display some stats regarding a given GPX file:
./console stat my/gpx/file
If needed, you can also split a gpx file containing several tracks into several gpx files
./console split my/gpx/file path/to/output/
You can also clean a file by removing all duplicated points
./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.