An open API service indexing awesome lists of open source software.

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

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)