marcusvolz / strava

Create artistic visualisations with your exercise data
Other
520 stars 57 forks source link

What to do with new export format? #19

Closed basilesimon closed 5 years ago

basilesimon commented 5 years ago

Hi there,

It seems like the Strava archive (or mine, at least) doesn't include GPX any more, but rather .tcx.gz and .fit.gz files.

However this package only includes support for GPX, as per this line

I believe I've heard about a change in their takeout format in May 2018 – do you know if that's changed as well?

Edit: seems like this is a documented issue Strava is not engaging with...

Edit 2: seems like you recommend scraping to go around this issue...

hugovk commented 5 years ago

Here's some notes I made when converting things earlier:

https://github.com/hugovk/strava-tools

I think, under GDPR, that Strava still have to provide our data to us. Not just the original data we uploaded, but also any processed data they have made (like track altitude and course adjustments) and in a usable format (eg. GPX).

basilesimon commented 5 years ago

I see, I see. Most interesting development – well done and thank you on strava-tools!