martin-ueding / geo-activity-playground

Data analysis and visualization based on GPS tracked outdoor activities.
https://martin-ueding.github.io/geo-activity-playground/
MIT License
38 stars 14 forks source link

Cleaning up kinds of activities coming from Strava #188

Closed biker793 closed 4 weeks ago

biker793 commented 1 month ago

Hi, somehow the language from my activities switch from German to English. And since the latest update of the playground I also get a 'root:' prefix. The latter might be fixed easily, but fixing the mix of German and English names is coming from my side. Maybe a group renaming function in the options would be feasible Screenshot 2024-10-17 at 20-40-18 Geo Activity Playground

martin-ueding commented 4 weeks ago

The root thing comes from stravalib 2.0; I've fixed that.

For the renaming I've implemented something for you:

Bildschirmfoto_20241025_185341

Bildschirmfoto_20241025_185349

In your case you'd need to enter these rules:

Ride => Radfahrt
Run => Lauf
Walk => Spaziergang
root='Ride' => Radfahrt
root='Run' => Lauf
root='Walk' => Spaziergang

Then it should re-scan for activities and everything should be resolved.

Will be available in version 0.30.0 that I'll release later today. Please reopen if it isn't solved.