OpenTripPlanner/test/performance/helsinki/router-config.json

120 lines
2.5 KiB
JSON

{
"configVersion": "Performance Test Helsinki",
"routingDefaults": {
"transferSlack": "1m30s",
"waitReluctance": 0.95,
"elevator": {
"boardSlack": "60s"
},
"bicycle": {
"speed": 5.55,
"reluctance": 1.7,
"boardCost": 120,
"optimization": "safest-streets"
},
"car": {
"reluctance": 10.0
},
"walk": {
"speed": 1.28,
"reluctance": 1.8,
"stairsReluctance": 1.2,
"stairsTimeFactor": 2,
"escalator": {
"speed": 0.65
},
"boardCost": 120
},
"accessEgress": {
"maxDuration": "1h",
"penalty": {
"FLEXIBLE": {
"timePenalty": "10m + 1.9t",
"costFactor": 2
}
}
},
"maxDirectStreetDuration": "90m",
"maxDirectStreetDurationForMode": {
"bike": "360m"
},
"maxJourneyDuration": "12h",
"streetRoutingTimeout": "6s",
"wheelchairAccessibility": {
"stop": {
"onlyConsiderAccessible": false,
"unknownCost": 0,
"inaccessibleCost": 100000
},
"maxSlope": 0.125
},
"itineraryFilters": {
"transitGeneralizedCostLimit": {
"costLimitFunction": "600 + 1.5x"
},
"nonTransitGeneralizedCostLimit": "400 + 1.5x"
},
"transitReluctanceForMode": {
"BUS": 1.2,
"SUBWAY": 0.9,
"RAIL": 0.95
},
"unpreferredCost": "1700 + 1.2x",
"unpreferred": {
"routes": [
"HSL:7191",
"HSL:7191A",
"HSL:7192",
"HSL:7192KM",
"HSL:7192M",
"HSL:7192V",
"HSL:7193B",
"HSL:7193V",
"HSL:7194",
"HSL:7194K",
"HSL:7194V",
"HSL:7194VK",
"HSL:7194VT",
"HSL:7195K",
"HSL:7195V",
"HSL:7275",
"HSL:7280",
"HSL:7280A",
"HSL:7282",
"HSL:7285",
"HSL:7375",
"HSL:7375V",
"HSL:7385",
"HSL:7385A",
"HSL:7455",
"HSL:7455A",
"HSL:7456",
"HSL:7456A",
"HSL:7456N",
"HSL:7457",
"HSL:7457A",
"HSL:7464",
"HSL:7465",
"HSL:7465B",
"HSL:7848",
"HSL:7848A",
"HSL:7849",
"HSL:7999",
"HSL:4343"
]
}
},
"flex": {
"maxTransferDuration": "5m",
"maxFlexTripDuration": "30m",
"maxAccessWalkDuration": "5m",
"maxEgressWalkDuration": "5m"
},
"transit": {
"maxSearchWindow": "8h",
"pagingSearchWindowAdjustments": ["8h", "2h", "2h", "2h", "2h"],
"dynamicSearchWindow": {
"minWindow": "1h"
}
}
}