mirror of
https://github.com/opentripplanner/OpenTripPlanner.git
synced 2025-07-27 07:04:37 +02:00
29 lines
No EOL
547 B
JSON
29 lines
No EOL
547 B
JSON
{
|
|
"testDate": "2022-10-10",
|
|
"feedId": "ST",
|
|
"graph": "graph.obj",
|
|
|
|
"tuningParameters": {
|
|
"dynamicSearchWindow": {
|
|
"maxWindow": "24h"
|
|
},
|
|
"stopBoardAlightDuringTransferCost": {
|
|
"DISCOURAGED": 3000,
|
|
"ALLOWED": 150,
|
|
"RECOMMENDED": 60,
|
|
"PREFERRED": 0
|
|
}
|
|
},
|
|
"routingDefaults": {
|
|
"walk": {
|
|
"speed": 1.38,
|
|
"reluctance": 5
|
|
},
|
|
"transferSlack": "3m",
|
|
"waitReluctance": 0.175,
|
|
"maxDirectStreetDuration": "1h1m",
|
|
"boardSlackForMode": {
|
|
"RAIL": "12m"
|
|
}
|
|
}
|
|
} |