diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2024-07-29 08:14:40 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2024-07-29 08:14:40 +0200 |
| commit | 7da299025e349f243db540ef0427e511c49c920e (patch) | |
| tree | 031e660792c33f39a079562ee9603716fd0466b8 /README.md | |
| parent | 97f4d544d9ad0b80edd44d248867213250700240 (diff) | |
chore: Add more examples from Garmin
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,6 +9,10 @@ - Auto detect climbs from GPX - Compute estimated power - Export data from Strava, Garmin + - Garmin GPX exports has elevation, time, temp, heart rate, cadence + - 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 ? ## Implementation @@ -20,6 +24,7 @@ - Django bike - https://github.com/paulmach/osm - https://github.com/tkrajina/gpxgo +- https://github.com/tormoder/fit - https://github.com/brendangregg/FlameGraph - `go tool pprof -http=":8081"` |