dev-master
9999999-devA CLI application to deal with GPX files.
MIT
The Requires
The Development Requires
A CLI application to deal with GPX files.
GPX cli is a PHP cli tool to deal with GPX files., (*2)
composer create-project bab/gpx-cli
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/
This tool is released under the MIT License. See the bundled LICENSE file for details., (*6)
A CLI application to deal with GPX files.
MIT