This repo consists of several notebooks to analyse cycling data from a .fit file.
This notebook is about the basics. You'll upload a .fit file and start doing some basic analysis of speed, cadence, heart rate and power (if available). You can make some basic graphs with it. Finally, store the data in a .json file format for later use.
By entering some personal data (age, weight, aerobic treshold) we can make some personal calculations and show it in a graph.
Show your ride on a map - contains some issues
Experimental Notebook to calculate bearing and 'tegenwind' en 'meewind'. Work in Progress.
Short script to use the OpenWeather API to load winddata. Unfortunately this can only be done during your ride, not afterwards as OpenWeather does not provide historical data. :-(