Alpha stage commit
This commit is contained in:
31
examples/sample_trip_request.json
Normal file
31
examples/sample_trip_request.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"start": {
|
||||
"lat": 48.137,
|
||||
"lon": 11.575
|
||||
},
|
||||
"end": {
|
||||
"lat": 47.269,
|
||||
"lon": 11.404
|
||||
},
|
||||
"startDate": "2026-07-10",
|
||||
"endDate": "2026-07-14",
|
||||
"profile": "loaded_gravel",
|
||||
"sleepPreference": "mixed_budget",
|
||||
"dailyDistanceKm": {
|
||||
"min": 55,
|
||||
"target": 75,
|
||||
"max": 95
|
||||
},
|
||||
"dailyAscentM": {
|
||||
"target": 1100,
|
||||
"max": 1800
|
||||
},
|
||||
"maxLoadedGradePercent": 12,
|
||||
"preferredUnpavedPercent": {
|
||||
"min": 30,
|
||||
"max": 70
|
||||
},
|
||||
"waterGapMaxKm": 40,
|
||||
"foodGapMaxKm": 70,
|
||||
"requireBailoutEveryKm": 90
|
||||
}
|
||||
Reference in New Issue
Block a user