firefly-cpp / sport-activities-features

A minimalistic toolbox for extracting features from sports activity files written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support FIT files

firefly-cpp opened this issue · comments

GPX and TCX file extensions are now supported by this software. However, support for FIT files is still missing. It is heavily used by Garmin as well as Zwift.

More info

Any volunteers for working on this task? @alenrajsp or @luckyLukac?

@firefly-cpp can we get some sample FIT files?

@alenrajsp, an example of a FIT file is added in commit #119. It is possible to find several open-source implementations of FIT parsers. Still, the most convenient way is to develop a straightforward parser from scratch and then upgrade it from time to time so it can live within this package.

What do you think?