Skip to content
/ stramap Public

Plot gpx tracks from Strava to OpenStreetMap HTML file

Notifications You must be signed in to change notification settings

noqqe/stramap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stramap

I'd like to plot all my cycling activities per year (as well as all the years combined) to one single map so that I can see my progress over the years.

stramap takes the input of the Strava export from your profile and plots all gpx tracks to an OSM Map and results to an index.html file.

logo

Usage

  • Download strava archive (see below)
  • Unzip export_XXXXXXX.zip
  • pip install -r requirements.txt
  • Optional: Install gpsbabel
  • ./stramap -a /home/<user>/Downloads/export_XXXXXXX/activities/

for more informations, see --help

Strava Data

To get your strava data, go to 'Account' and 'Delete and Backup Account'. You later recieve an email with a zip in it, that contains a folder called 'activities'

In my export from strava (been there since 2014 with imports from runkeeper) live a couple of different formats, so we need to do a little conversion work upfront

  • gpx (yay)
  • gpx.gz (okay)
  • tcx (home trainer data, we can just ignore this)
  • fit (binary format)
  • fit.gz (binary format)

Releases

No releases published

Packages

No packages published

Languages