[go: nahoru, domu]

Skip to content

Decodes '*.fit' files and returns readable values.

Notifications You must be signed in to change notification settings

g3th/Fit_File_Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fit File Decoder

Decodes Readable Values from Fit Activity

Load up a *.fit file with an activity, such as running, and decode values like speed, longitude, latitude and more.

Is currently only tested on Garmin Forerunner 35 files, as I have written the decoder (with the help of Garmin SDK) to process my own running activites without using Strava or similar platforms.

The entire route is drawn using Folium, and information (such as average pace, or the length of the entire activity) can be added onto a panel visible in the right side of the page.

Will currently only decode a few values, like longitude, latitude and speed, and return them as readable numbers. The speed is translated into pace. All units are in km (i.e. pace is km per minute). Speed is converted from meters per seconds as given in the original file.

About

Decodes '*.fit' files and returns readable values.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages