https://github.com/alexxit/swimfitfixer
https://github.com/alexxit/swimfitfixer
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexxit/swimfitfixer
- Owner: AlexxIT
- Created: 2016-03-17T15:22:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-17T15:23:24.000Z (over 10 years ago)
- Last Synced: 2025-02-05T16:16:40.468Z (over 1 year ago)
- Language: Python
- Size: 288 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SwimFitFixer
===
Watch: Garmin Fenix 3 + HRM: Mio Link = can't store HR data in FIT file with Pool Swim mode.
But you can use Open Water Swim mode with disabled GPS.
Unfortunately, these files are not always loaded to the Garmin Connect.
This script fixes the broken Garmin FIT file.
How it works
---
1. Convert FIT file to CSV with Java Utility from FIT SDK.
2. Remove `unknown` fields from CSV file with Python script.
3. Optionally set `lap_distance` with Python script.
4. Convert CSV file to FIT file.