<feed xmlns='http://www.w3.org/2005/Atom'>
<title>biking_home/ride/climb.go, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.kagamino.dev/biking_home/atom?h=main</id>
<link rel='self' href='https://git.kagamino.dev/biking_home/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/'/>
<updated>2026-08-16T12:55:26+00:00</updated>
<entry>
<title>fix(web): use Cotacol for climb difficulty</title>
<updated>2026-08-16T12:55:26+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2026-08-16T12:55:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=df7c9b5130ba193fc918a947a461f2a70dc2dd3c'/>
<id>urn:sha1:df7c9b5130ba193fc918a947a461f2a70dc2dd3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add official climb workflow</title>
<updated>2026-08-14T13:23:48+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2026-08-14T13:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=eac1145e29e1a2a2ff5d9654ca010071a5840843'/>
<id>urn:sha1:eac1145e29e1a2a2ff5d9654ca010071a5840843</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: Store rides in columns</title>
<updated>2026-08-07T12:58:02+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2026-08-07T12:58:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=22a58e96dddd326f4c331c2a1bdea46f808ae3ad'/>
<id>urn:sha1:22a58e96dddd326f4c331c2a1bdea46f808ae3ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Detect mountain pass crossings, name climbs after passes, render ride charts</title>
<updated>2026-08-03T06:25:07+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2026-08-03T06:25:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=9707f9ad09db935af7d06b5de08bc52de13ba6a7'/>
<id>urn:sha1:9707f9ad09db935af7d06b5de08bc52de13ba6a7</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>feat: Add Cotacol difficulty score to climbs</title>
<updated>2026-08-01T21:30:36+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2026-08-01T21:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=ab0b68a2b6bebfccd8ab5c3c7d0420f4ae0cb885'/>
<id>urn:sha1:ab0b68a2b6bebfccd8ab5c3c7d0420f4ae0cb885</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup parsing</title>
<updated>2025-04-21T09:51:03+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2025-04-21T09:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=c47470b51075fbac1adea281f3324c1d22b6ff5f'/>
<id>urn:sha1:c47470b51075fbac1adea281f3324c1d22b6ff5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement climb score</title>
<updated>2025-04-21T08:57:32+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2025-04-21T08:57:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=c05cd9cb6305f15e3de985e5040142e0156a1286'/>
<id>urn:sha1:c05cd9cb6305f15e3de985e5040142e0156a1286</id>
<content type='text'>
</content>
</entry>
<entry>
<title>First implem of similar KOM</title>
<updated>2025-04-21T08:54:11+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2025-04-21T08:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=8167681a317efa7b5c5176764c12e1c462f47803'/>
<id>urn:sha1:8167681a317efa7b5c5176764c12e1c462f47803</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add more data in climb &amp; point</title>
<updated>2025-04-21T08:46:17+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2025-04-21T08:46:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=87850541aa6f719721209ed994b93ad4d7ab4077'/>
<id>urn:sha1:87850541aa6f719721209ed994b93ad4d7ab4077</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: Add test &amp; cleanup logs</title>
<updated>2024-12-30T10:06:18+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2024-12-30T10:06:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=72032ded336192c27d53c07f018081d767f78a49'/>
<id>urn:sha1:72032ded336192c27d53c07f018081d767f78a49</id>
<content type='text'>
</content>
</entry>
</feed>
