Garmin FIT Exporter allows you to export some types of fit files to gpx or to markdown.
- What do you need? Your Garmin watch with a USB connection
- Hardware: Garmin watch + USB connection
- Main library:
pip install garmin-fit-sdk
- Package garmin_fit_export: Garmin FIT file export and debug manager
garmin_fit_exporter.py: main script
usage: garmin_fit_exporter.py [-h] -s SOURCE -d DESTINATION [--overwrite] [--debug]
options:
-h, --help show this help message and exit
-s, --source SOURCE file or directory source
-d, --destination DESTINATION
directory destination
--overwrite Permission to overwrite output file
--debug Export debug raw fileFit file types that are exported to gpx:
- Location
- Activity
- Course
Fit file types that are exported to markdown:
- Record
- Workout
The debug option allows you to export all types of fit files in raw format.
The output file will have the extension: .fit_debug.xml
Instinct 2 is the device from which I get the FIT files to run the debug tests
See CONTRIBUTING.md for details.
See CODE OF CONDUCT for details.
See LICENSE for details.
Roberto Quintiliani