Skip to content

Releases: martin-ueding/geo-activity-playground

0.16.3

23 Dec 11:47
Compare
Choose a tag to compare
  • Ignore Strava activities without a time series.

0.16.2

22 Dec 18:32
Compare
Choose a tag to compare
  • 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

22 Dec 14:13
Compare
Choose a tag to compare
  • 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

22 Dec 13:52
Compare
Choose a tag to compare
  • 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

20 Dec 06:53
Compare
Choose a tag to compare
  • 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

20 Dec 06:47
Compare
Choose a tag to compare
  • Try to open GPX files in binary mode to avoid encoding issues. GH-74

0.15.1

16 Dec 09:51
Compare
Choose a tag to compare
  • Add if __name__ == "__main__" clause such that one can use python -m geo_activity_playground on Windows.

0.15.0

13 Dec 06:56
Compare
Choose a tag to compare
  • Export all missing tiles in the viewport, not just the neighbors.
  • Automatically retry Strava API when the rate limit is exhausted. GH-67
  • Give more helpful error messages when the are no activity files present.

0.14.2

12 Dec 19:24
Compare
Choose a tag to compare
  • Fix broken Strava import (bug introduced in 0.14.0).

0.14.1

12 Dec 19:02
Compare
Choose a tag to compare
  • Fix hard-coded part in KML import.