Skip to content

Releases: willianpaixao/polar-running-index

v1.0.0

12 Mar 12:23
v1.0.0
a972e18

Choose a tag to compare

Installation

pip install polar-running-index

Features

  • CLI tool -- point it at a FIT file with your HR parameters and get a Running Index estimate:
    polar-running-index activity.FIT --hr-max 190 --hr-rest 50
    
  • Two algorithm variants -- Heart Rate Reserve (Karvonen, default) and simple HRmax ratio
  • Cardiac drift correction -- compensates for natural HR rise over time at constant effort
  • Per-segment analysis (--segments) -- breaks the activity into laps or per-km splits with individual RI values
  • Polar Flow comparison (--polar-ri) -- compare calculated RI against the official Polar value
  • JSON output (--json) -- machine-readable output for scripting and integration
  • Outlier removal -- IQR-based filtering for robust estimates

Supported Python versions

  • Python 3.11
  • Python 3.12
  • Python 3.13