Skip to content

Script to determine your W' and CP based on data from intervals.icu

Notifications You must be signed in to change notification settings

moritzhoferer/wprime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

W' & CP calculator

This command-line tool helps you to determine your W'(w prime) and CP (critical power) values. These parameter can be helpful for your cycling training.

To use the script, you have to synchronize you data with intervals.icu. Then download you power curve data as csv [Link to your power data].

Instructions

First, consider if you want to setup an virtual environment.

python3 -m venv venv
source  source  ./venv/bin/activate

Then install the required packages

python -m pip install -r requirements.txt 

To finally run the program run

python main.py path

where path is the path the csv-file you downloaded before that contains your power data (e.g.: athlete_i00000_power_curves.csv)

About

Script to determine your W' and CP based on data from intervals.icu

Topics

Resources

Stars

Watchers

Forks

Languages