OpenTripPlanner/test/performance/skanetrafiken/speed-test-config.json
2024-06-07 13:14:41 +02:00

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"
}
}
}