https://github.com/nkarasiak/gpxsplit
Split a GPX (segment, track...) - Python
https://github.com/nkarasiak/gpxsplit
Last synced: about 2 months ago
JSON representation
Split a GPX (segment, track...) - Python
- Host: GitHub
- URL: https://github.com/nkarasiak/gpxsplit
- Owner: nkarasiak
- Created: 2015-10-27T14:31:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-10T18:36:05.000Z (over 9 years ago)
- Last Synced: 2025-03-31T07:34:16.815Z (about 2 months ago)
- Language: Python
- Size: 184 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GpxSplit - basics
Split a GPX by segment, track, or with a lattude and longitude.
Script in Python.
The script get all GPX files in the script's folder and parse them.
By default, all split files are stored in the 'result/' folder.
Split By Segment
gpxsplit.cutby.segment()
Split By Track
gpxsplit.cutby.track()
Split By Point
gpxsplit.cutby.point(latitutde,longitude)