Skip to main content

Python library for analysis of ANT/Garmin .fit files

Project description

heartandsole

Python library for analysis of running data files.

Python 3.6 License


Table of Contents


Introduction

heartandsole is designed to work with running or walking activity files. It allows for extraction of data from a .fit file as well as calculations, such as the following:

  • elapsed time
  • moving time
  • average heart rate
  • running power (based on Dr. Philip Friere Skiba's GOVSS algorithm)
  • average running power
  • normalized running power (based on information publicly available about TrainingPeaks' NP® and NGP®, and Dr. Philip Friere Skiba's GOVSS algorithm)
  • intensity (based on information publicly available about TrainingPeaks' IF®)
  • training stress (based on information publicly available about TrainingPeaks' TSS® and Dr. Philip Friere Skiba's GOVSS algorithm)

My impetus for this project was to implement a version of Philip Friere Skiba's GOVSS algorithm (with tweaks to better align with the underlying research). The end result will be a free, open-source version of proprietary calculations found in platforms like Strava and Training Peaks. My hope is that other runners will benefit as I have from taking these secret algorithms out of their black box, by understanding the science behind these calculations and training smarter.

This package was originally forked from Michael Traver's fitanalysis package, but the two projects diverged significantly enough for me to move my fork to a separate repository. I am indebted to Michael for writing such a clean, useful, easy-to-understand package that served as heartandsole's starting point.


Dependencies and Installation

Pandas, NumPy, fitparse, and spatialfriend are required.

pip install heartandsole to install.


Example

heartandsole provides the Activity class.

import heartandsole

fit = heartandsole.FitActivity('my_activity.fit')
activity = heartandsole.Activity(fit.data, fit.elapsed_time)

print(activity.elapsed_time)
print(activity.moving_time)

# Also available for power, equivalent-power flat-ground speed,
# cadence, and heart rate:
print(activity.mean_speed)

# Calculates running power from speed, and elevation data.
power = activity.power

# 30-second moving average power is a more suitable
# proxy for metabolic intensity than instantaneous power.
power_smooth = activity.power_smooth

# Summarizing activity power with the 4-norm is more representative
# of intensity than average power.
print(activity.norm_power)

# Intensity and training stress calculations require a threshold 
# power value (in Watts/kg), which the utility functions can calculate
# from flat-ground threshold pace (min/mile).
pwr = heartandsole.powerutils.flat_run_power('6:30')
print(activity.power_intensity(pwr))
print(activity.power_training_stress(pwr))

# Intensity and training stress may also be calculated from
# HR data. This calculation requires a threshold HR value in BPM.
print(activity.hr_intensity(162))
print(activity.hr_training_stress(162))

Construction of a FitActivity parses the .fit file and detects periods of inactivity. The decision to remove inactive periods is left to the user.

Construction of an Activity accepts a pandas DataFrame formatted by a FitActivity, plus an elapsed time value (which may not be possible to calculate from the formatted DataFrame).


Project Status

Current Activities

  • Showcase package functionality on my website.

  • Make a project wiki so I can be as verbose as I please.

  • Make life a little easier with Travis CI.

Future Work

  • Expand file-reading ability to gpx, .tcx, .pwx, and maybe more.

References

Coggan, A. (2012, June 20). Re: Calculate Normalised Power for an Interval [Online forum comment]. Retrieved June 14, 2017, from http://www.timetriallingforum.co.uk/index.php?/topic/69738-calculate-normalised-power-for-an-interval/&do=findComment&comment=978386

Coggan, A. (2016, February 10). Normalized Power, Intensity Factor and Training Stress Score. TrainingPeaks. Retrieved June 14, 2017, from https://www.trainingpeaks.com/blog/normalized-power-intensity-factor-training-stress/

Coggan, A. (2003, March 13). TSS and IF - at last! [Online forum post]. Retrieved June 14, 2017, from http://lists.topica.com/lists/wattage/read/message.html?mid=907028398&sort=d&start=9353

Di Prampero, P. E., Atchou, G., Brückner, J. C., & Moia, C. (1986). The energetics of endurance running. European Journal of Applied Physiology and Occupational Physiology, 55(3), 259-266.

Di Prampero, P. E., Capelli, C., Pagliaro, P., Antonutto, G., Girardis, M., Zamparo, P., & Soule, R. G. (1993). Energetics of best performances in middle-distance running. Journal of Applied Physiology, 74(5), 2318-2324.

Eckner, A. (2017, April 3). Algorithms for Unevenly Spaced Time Series: Moving Averages and Other Rolling Operators. Retrieved June 14, 2017, from http://eckner.com/papers/Algorithms%20for%20Unevenly%20Spaced%20Time%20Series.pdf

Friel, J. (2009, September 21). Estimating Training Stress Score (TSS). TrainingPeaks. Retrieved June 22, 2017, from https://www.trainingpeaks.com/blog/estimating-training-stress-score-tss/

Minetti, A. E., Moia, C., Roi, G. S., Susta, D., & Ferretti, G. (2002). Energy cost of walking and running at extreme uphill and downhill slopes. Journal of Applied Physiology, 93(3), 1039-1046.

Pugh, L. G. E. (1971). The influence of wind resistance in running and walking and the mechanical efficiency of work against horizontal or vertical forces. The Journal of Physiology, 213(2), 255-276.

Skiba, P. F. (2006, September 16). Calculation of Power Output and Quantification of Training Stress in Distance Runners: The Development of the GOVSS Algorithm. RunScribe. Retrieved August 20, 2019, from http://runscribe.com/wp-content/uploads/power/GOVSS.pdf


Contact

Reach out to me at one of the following places!


License

License

This project is licensed under the MIT License. See LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

heartandsole-0.0.12.tar.gz (15.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

heartandsole-0.0.12-py3-none-any.whl (18.6 kB view details)

Uploaded Python 3

File details

Details for the file heartandsole-0.0.12.tar.gz.

File metadata

  • Download URL: heartandsole-0.0.12.tar.gz
  • Upload date:
  • Size: 15.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.9

File hashes

Hashes for heartandsole-0.0.12.tar.gz
Algorithm Hash digest
SHA256 ce665520bfa0f0d6cd4ea8ce16e0f36ac140c3143b6d9678445a1a67e369e866
MD5 064aedc74ff62e2c4511085dedb006d6
BLAKE2b-256 d43461ec0bfb4f0d5cf507f237c4a2029ced301dde1e8413f2391a6652441dbc

See more details on using hashes here.

File details

Details for the file heartandsole-0.0.12-py3-none-any.whl.

File metadata

  • Download URL: heartandsole-0.0.12-py3-none-any.whl
  • Upload date:
  • Size: 18.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.9

File hashes

Hashes for heartandsole-0.0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 ce8e23a667a50f0fe224a09eec29f601ae92e5eab91185321c68f1ac68cc0a35
MD5 354ff2cd9a3fddd3d7ba7a1547edf484
BLAKE2b-256 c7ea85dbd052f4c66d58aa99888f71a8a1c9077caae3bb7ccb88d8e55775e816

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page