Visualization for FIT-Files created by Garmin Forerunner 735XT using Shiny
handled by makefile:
-
fetch: mounts + unmounts the watch and copies new data to working dir
-
decode: created *.RDS and *.png files from FIT-files, which contain correctly converted information from the *.FIT-files, and are directly accessed later by the UI script
-
stats: collects information from the new *.RDS files and stores them in a single script (the session statistics of the activity)
-
launch: starts the shiny UI - manual access via browser necessary
-
all: fetch, decode and stats all at once
-
backup: copies files to backup folders (useful for development)