gpx-cmd-tools icon indicating copy to clipboard operation
gpx-cmd-tools copied to clipboard

Commandline tools for GPX

Results 8 gpx-cmd-tools issues
Sort by recently updated
recently updated
newest added

Hello, gpxinfo : new argument -u --unit {M,I,N} to manage display in different unity M : Metric (kms, m, kms/h)

On Windows 10, using Windows Store Python 3.10 In PowerShell ``` python3.10 -m venv .venv .venv\Scripts\activate.ps1 python -m pip install gpx-cmd-tools gpxsplitter -h ``` This results in Windows attempting to...

Can you please review and merge this pull request?

Thanks for making such a handy library! Using your package, I was able to create a monthly summary of my daughter's Strava bulk download for her Physical Education (PE) class...

A GPS tracking app I use allows exporting all the tracks as a single GPX file. I would like to feed them into [GPX Animator](https://github.com/gpx-animator/gpx-animator) as separate tracks, so I've...

`python.exe .\gpxinfo test.gpx UnicodeDecodeError: 'charmap' codec can't decode byte 0x8d in position 37815106: character maps to `

I find those utilities to be very useful and reliable. The module distutils was deprecated in python 3.10 and removed in python 3.12, so I cannot install them in python...