GitXplorerGitXplorer
F

split_gpx

public
0 stars
1 forks
0 issues

Commits

List of commits on branch main.
Verified
6917b2a418942c5ae0a91d3124c0e186ca003480

document dropping Python 3.8 support

FFriedrichFroebel committed 3 months ago
Unverified
a839fa5f82126f64497f18a35bf2b40286f14a8f

update supported Python versions: drop 3.8 which is EOL, add regular 3.13 release

FFriedrichFroebel committed 3 months ago
Unverified
72031f27a04a5f50217c6a90f6c0540edad81b39

version 0.2.1

FFriedrichFroebel committed 4 months ago
Unverified
983bf8cf7168da74dbf2d62f4a066f107dd18ea0

add test for copying namespaces

FFriedrichFroebel committed 4 months ago
Verified
a36e87224f77a3c1c7f32eacc259a2651a6bd0a4

fix broken extension namespaces

FFriedrichFroebel committed 5 months ago
Verified
8f927352264f5fe24835d25266408a631e803ac8

test against Python 3.13

FFriedrichFroebel committed 6 months ago

README

The README file for this repository.

GPX splitter

Simple tool to split a GPX file into multiple parts.

Features

At the moment, this only supports splitting GPX files after a fixed number of track points. Everything besides the tracks itself will be discarded.

I mostly wrote this module for myself to make it easier to install it as I commonly need this functionality to successfully send full tracks to my GPS device which only supports 500 points per track.

Installation

You can install this package from PyPI:

python -m pip install split_gpx

Alternatively, you can use the package from source directly after installing the required dependencies.

Usage

To see the supported CLI parameters, just run:

python -m split_gpx --help  # or `split_gpx --help`

License

This package is subject to the terms of the MIT license.