Strava-local-heatmap
Strava-local-heatmap copied to clipboard
Unique line file
If the file has one unique line, the program fail.
Problem is here: with open(gpx_file) as file: for line in file:
@darrepac thanks for the report, did you get this GPX file from Strava? The parser in this script is very limited, and was only tested with GPX files from Strava.
No, indeed this is a generic file not coming from Strava
No, indeed this is a generic file not coming from Strava
@darrepac I just did a fix on a fork for this issue. You can find it in https://github.com/bousqi/Strava-local-heatmap A pull request is created to tackle this issue.