https://github.com/colcarroll/run_mapper
R code for mapping .gpx files
https://github.com/colcarroll/run_mapper
Last synced: 9 months ago
JSON representation
R code for mapping .gpx files
- Host: GitHub
- URL: https://github.com/colcarroll/run_mapper
- Owner: ColCarroll
- Created: 2014-02-10T00:49:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-10T00:51:43.000Z (over 12 years ago)
- Last Synced: 2025-03-25T09:14:39.387Z (over 1 year ago)
- Language: R
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
run_mapper
==========
R code for mapping .gpx files
Project idea and starting code borrowed from http://flowingdata.com/2014/02/05/where-people-run/
To use, clone the repo, create a data/ directory with all your .gpx files and an empty maps directory,
then open an R console in the source root, and run `source('run_mapper.R')`, followed by `make.plots()`.