diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -7,6 +7,8 @@ - Storing GPX - Export mountain pass from OSM and auto detect when pass is crossed - Auto detect climbs from GPX +- Compute estimated power +- Export data from Strava, Garmin ## Implementation @@ -20,11 +22,14 @@ - Django bike - https://github.com/paulmach/osm - https://github.com/tkrajina/gpxgo +- https://github.com/brendangregg/FlameGraph +- `go tool pprof -http=":8081"` ## TODO - CI / Tooling - Tests +- linter for calls to `make([]..., n)` that then use append ## Examples @@ -41,4 +46,5 @@ | 99.0km | 109.5km | | 128.2km | 141.8km | -- add min slope to prevent long false up +- add min slope to prevent long false up ? +- check score of 60km-76km vs 32km-76km |