diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-01 22:52:22 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-01 22:52:22 +0200 |
| commit | b7ef44b22e23126a494614f93e07b248fd6a8f12 (patch) | |
| tree | 145a5a3c73667c3d46c51a420cde0922fdb9d7ed /README.md | |
| parent | 80f2e72cd4818a4c0a5b5d4afb93dc23f04208e2 (diff) | |
feat: Add Cotacol difficulty score for rides
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ ## Features - [ ] Detect similar climbs + PRs +- Compute a ride difficulty score (Cotacol method): split into 100m segments, each scores 0.1km × slope² - On this climb (examples/activity_18679866717.gpx), the climb algo should detect several possible climbs and let you choose - Once you have chosen, new activities should have remembered the choice (looking into the index should be enough) - Handling my historical data |