Skip to content

matthewhuebsch/strava

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Analysis of running data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%