bab / gpx-cli
A CLI application to deal with GPX files.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- sibyx/phpgpx: dev-master
- symfony/console: ^4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.8
- phpstan/phpstan: ^0.9.1
- phpunit/phpunit: ^6.5
This package is auto-updated.
Last update: 2024-11-06 10:23:14 UTC
README
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.