LapsAnalyzer is a tool to analyze race laps from FIT file.
- FIT parsing
- laps auto-detection
- heart rate, speed, elevation, cadence and power interactive plotting
- lap statistics
- laps comparison
- screenshots summary exportation
- manual laps statistics
- graph chart
- boxplot chart
- Download LapsAnalyzer at https://github.com/bgallois/LapsAnalyzer/releases
- Start LapsAnalyzer
- Create a virtual environment (more information at https://docs.python.org/3/library/venv.html)
python3 -m venv venv
- Activate the virtual environment
source venv/bin/activate
- Install packages
pip install -r requirements.txt
- Start
./run.sh