Artistic visualisations of Strava activity data
- Log in to Strava
- Select "Settings" from the main drop-down menu at top right of the screen
- Select "Download all your activities" from lower right of screen
- Wait for an email to be sent
- Click the link in email to download zipped folder containing activities
- Unzip files into data folder
For example:
$ R
install.packages(c("sp", "XML", "tidyverse", "devtools"))
devtools::install_github("marcusvolz/ggart")
quit()
Save workspace image? [y/n/c]: n
mkdir processed
Rscript 01_process_data.R
Rscript 02_plot_run_facets.R
Rscript 03_plot_run_map.R
open plots/*.png