Aller au contenu principal
Kgaut's links

Navigation principale

  • Accueil
Menu du compte de l'utilisateur
  • Se connecter

Fil d'Ariane

  1. Accueil

GitHub - marcusvolz/strava_py: Create artistic visualisations with your exercise data (Python version)

Par Anonyme (non vérifié) , 2 février 2026
URL
GitHub - marcusvolz/strava_py: Create artistic visualisations with your exercis…
body
marcusvolz / strava_py Public
  • Notifications You must be signed in to change notification settings
  • Fork 22
  • Star 226

Create artistic visualisations with your exercise data (Python version)

License

MIT license
226 stars 22 forks Branches Tags Activity
Star
Notifications You must be signed in to change notification settings
  • Code
  • Issues 2
  • Pull requests 1
  • Actions
  • Projects 0
  • Security 0
  • Insights
Additional navigation options
  • Code
  • Issues
  • Pull requests
  • Actions
  • Projects
  • Security
  • Insights

marcusvolz/strava_py

BranchesTags
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

141 Commits
141 Commits
.github
.github
 
 
plots
plots
 
 
src/stravavis
src/stravavis
 
 
tests
tests
 
 
.gitignore
.gitignore
 
 
.pre-commit-config.yaml
.pre-commit-config.yaml
 
 
LICENSE
LICENSE
 
 
README.md
README.md
 
 
RELEASING.md
RELEASING.md
 
 
pyproject.toml
pyproject.toml
 
 
tox.ini
tox.ini
 
 

Repository files navigation

  • README
  • MIT license

strava_py

Create artistic visualisations with your exercise data (Python version).

This is a port of the R strava package to Python.

Installation

Install via pip:

python3 -m pip install stravavis

For development:

git clone https://github.com/marcusvolz/strava_py
cd strava_py
pip install -e .

Then run from the terminal:

stravavis --help

How to use

If your activity data is in a folder called activities, run the following command:

stravavis activities

By default, this will create output images prefixed strava-.

If you have an activities.csv file:

stravavis activities --activities_path activities.csv

To only map activities contained within a bounding box:

stravavis activities --bbox 24.782802,59.922486,25.254511,60.29785

Or as a shortcut, save bounding-box coordinates to a file:

echo 24.782802,59.922486,25.254511,60.29785 > helsinki.bbox
stravavis activities --bbox helsinki.bbox

To only plot certain visualisations:

stravavis activities --plot map facets landscape

Examples

Facets

A plot of activities as small multiples. The concept behind this plot was originally inspired by Sisu.

facets

Map

A map of activities viewed in plan.

map

Elevations

A plot of activity elevation profiles as small multiples.

map

Landscape

Elevation profiles superimposed.

map

Calendar

Calendar heatmap showing daily activity distance, using the calmap package. Requires "activities.csv" from the bulk Strava export.

map

Dumbbell plot

Activities shown as horizontal lines by time of day and day of year, facetted by year. Requires "activities.csv" from the bulk Strava export.

map

Bulk export from Strava

The process for downloading data is described on the Strava website here: [https://support.strava.com/hc/en-us/articles/216918437-Exporting-your-Data-and-Bulk-Export#Bulk], but in essence, do the following:

  1. Log in to Strava
  2. Select "Settings" from the main drop-down menu at top right of the screen
  3. Select "My Account" from the navigation menu to the left of the screen.
  4. Under the "Download or Delete Your Account" heading, click the "Get Started" button.
  5. Under the "Download Request", heading, click the "Request Your Archive" button. Don't click anything else on that page, i.e. particularly not the "Request Account Deletion" button.
  6. Wait for an email to be sent
  7. Click the link in email to download zipped folder containing activities
  8. Unzip files

Programmatic use

The package can also be used programmatically. The following code snippets demonstrate how to use the package to create the visualisations.

The main function for importing and processing activity files expects a path to a directory of unzipped GPX and / or FIT files. If required, the fit2gpx package provides useful tools for pre-processing bulk files exported from Strava, e.g. unzipping activity files (see Use Case 3: Strava Bulk Export Tools).

df = process_data("<path to folder with GPX and / or FIT files>")

Some plots use the "activities.csv" file from the Strava bulk export zip. For those plots, create an "activities" dataframe using the following function:

activities = process_activities("<path to activities.csv file>")

Plot activities as small multiples

plot_facets(df, output_file = 'plot.png')

Plot activity map

plot_map(df, lon_min=None, lon_max= None, lat_min=None, lat_max=None,
             alpha=0.3, linewidth=0.3, output_file="map.png")

Plot elevations

plot_elevations(df, output_file = 'elevations.png')

Plot landscape

plot_landscape(df, output_file = 'landscape.png')

Plot calendar

plot_calendar(activities, year_min=2015, year_max=2017, max_dist=50,
              fig_height=9, fig_width=15, output_file="calendar.png")

Plot dumbbell

plot_dumbbell(activities, year_min=2012, year_max=2015, local_timezone='Australia/Melbourne',
              fig_height=34, fig_width=34, output_file="dumbbell.png")

About

Create artistic visualisations with your exercise data (Python version)

Resources

Readme

License

MIT license

Uh oh!

There was an error while loading. Please reload this page.

Activity

Stars

226 stars

Watchers

4 watching

Forks

22 forks
Report repository

Releases 8

v0.6.0 Latest
Dec 29, 2025
+ 7 releases

Packages 0

No packages published

Uh oh!

There was an error while loading. Please reload this page.

Contributors 2

  •  
  •  

Uh oh!

There was an error while loading. Please reload this page.

Languages

  • Python 100.0%
Résumé
Create artistic visualisations with your exercise data (Python version) - marcusvolz/strava_py
Image

Tags

  • sport

Mots clés

activitypubAndroidAnniversaireAppauvergnebaladebatchcachecaddyCICultureDaronnadeddevdebiandockerdroneDrupalfedorafirefoxgitgithubgitlabgitlab-cigooglehome-assistanthomeserverjardinagejellyfinkoboLecturelinuxmigrate APIOrchestrationoutilphpphpunitplexrandonnéeselfhostingsportSpotifysymfonysécuritéTestsvinwallpaper
Propulsé par Drupal