https://github.com/squiddy/runmap
Create a map of runs from GPX files. Used on my homepage.
https://github.com/squiddy/runmap
gpx map
Last synced: about 1 year ago
JSON representation
Create a map of runs from GPX files. Used on my homepage.
- Host: GitHub
- URL: https://github.com/squiddy/runmap
- Owner: squiddy
- License: mit
- Created: 2018-12-01T16:31:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T16:05:18.000Z (over 7 years ago)
- Last Synced: 2025-03-15T03:48:07.256Z (over 1 year ago)
- Topics: gpx, map
- Language: Go
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# runmap
Create a map of runs from GPX files. Used on my homepage.

## Usage
```
go build -o runmap
./runmap --imageSize 1000 path/to/directory/with/gpx/files/
```
Output will be written as `output.png` in the current working directory.