josemarcosrf / GPX-merge

Python tool to merge GPS and heart-rate GPX files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPX Merge

This a small python utility to merge GPX and TCX files.

Limitations

⚠️ Merging gpx with tcx files is yet not supported!

❌ Current gpx lib doesn't support missing longitude and latitude

❌ Current gpx lib doesn't support heart rate data

Install

pip install -r requirements.txt

Run

Merging all gpx and tcx files in a directory

python run.py <dir-with-files-to-merge> <output-gpx-file>

Converting tcx to gpx

python -m gptcx.tcx <input-tcx-file> <output-gpx-file>

About

Python tool to merge GPS and heart-rate GPX files


Languages

Language:Python 90.6%Language:Makefile 9.4%