This creates some charts from your Strava runs using R and ggplot.
It was inspired by a Reddit post (with better visuals) and someone else who learned some R by way of their Strava data.
Here's what a couple years of my data looks like.
You need to have R installed.
Then, download an export of your Strava activities in CSV format.
Move the activities.csv
file to your ~/downloads
directory.
Run the script to generate the charts into your ~/downloads
folder:
$ R < analysis.R --no-save