nkarasiak / gpxsplit

Split a GPX (segment, track...) - Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Split a GPX (segment, track...) - Python


Languages

Language:Python 100.0%