Skip to content

Commit 28516a3

Browse files
author
OTP Bot
committed
Deployed 2e1f54b0aa to dev-2.x in en with MkDocs 1.5.3 and mike 1.2.0.dev0
1 parent 62a7f5a commit 28516a3

File tree

6 files changed

+19
-16
lines changed

6 files changed

+19
-16
lines changed

en/dev-2.x/BuildConfiguration/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3309,7 +3309,7 @@ <h3 id="gd_stationTransferPreference">stationTransferPreference</h3>
33093309
<strong>Enum values:</strong> <code>discouraged</code> | <code>allowed</code> | <code>recommended</code> | <code>preferred</code></p>
33103310
<p>Should there be some preference or aversion for transfers at stops that are part of a station.</p>
33113311
<p>This parameter sets the generic level of preference. What is the actual cost can be changed
3312-
with the <code>stopTransferCost</code> parameter in the router configuration.</p>
3312+
with the <code>stopBoardAlightDuringTransferCost</code> parameter in the router configuration.</p>
33133313
<h3 id="islandPruning_adaptivePruningDistance">adaptivePruningDistance</h3>
33143314

33153315
<p><strong>Since version:</strong> <code>2.3</code><strong>Type:</strong> <code>integer</code><strong>Cardinality:</strong> <code>Optional</code><strong>Default value:</strong> <code>250</code> <br />
@@ -3475,7 +3475,7 @@ <h3 id="tf_0_stationTransferPreference">stationTransferPreference</h3>
34753475
<strong>Enum values:</strong> <code>discouraged</code> | <code>allowed</code> | <code>recommended</code> | <code>preferred</code></p>
34763476
<p>Should there be some preference or aversion for transfers at stops that are part of a station. Overrides the value specified in <code>gtfsDefaults</code>.</p>
34773477
<p>This parameter sets the generic level of preference. What is the actual cost can be changed
3478-
with the <code>stopTransferCost</code> parameter in the router configuration.</p>
3478+
with the <code>stopBoardAlightDuringTransferCost</code> parameter in the router configuration.</p>
34793479
<h3 id="tf_1_groupFilePattern">groupFilePattern</h3>
34803480

34813481
<p><strong>Since version:</strong> <code>2.0</code><strong>Type:</strong> <code>regexp</code><strong>Cardinality:</strong> <code>Optional</code><strong>Default value:</strong> <code>"(\w{3})-.*\.xml"</code> <br />

en/dev-2.x/RouteRequest/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3843,7 +3843,7 @@ <h3 id="rd_to_extraStopBoardAlightCostsFactor">extraStopBoardAlightCostsFactor</
38433843
<p><strong>Since version:</strong> <code>2.1</code><strong>Type:</strong> <code>double</code><strong>Cardinality:</strong> <code>Optional</code><strong>Default value:</strong> <code>0.0</code> <br />
38443844
<strong>Path:</strong> /routingDefaults/transferOptimization </p>
38453845
<p>Add an extra board- and alight-cost for prioritized stops.</p>
3846-
<p>A stopBoardAlightCosts is added to the generalized-cost during routing. But this cost
3846+
<p>A stopBoardAlightTransferCosts is added to the generalized-cost during routing. But this cost
38473847
cannot be too high, because that would add extra cost to the transfer, and favor other
38483848
alternative paths. But, when optimizing transfers, we do not have to take other paths
38493849
into consideration and can <em>boost</em> the stop-priority-cost to allow transfers to

en/dev-2.x/RouterConfiguration/index.html

+13-10
Original file line numberDiff line numberDiff line change
@@ -2250,9 +2250,9 @@ <h2 id="parameter-summary">Parameter Summary</h2>
22502250
<td style="text-align: center;">na</td>
22512251
</tr>
22522252
<tr>
2253-
<td>   <a href="#transit_stopTransferCost">stopTransferCost</a></td>
2253+
<td>   <a href="#transit_stopBoardAlightDuringTransferCost">stopBoardAlightDuringTransferCost</a></td>
22542254
<td style="text-align: center;"><code>enum map of integer</code></td>
2255-
<td>Use this to set a stop transfer cost for the given transfer priority</td>
2255+
<td>Costs for boarding and alighting during transfers at stops with a given transfer priority.</td>
22562256
<td style="text-align: center;"><em>Optional</em></td>
22572257
<td></td>
22582258
<td style="text-align: center;">2.0</td>
@@ -2513,16 +2513,19 @@ <h3 id="transit_pagingSearchWindowAdjustments">pagingSearchWindowAdjustments</h3
25132513
and so on. The duration is added to the existing search-window and inserted into the next and
25142514
previous page cursor. See JavaDoc for <a href="https://github.com/opentripplanner/OpenTripPlanner/blob/dev-2.x/src/main/java/org/opentripplanner/routing/algorithm/raptor/transit/TransitTuningParameters.java">TransitTuningParameters#pagingSearchWindowAdjustments</a>" +
25152515
for more info."</p>
2516-
<h3 id="transit_stopTransferCost">stopTransferCost</h3>
2516+
<h3 id="transit_stopBoardAlightDuringTransferCost">stopBoardAlightDuringTransferCost</h3>
25172517

25182518
<p><strong>Since version:</strong> <code>2.0</code><strong>Type:</strong> <code>enum map of integer</code><strong>Cardinality:</strong> <code>Optional</code> <br />
25192519
<strong>Path:</strong> /transit <br />
25202520
<strong>Enum keys:</strong> <code>discouraged</code> | <code>allowed</code> | <code>recommended</code> | <code>preferred</code></p>
2521-
<p>Use this to set a stop transfer cost for the given transfer priority</p>
2522-
<p>The cost is applied to boarding and alighting at all stops. All stops have a transfer cost priority
2523-
set, the default is <code>allowed</code>. The <code>stopTransferCost</code> parameter is optional, but if listed all
2524-
values must be set.</p>
2525-
<p>If not set the <code>stopTransferCost</code> is ignored. This is only available for NeTEx imported Stops.</p>
2521+
<p>Costs for boarding and alighting during transfers at stops with a given transfer priority.</p>
2522+
<p>This cost is applied <strong>both to boarding and alighting</strong> at stops during transfers. All stops have a
2523+
transfer cost priority set, the default is <code>allowed</code>. The <code>stopBoardAlightDuringTransferCost</code>
2524+
parameter is optional, but if listed all values must be set.</p>
2525+
<p>When a transfer occurs at the same stop, the cost will be applied twice since the cost is both for
2526+
boarding and alighting,</p>
2527+
<p>If not set the <code>stopBoardAlightDuringTransferCost</code> is ignored. This is only available for NeTEx
2528+
imported Stops.</p>
25262529
<p>The cost is a scalar, but is equivalent to the felt cost of riding a transit trip for 1 second.</p>
25272530
<table>
25282531
<thead>
@@ -2556,7 +2559,7 @@ <h3 id="transit_stopTransferCost">stopTransferCost</h3>
25562559
</tbody>
25572560
</table>
25582561
<p>Use values in a range from <code>0</code> to <code>100 000</code>. <strong>All key/value pairs are required if the
2559-
<code>stopTransferCost</code> is listed.</strong></p>
2562+
<code>stopBoardAlightDuringTransferCost</code> is listed.</strong></p>
25602563
<h3 id="transit_transferCacheRequests">transferCacheRequests</h3>
25612564

25622565
<p><strong>Since version:</strong> <code>2.3</code><strong>Type:</strong> <code>object[]</code><strong>Cardinality:</strong> <code>Optional</code> <br />
@@ -2764,7 +2767,7 @@ <h2 id="router-config-example">Router Config Example</h2>
27642767
<a id="__codelineno-2-170" name="__codelineno-2-170" href="#__codelineno-2-170"></a><span class="w"> </span><span class="nt">&quot;minWindow&quot;</span><span class="w"> </span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;1h&quot;</span><span class="p">,</span>
27652768
<a id="__codelineno-2-171" name="__codelineno-2-171" href="#__codelineno-2-171"></a><span class="w"> </span><span class="nt">&quot;maxWindow&quot;</span><span class="w"> </span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;5h&quot;</span>
27662769
<a id="__codelineno-2-172" name="__codelineno-2-172" href="#__codelineno-2-172"></a><span class="w"> </span><span class="p">},</span>
2767-
<a id="__codelineno-2-173" name="__codelineno-2-173" href="#__codelineno-2-173"></a><span class="w"> </span><span class="nt">&quot;stopTransferCost&quot;</span><span class="w"> </span><span class="p">:</span><span class="w"> </span><span class="p">{</span>
2770+
<a id="__codelineno-2-173" name="__codelineno-2-173" href="#__codelineno-2-173"></a><span class="w"> </span><span class="nt">&quot;stopBoardAlightDuringTransferCost&quot;</span><span class="w"> </span><span class="p">:</span><span class="w"> </span><span class="p">{</span>
27682771
<a id="__codelineno-2-174" name="__codelineno-2-174" href="#__codelineno-2-174"></a><span class="w"> </span><span class="nt">&quot;DISCOURAGED&quot;</span><span class="w"> </span><span class="p">:</span><span class="w"> </span><span class="mi">1500</span><span class="p">,</span>
27692772
<a id="__codelineno-2-175" name="__codelineno-2-175" href="#__codelineno-2-175"></a><span class="w"> </span><span class="nt">&quot;ALLOWED&quot;</span><span class="w"> </span><span class="p">:</span><span class="w"> </span><span class="mi">75</span><span class="p">,</span>
27702773
<a id="__codelineno-2-176" name="__codelineno-2-176" href="#__codelineno-2-176"></a><span class="w"> </span><span class="nt">&quot;RECOMMENDED&quot;</span><span class="w"> </span><span class="p">:</span><span class="w"> </span><span class="mi">30</span><span class="p">,</span>

en/dev-2.x/examples/entur/router-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"minWindow" : "1h",
9292
"maxWindow" : "5h"
9393
},
94-
"stopTransferCost" : {
94+
"stopBoardAlightDuringTransferCost" : {
9595
"DISCOURAGED" : 1500,
9696
"ALLOWED" : 75,
9797
"RECOMMENDED" : 30,

en/dev-2.x/examples/skanetrafiken/router-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"24h",
1616
"0h"
1717
],
18-
"stopTransferCost": {
18+
"stopBoardAlightDuringTransferCost": {
1919
"DISCOURAGED": 3000,
2020
"ALLOWED": 150,
2121
"RECOMMENDED": 60,

en/dev-2.x/search/search_index.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)