Releases: martin-ueding/geo-activity-playground
Releases · martin-ueding/geo-activity-playground
0.16.3
- Ignore Strava activities without a time series.
0.16.2
- Make heatmap images that are downloaded look the same as the interactive one.
- Always emit the path when there is something wrong while parsing an activity file.
0.16.1
- Fix handling of TCX files on Windows. On that platform one cannot open the same file twice, therefore my approach failed. Now I close the file properly such that this should work on Windows as well.
0.16.0
- Add feature to render heatmap from visible area. GH-73
- Remove heatmap image generation from clusters, remove Scikit-Learn dependency.
- Add offsets for equipment. GH-71
- Fix number of tile visits in explorer view. GH-69
- Add action to convert Strava checkout to our format. GH-65
- Filter out some GPS jumps. GH-54
- Add simple search function. GH-70
0.15.3
- Create temporary file for TCX parsing in the same directory. There was a problem on Windows where the program didn't have access permissions to the temporary files directory.
0.15.2
0.15.1
- Add
if __name__ == "__main__"
clause such that one can usepython -m geo_activity_playground
on Windows.
0.15.0
0.14.2
- Fix broken Strava import (bug introduced in 0.14.0).
0.14.1
- Fix hard-coded part in KML import.