summaryrefslogtreecommitdiff
path: root/go.sum
Commit message (Collapse)AuthorAge
* chore: Update Go tooling configurationMartin Kagamino Lehoux8 days
|
* 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: Download mountain passes from centcols into SQLiteMartin Kagamino Lehoux2026-08-01
|
* First implem of similar KOMMartin Kagamino Lehoux2025-04-21
|
* Add more data in climb & pointMartin Kagamino Lehoux2025-04-21
|
* test: Add some test to fix behaviorMartin Kagamino Lehoux2024-07-28
|
* perf: Precompute distanceMartin Kagamino Lehoux2024-07-28
|
* feat: Simple working version (but slow)Martin Kagamino Lehoux2024-07-26