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
35 stars 14 forks source link

Think about car and train rides #120

Closed martin-ueding closed 3 months ago

martin-ueding commented 4 months ago

I started to also record my car and train rides. I'd be interested in seeing a heatmap with those, because these rides also contribute to my movements. But they shouldn't count towards achievements like explorer tiles or Eddington number.

martin-ueding commented 3 months ago

There is now the option to set it in the config like so:

[kind.Autofahrt]
consider_for_achievements = false

[kind.Bahnfahrt]
consider_for_achievements = false

[kind.Busfahrt]
consider_for_achievements = false

These are displayed on the heatmap, but not counted towards achievements.

Will be available in version 0.24.0.