(no title)
jo-m | 1 year ago
There are some good OSS libraries to read and interpret those files (e.g. Python https://github.com/polyvertex/fitdecode, Go https://github.com/tormoder/fit).
To get your _current_ data, it is possible to pull the current .FIT files from your device (watch, bike computer, ..) when it is plugged to your computer and mounted as file system.
I once started a side project to do exactly that, but abandoned it after a while (https://github.com/jo-m/garmin-disconnect).
winkywooster|1 year ago
the lesson i learned is you can't just expect these exports from any online services to be complete or what you expect. i highly recommend going through an export of anything you depend on and see if it has what you expect.
LeifCarrotson|1 year ago
One of the recommended fixes was a factory reset of the watch, which deletes all of the stored .fit files.
jo-m|1 year ago
hn8726|1 year ago