Skip to content

Releases: martin-ueding/geo-activity-playground

0.10.0

27 Nov 07:09
Compare
Choose a tag to compare
  • Certain exceptions are not skipped when parsing files. This way one can gather all errors at the end. GH-29
  • Support TCX files. GH-8
  • Fix equipment view when using the directory source. GH-25
  • Fix links from the explorer tiles to the first activity that explored them. GH-30
  • Fix how the API response from Strava is handled during the initial token exchange. GH-37

0.9.0

26 Nov 19:21
Compare
Choose a tag to compare
  • Certain exceptions are not skipped when parsing files. This way one can gather all errors at the end. GH-29
  • Support TCX files. GH-8
  • Fix equipment view when using the directory source. GH-25
  • Fix links from the explorer tiles to the first activity that explored them. GH-30

0.8.3

26 Nov 16:24
Compare
Choose a tag to compare
  • Only compute the explorer tile cluster size if there are cluster tiles. Otherwise the DBSCAN algorithm doesn't work anyway. GH-24
  • Remove allocation of huge array. GH-23

0.8.2

26 Nov 16:24
Compare
Choose a tag to compare
  • Some FIT files apparently have entries with explicit latitude/longitude values, but those are null. I've added a check which skips those points.

0.8.1

26 Nov 09:18
Compare
Choose a tag to compare
  • Fix reading of FIT files from Wahoo hardware by reading them in binary mode. GH-20.
  • Fix divide-by-zero error in speed calculation. GH-21

0.8.0

26 Nov 08:00
Compare
Choose a tag to compare
  • Make heart rate zone computation a bit more flexibly by offering a lower bound for the resting heart rate.
  • Open explorer map centered around median tile.
  • Compute explorer cluster and square size, print that. GH-2
  • Make it compatible with Python versions from 3.9 to 3.11 such that more people can use it. GH-22

0.7.0

26 Nov 08:01
Compare
Choose a tag to compare
  • Add Squadratinhos, which are explorer tiles at zoom 17 instead of zoom 14.
  • Reduce memory footprint for explorer tile computation.

0.6.0

26 Nov 08:01
Compare
Choose a tag to compare
  • Interactive map for each activity.
  • Color explorer tiles in red, green and blue. GH-2
  • Directly serve GeoJSON and Vega JSON embedded in the document.
  • Automatically detect which source is to be used. GH-16
  • Fix the name of the script to be geo-activity-playground and not just geo-playground. GH-11
  • Add mini maps to the landing page. GH-9
  • Add fullscreen button to the maps. GH-4
  • Add favicon. GH-19
  • Added some more clever caching to the explorer tiles such that loading the page with explorer tiles comes up in just a few seconds.
  • Add a triplet of time series plots (distance, altitude, heart rate) for each activity.
  • Show plot for heart rate zones per activity. GH-12
  • Handle activities without any location points. GH-10
  • Resolve Strava Gear name. GH-18
  • Add page for equipment. GH-3
  • Add a pop-up with some metadata about the first visit to the explorer tiles. GH-14
  • Integrate missing explorer tiles into the web interface. GH-7.
  • Color activity line with speed. GH-13
  • Add interactive heatmap.
  • Add margin to generated heatmaps. GH-1

0.5.0

26 Nov 08:01
Compare
Choose a tag to compare
  • Add some plots for the Eddington number. GH-3

0.4.0

26 Nov 08:02
Compare
Choose a tag to compare
  • Add some more plots.