R functions for exploring GPS run tracks.
The app relies on 3 external libraries:
- rsync for syncronizing data between Garmin watch and local directory
- fit2tcx for converting Garmin FIT files into Garmin tcx files (training center)
- gpsbabel multi-format conversion tool for GPS data
The app relies on the R software and 6 packages:
dplyr
for data manipulationlubridate
andISOweek
for temporal formatsggplot2
for graphical outputssf
for spatial data (note that you need the external library gdal > 2.0)leaflet
for interactive mapping
The RStudio IDE eases graphic and cartographic visualization.