Skip to content

Python3 script to analyze a directory of .fit files (e.g. used by Garmin) to retrieve average, range and standard deviation for the distance, altitude change and duration of the activities.

Notifications You must be signed in to change notification settings

AstroTV/FitDataAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FitDataAnalysis

Python3 script to analyze a directory of .fit files (e.g. used by Garmin) to retrieve average, range and standard deviation for the distance, altitude change and duration of the activities.

Install requirements

pip install -r requirements.txt

Run the script

python fit.py <path-to-folder>

About

Python3 script to analyze a directory of .fit files (e.g. used by Garmin) to retrieve average, range and standard deviation for the distance, altitude change and duration of the activities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages