summaryrefslogtreecommitdiff
path: root/ride
Commit message (Collapse)AuthorAge
* chore: remove legacy chart renderingMartin Kagamino Lehoux8 days
|
* feat: Persist Cotacol ride valuesMartin Kagamino Lehoux11 days
|
* feat: Add Strava stream metricsMartin Kagamino Lehoux12 days
|
* refactor: Store rides in columnsMartin Kagamino Lehoux12 days
|
* feat: Add web ride library with Strava syncMartin Kagamino Lehoux2026-08-05
|
* feat: Detect mountain pass crossings, name climbs after passes, render ride ↵Martin Kagamino Lehoux2026-08-03
| | | | | | | | | | charts - osmpass: extract mountain_pass=yes nodes from an OSM PBF, enrich centcols passes with OSM coordinates, resumable -fetch-osm download - mountain_pass: DetectCrossings for a ride, MatchClimb to name a climb after the pass it tops - ride: expose Points(), add Climb.Top() and Climb.Name - chart: -chart renders elevation profile with climb bands and pass markers - commands: -fetch-osm, -extract-osm, -import-cached, -enrich
* feat: Add Cotacol difficulty score to climbsMartin Kagamino Lehoux2026-08-01
|
* feat: Add Cotacol difficulty score for ridesMartin Kagamino Lehoux2026-08-01
|
* feat: Download mountain passes from centcols into SQLiteMartin Kagamino Lehoux2026-08-01
|
* Cleanup parsingMartin Kagamino Lehoux2025-04-21
|
* Implement climb scoreMartin Kagamino Lehoux2025-04-21
|
* First implem of similar KOMMartin Kagamino Lehoux2025-04-21
|
* Add more data in climb & pointMartin Kagamino Lehoux2025-04-21
|
* Add some more testsMartin Kagamino Lehoux2025-04-20
|
* chore: Add test & cleanup logsMartin Kagamino Lehoux2024-12-30
|
* fix: Remove too short outliersMartin Kagamino Lehoux2024-08-07
|
* fix: One more iteration to find the best climbMartin Kagamino Lehoux2024-07-28
|
* test: Add failing test for climb inside long false flatMartin Kagamino Lehoux2024-07-28
|
* fix: Fix climb finder when climb is not highestMartin Kagamino Lehoux2024-07-28
|
* test: Add some test to fix behaviorMartin Kagamino Lehoux2024-07-28