Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.07 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.07 KB

Strava

Artistic visualisations of Strava activity data

Examples

Facets

facets

Map

map

How to use

Bulk export from Strava

  1. Log in to Strava
  2. Select "Settings" from the main drop-down menu at top right of the screen
  3. Select "Download all your activities" from lower right of screen
  4. Wait for an email to be sent
  5. Click the link in email to download zipped folder containing activities
  6. Unzip files into data folder

Install R packages

For example:

$ R
install.packages(c("sp", "XML", "tidyverse", "devtools"))
devtools::install_github("marcusvolz/ggart")
quit()
Save workspace image? [y/n/c]: n

Run the scripts

mkdir processed
Rscript 01_process_data.R
Rscript 02_plot_run_facets.R
Rscript 03_plot_run_map.R
open plots/*.png