Skip to content

Releases: martin-ueding/geo-activity-playground

0.17.3

14 Jan 15:51
Compare
Choose a tag to compare
  • Fix error handler for GPX encoding issues. GH-83

0.17.2

14 Jan 07:29
Compare
Choose a tag to compare
  • Fix FIT import failure when the sub-sport is none. GH-84

0.17.1

13 Jan 10:14
Compare
Choose a tag to compare
  • Use locally downloaded tiles for all maps, this way we do not need to download them twice for activities and explorer/heatmap.
  • Localize SimRa files to local time zone. GH-80
  • Parse speed unit from FIT file. There are many devices which record in m/s and not in km/h, yielding too low speeds in the analysis. This is now fixed. GH-82
  • Skip .DS_Store files in the activity directory. GH-81
  • From FIT files we also extract the grade, temperature and GPS accuracy fields if they are present. There is no analysis for them yet, though. Also extract the workout name, sport and sub-sport fields from FIT files. GH-81
  • Add more logging to diagnose Unicode issue on macOS. GH-83

0.17.0

04 Jan 05:30
Compare
Choose a tag to compare
  • Fix bug which broke the import of .tcx.gz files.
  • Add Dockerfile such that one can easily use this with Docker. GH-78
  • Add support for the CSV files of the SimRa Project. GH-79

0.16.4

23 Dec 12:23
Compare
Choose a tag to compare
  • Fix syntax error.

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: Create temporary file in same directory due to permission issues on W…

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.