Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Garmin .fit import #16

Merged
merged 23 commits into from
Jun 24, 2015
Merged

Conversation

jerome-labidurie
Copy link
Contributor

First implementation of .fit file import.
Those files are produced by GarwinSwim watch (and some other garmin watch, but no tests done)

To import a file :

  • download
  • load file
  • Garmin FIT file

A CSV modification has been introduced. At the end of a SwimHR line, the list of stroke style by length is added. This is not tested with swimovate windows software. Also, values are from garmin specifications and might not match swimovate ones.

The fit parsing code is borrowed (and modified) from antpm-fit2gpx software. A .fit file is provided in contrib/ dir.

For more details, check #15

ihewitt added a commit that referenced this pull request Jun 24, 2015
Support for Garmin .fit import
@ihewitt ihewitt merged commit 0c7f7f0 into ihewitt:master Jun 24, 2015
@ihewitt
Copy link
Owner

ihewitt commented Jun 24, 2015 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants