Sync Repo-examples-sample-stage-plan from project files

2026-07-06 14:43:53 +02:00
parent 37a7d17c17
commit 07b0fd0f89

@@ -0,0 +1,89 @@
<!-- codex-wiki-sync:a0bd5f8008ce108fac0d3fa1 -->
> Mirrored from `/mnt/DATA/git/pikebacker/examples/sample_stage_plan.json`.
> Origin: `repository`.
> Active tasks and changing state belong in Gitea issues; this wiki page is durable project context.
---
{
"routeId": "route_demo_001",
"stages": [
{
"dayIndex": 1,
"distanceKm": 72.4,
"ascentM": 980,
"surface": {
"paved": 0.56,
"gravel": 0.34,
"dirt": 0.1
},
"sleep": [
{
"name": "Lakeside campsite",
"confidence": "high",
"detourKm": 0.8
}
],
"water": [
{
"km": 18.2,
"name": "Village fountain"
},
{
"km": 50.9,
"name": "Cemetery tap"
}
],
"food": [
{
"km": 43.0,
"name": "Supermarket"
}
],
"warnings": [
"Last reliable water before 11 km climb"
]
},
{
"dayIndex": 2,
"distanceKm": 81.7,
"ascentM": 1420,
"surface": {
"paved": 0.38,
"gravel": 0.52,
"dirt": 0.1
},
"sleep": [
{
"name": "Mountain hostel",
"confidence": "medium",
"detourKm": 2.1
}
],
"water": [
{
"km": 14.3,
"name": "Spring"
},
{
"km": 61.1,
"name": "Public tap"
}
],
"food": [
{
"km": 23.0,
"name": "Bakery"
},
{
"km": 65.4,
"name": "Gas station"
}
],
"warnings": [
"One uncertain access segment",
"Steep loose climb at km 57"
]
}
]
}