Strava-local-heatmap
Strava-local-heatmap copied to clipboard
Python script to generate a high resolution heatmap from Strava GPX files
Now calculating trackpoint accumulation against used files instead of all files. This fixes a nearly black output if the data is filtered to a (very) small subset of all data...
### Problem When using the year filter and at the end the script uses only about 500 tracks from over 15000 (1 year out of 10) my plotted heatmap is...
Hello, I tried to process thousands of files but then I saw the memory growing growing and then the process get killed... Is there a plan to may-be better manage...
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...
Hi [CREPS_Rimouron963.zip](https://github.com/remisalmon/Strava-local-heatmap/files/7845934/CREPS_Rimouron963.zip) If the file has one unique line, the program fail. Problem is here: **with open(gpx_file) as file: for line in file:**
The setup.py is useful to integrate the repository as sub module or dependency in other repository. As I wanted to use the project I created a setup.py and hope you...
I really like the script and its output and would like to use it in more flexible ways. It currently expects the data to be in a flat directory full...
Hello, I'v been pulling my hairs on this for quite few days now and I'm struggling to find a simple way to have the output at a specific size with...
is it possible to add .fit files to this?
This PR might not be 100% technically great. I'm more used to Java ;-) The PR should merely get the discussion about the requirement going. Basically I would like to...