SamR1 / FitTrackee

Self-hosted outdoor activity tracker :bicyclist:
https://samr1.github.io/FitTrackee
GNU Affero General Public License v3.0
729 stars 45 forks source link

Workouts heatmap #39

Open SamR1 opened 5 years ago

jat255 commented 1 year ago

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

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

Hund commented 1 year ago

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. :)

TomCasavant commented 1 year ago

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