diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2025-04-21 10:46:17 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2025-04-21 10:46:17 +0200 |
| commit | 87850541aa6f719721209ed994b93ad4d7ab4077 (patch) | |
| tree | b7aeb56f6cacabf6bf80e7c6ae142ca176046aa4 /README.md | |
| parent | 81645d9a6995bb2f44019948b3f45c277772da5d (diff) | |
Add more data in climb & point
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2,10 +2,12 @@ ## Features +- [ ] Detect similar climbs + PRs - Handling my historical data - Blog with pictures and markdown - Storing GPX - Export mountain pass from OSM and auto detect when pass is crossed + - https://www.jmspae.se/write-ups/kebabs-train-stations/ - Auto detect climbs from GPX - Compute estimated power - Export data from Strava, Garmin @@ -13,6 +15,7 @@ - Garmin TCX export has stats (cal, heart rate, time, cadence), time, pos, alt, distance, hr, cadence, speed - Garmin Fit export has (time, sport, lap/split, gps, sensor, events)? - KML ? +- Strava seems the simpler to use ## Implementation @@ -27,6 +30,13 @@ - https://github.com/tormoder/fit - https://github.com/brendangregg/FlameGraph - `go tool pprof -http=":8081"` +- https://developer.garmin.com/gc-developer-program/activity-api/ +- https://github.com/matin/garth +- https://developers.strava.com/docs/webhooks/ +- https://developers.strava.com/docs/getting-started/ +- https://connect.garmin.com/modern/activities to CSV +- https://github.com/SamR1/FitTrackee +- https://github.com/jovandeginste/workout-tracker ## TODO |