Skip to content

camopants/gpxsplit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%