https://github.com/tmcw/running
acquiring, processing, and visualizing running data
https://github.com/tmcw/running
Last synced: 9 months ago
JSON representation
acquiring, processing, and visualizing running data
- Host: GitHub
- URL: https://github.com/tmcw/running
- Owner: tmcw
- Created: 2011-07-27T12:14:40.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2012-10-30T18:00:36.000Z (over 13 years ago)
- Last Synced: 2025-02-06T14:11:53.241Z (over 1 year ago)
- Language: Python
- Homepage: http://macwright.org/running/
- Size: 160 KB
- Stars: 11
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The tools used to make [my running map](http://macwright.org/running/) - this
code will let you download runs from [Garmin Connect](http://connect.garmin.com/),
translate tcx files to Shapefiles en masse, and `squiggly.py` is the implementation
of the very custom 'squiggly' line-to-polygon creator.
## Usage
These tools require [Shapely](http://pypi.python.org/pypi/Shapely),
[BeautifulSoup](http://www.crummy.com/software/BeautifulSoup/), [OGR](http://www.gdal.org/ogr/),
and a few other libraries to operate `disconnect.rb`.
## License
`tcx2shp.py` was originally written by [Matthew Perry](http://blog.perrygeo.net/)
and thus has an Apache License.
Everything else is 3-clause BSD.