Skip to content

Uphill Athlete Heart rate training zone calculator

Notifications You must be signed in to change notification settings

N3i1/RunZoneCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Heart rate zone calculator

:

Produces a report based on the formula's laid out in Training for the Uphill Athelete.

Example

Running

python3 runZoneCalc.py -Age 37 -AeT 147 -AnT 167

Will procude the followign report:

According to the basic MAF forula your AeT should be: 146
The AeT that you've submitted was: 147
There's 1 % between the basic MAF formula and the AeT you submitted from your own test.
The Lactate Threshold you submitted was: 167
There's a 14 % diff from your AeT and your Ant
Your ADS is high, you still have much to gain from aerobic training in Zone2
Your HR zones are:
Recovery should be below  116
Zone 1 = 117 131
Zone 2 = 131 147
Zone 3 = 146 167
Zone 4 = 166 186
runZoneCalc.py

Required arguments:
                    -Age
                    -AeT == Aroebic Threshold
                    -AnT == Anerarobic/Lactate Threshold

How to build/Install

pip install -r requirements.txt

Requirments

Python3 or greater installed and PIP.

About

Uphill Athlete Heart rate training zone calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages