No Description

George C. Privon b86d076722 create a sample configuration file 6 years ago
.gitignore b86d076722 create a sample configuration file 6 years ago
README.md b86d076722 create a sample configuration file 6 years ago
config.R.example b86d076722 create a sample configuration file 6 years ago
online_trip_reports.Rproj 20a908c1a7 initial repo description 6 years ago

README.md

Online Trip Reports

This will generate online trip reports based on available GPX data and images with GPS tagging. The maps are generated with R and the leaflet package.

Processing Steps

None of these steps are currently implemented. These are here to guide my development.

  1. Copy example configuration file (config.R.example) to config.R and edit it to point to the location of GPX files and GPS-tagged image files.
  2. Run clean_gpx.R to prepare GPX files for mapping in leaflet.
  3. Run gen_map.R to generate a web page for the trip, using all of the GPX files and GPS-tagged images in the specified directory.

Requirements

  • R (tested with version 3.5.3).
  • leaflet (tested with version 2.0.2)