remisalmon / Strava-local-heatmap

Python script to generate a high resolution heatmap from Strava GPX files
https://git.io/fjXTL
MIT License
159 stars 35 forks source link

Few minor tweaks for your tool #16

Open bousqi opened 2 years ago

bousqi commented 2 years ago

I was willing to generate heat map from gpx tracks generated by Polar watch (not strava). Those files are non formatted, everything on the same line. Thus I had to convert those files before processing them. I also added recursive search in GPX directory (my tracks were sorted by year) And least important, I had to change one minor thing about tuple for python 3.8 to be supported.

If you think those are of interest, feel free to pull them.

darrepac commented 2 years ago

Interesting fixes

bousqi commented 2 years ago

I plan to add a time lapse feature... I hope to find spare time to do it. Idea would be to generate heat map per month and make an animation base on my running activity. 😁