FitTrackee icon indicating copy to clipboard operation
FitTrackee copied to clipboard

Workouts heatmap

Open SamR1 opened this issue 5 years ago • 3 comments

SamR1 avatar Sep 01 '19 11:09 SamR1

Perhaps some existing code could be re-used to make this easier.

  • Here's a nifty JS example that's MIT-licensed: https://github.com/erik/derive
  • Here's a Python one also MIT licensed: https://github.com/remisalmon/Strava-local-heatmap
  • Another Python one with no license specified: https://github.com/TomCasavant/GPXtoHeatmap
  • Another MIT Python: https://github.com/arichnad/heatmap-geojson

There are probably others out there, but this is what I found in a quick search.

jat255 avatar Mar 12 '23 23:03 jat255

This would be a really epic feature! I'm currently using statshunters.com for this, but that only supports Strava, and it's not self-hosted. :)

Hund avatar Apr 23 '23 06:04 Hund

Perhaps some existing code could be re-used to make this easier.

* Here's a nifty JS example that's MIT-licensed: https://github.com/erik/derive

* Here's a Python one also MIT licensed: https://github.com/remisalmon/Strava-local-heatmap

* Another Python one with no license specified: https://github.com/TomCasavant/GPXtoHeatmap

* Another MIT Python: https://github.com/arichnad/heatmap-geojson

There are probably others out there, but this is what I found in a quick search.

Yeah, I'd love this feature as well. I created that one without the license (and it now does have a license), but that one primarily uses javascript and google apis to create and generate the map and it works pretty slowly on larger sets, so I don't necessarily recommend mine as a basis for this

TomCasavant avatar Apr 25 '23 14:04 TomCasavant