Stop Spacing and Route Spacing

Six months ago I blogged a model for optimal stop spacing on an urban transit route. These models exist in the published literature, but they assume that the speed benefit of stop consolidation reduces operating costs, which requires introducing new variables for the value of time. My model assumes the higher speed of stop consolidation is plugged into higher frequency, which means only five variables are needed, and only two of them vary substantially between different cities and their networks. The formula is a square root.

In this post, I’m going to extend this formula to optimizing route spacing on a grid.

I’m using mode-neutral language like “vehicle,” but this is really just about buses, because to a good approximation, urban rail networks are never grids. I’m sorry, Mexico City, I know your Metro network does its best to pretend you have an isotropic city, but your three core radial lines are just far busier than the tangential ones.

Optimal stop spacing: a recap

My previous post uses words rather than symbolic language, since there are only five relevant parameters. Here I’m going to use symbols for the variables to make the calculation even somewhat tractable. All units I’m using are base SI units, so speed is expressed in meters per second rather than kilometers per hour, but the dimensional analysis works out so that it’s not necessary to pick units in advance.

  • s: stop spacing
  • v: walk speed
  • p: stop penalty
  • d: average distance traveled
  • w: walk/wait penalty, expressed as a ratio of perceived walk or wait time to in-vehicle time
  • λ: average distance between successive vehicles, or in other words headway in units of distance, not time

The variables v and p are fairly consistent from place to place. The variable w is as well, but may well differ by circumstance, e.g. people with luggage may have a higher walk penalty and a lower wait penalty, and people who are more familiar with the system usually have lower w. The parameter λ is a function of how much service runs on the line, as we will see when we expand to cover route spacing.

A key assumption in this model is that d does not change based on the network. This is a simplification: if s is too low then it will drag down d with it, as people who are discouraged by the slow in-vehicle speed avoid long trips or choose other modes of travel, whereas if s is too high then it will drag d up, as people who have to walk too long to the stop may just walk all the way to their destination if it’s nearby. In Carlos Daganzo’s textbook this situation is resolved by replacing an empirically determined d with the size of the city, assuming travel is isotropic, but the effect is essentially the same as just setting d to be half the length of a square city.

The formula for perceived travel time is

\frac{sw}{2v} + \frac{dp}{s} + \frac{\lambda wp}{2s}

if travel along the line is isotropic, or

\frac{sw}{4v} + \frac{dp}{s} + \frac{\lambda wp}{2s}

if one end of the travel (e.g. the residential end) is isotropic and the other is at a fixed node (e.g. a subway transfer). In either case, in-vehicle time excluding stops is omitted, as it is constant.

The minimum travel time occurs at

s = \sqrt{2\cdot \frac{v}{w}\cdot p\cdot(d + \frac{\lambda w}{2})}

if travel is isotropic and

s = \sqrt{4\cdot \frac{v}{w}\cdot p\cdot(d + \frac{\lambda w}{2})}

if there is a distinguished node at one end of the trip.

Observe that there is negative interaction between stop consolidation and other aspects of bus modernization. First, higher frequency, as expressed in concentrating service on strong routes, reduces the value of λ and therefore slightly reduces the optimal stop spacing. Second, the model assumes the same penalty w for walking and waiting, but sometimes these two activities have distinct penalties, and then the walk penalty is responsible for the occurrence of w in the denominator in the formula whereas the wait penalty supplies the appearance of w in the numerator. Improving bus stop facilities reduces the wait penalty, pushing the optimal s farther down, even though at the same time it’s cheaper to improve bus stops if there are fewer of them.

The empirically determined values of the five variables in the formula are as follows:

  • v is 1.45 m/s in Forde-Daniel, 1.3-1.4 m/s in Bohannon, and 1.38 in TRB Part 4, PDF-p. 16; I take v = 4/3
  • p is 25 seconds based on examining the differences in schedules between local and limited buses in New York and Vancouver
  • d is 3,360 meters per unlinked trip per the NTD
  • w is around 2 for waiting in Fan-Guthrie-Levinson, 2 in general for buses in Teulings-Ossokina-de Groot, PDF-p. 25, 1.75 in the New York MTA’s internal model, 2.25 in the MBTA’s (as mentioned in one of Reinhard Clever’s papers), and a range of 2-3 in Lago-Mayworm-McEnroe; I take w = 2
  • λ is single-lane network length (that is, twice the route-length, modulo one-way loops) divided by fleet size in actual use, which is 1,830 meters in Brooklyn today and 1,160 based on what Eric Goldwyn and I recommend

This leads to optimal stop spacing equal to

s = \sqrt{2\cdot \frac{4/3}{2}\cdot 25\cdot(3360 + \frac{1160\cdot 2}{2})} = 388 \mbox{ meters}

if travel is isotropic and

s = \sqrt{4\cdot \frac{4/3}{2}\cdot 25\cdot(3360 + \frac{1160\cdot 2}{2})} = 549 \mbox{ meters}

if there is a distinguished node. The numbers are slightly lower than in my older post since I’m using a slightly lower walk speed, 1.33 m/s rather than 1.5.

Optimal route spacing: stops at intersection points

Studying route spacing has to incorporate stop spacing for a simple reason: there should be a stop at every intersection between routes, and therefore the route spacing should be an integer multiple of the stop spacing. There are three modifications required to the above formula, of which the first is easy, the second requires defining more parameters but is mathematically still easy, and the third is very hard:

  1. Passengers need to walk not just along the route to their stop but also from their origin to the route, which increases walk time
  2. The value of λ may change, since fewer routes imply more vehicles per route and thus denser vehicle spacing, and in particular wait time depends not just on how many stops are on the way but also on the speed net of stops
  3. Increasing the route and stop spacing in tandem reduces the number of stops involved in waiting for the bus (this is λ again) twice, that is quadratically

The first modification means that instead of traveling an average distance of s/4 to the stop at each end, assuming isotropy, people have to travel a distance of s/4 along the route and also s/4 to the route itself. In the travel time formula, we replace sw/2v with just sw/v with isotropic travel.

To deal with the second modification, we define the following variables, in addition to the ones from the section above on stop spacing:

  • f: fleet size in independent vehicles in actual revenue operation (buses or trains, not train cars)
  • a: area of the network to be covered by the grid, e.g. a city, metro area, or borough
  • u: speed assuming there are no stops along the route

If the area is a, then we can approximate it as a square of side \sqrt{a}, which has \sqrt{a}/s north-south and \sqrt{a}/s east-west routes, each of length \sqrt{a}, and thus the total two-way network length is 2a/s. Since the value of λ is the one-way length divided by fleet size, we write

\lambda = \frac{4a}{sf}

Moreover, people wait an additional λw/2u; in the previous section this wait existed as well but was ignored in the formula as it did not depend on s, but here it does, and thus we need to add this wait factor.

We deal with the third modification by replacing λ with 4a/sf in the formula for wait time. If people travel isotropically and do not transfer, the travel time formula is now

\frac{sw}{v} + \frac{dp}{s} + \frac{d}{u} + \frac{2aw}{sfu} + \frac{2awp}{fs^{2}}

The summand d/u is constant but is included for completeness here, in analogy with the no-longer-constant summand 2aw/sfu.

But it’s the last summand that gives the most problems: it turns the optimization problem from extracting a square root to solving a cubic. This is technically possible, but the formula is opaque and does not really help showcase how the parameters affect the final outcome. We need to solve for s:

\frac{w}{v}s^{3} - (dp + \frac{2aw}{fu})s - \frac{4apw}{f} = 0

We can plug in the above values of w, v, d, and p, as well as the following values of the new variables, and use any cubic solver:

  • f = 612 buses in Brooklyn, excluding vehicles in turnaround, non-revenue service, etc. (it’s actually slightly lower today, around 600, but our network is a bit more efficient with depot moves)
  • a = 180,000,000 m^2 for Brooklyn
  • u = 5.3 m/s net of stops, assuming our other proposals, such as bus lanes, are implemented

The cubic formula turns into

1.5s^{3} - 305976s - 58823529 = 0

for which the positive solution is s = 528 meters.

We can complicate this formula in two ways.

First, we can let go of the assumption of isotropy. If there is a distinguished node at one end, then walk time is halved, as in the formula for stop spacing on a given route. The overall travel time is equal to

\frac{sw}{2v} + \frac{dp}{s} + \frac{d}{u} + \frac{2aw}{sfu} + \frac{2awp}{fs^{2}}

and this is optimized when

\frac{w}{2v}s^{3} - (dp + \frac{2aw}{fu})s - \frac{4apw}{f} = 0.

Plugging the usual values of the parameters, we get

0.75s^{3} - 305976s - 58823529 = 0,

for which the positive solution is s = 719 meters. The ratio between the results with isotropy and a distinguished node is 1.36, close to the square root of 2 that we get in the formula for stop spacing on a predetermined route; the reason is that in the cubic formula the linear term is much larger than the constant term near the root, so the effect of changing the cubic term is much closer to the square root than to the cube root.

The second complication is introducing transfers. Transfers do not change the walk time – the walking time between platforms or curbside waiting areas is small and constant – but introduce additional wait time, which means we need to double both terms that include waits. But if we have transfers we need to restore the assumption of isotropic travel, since for the most part the distinguished nodes for Brooklyn buses involve subway transfers.

In that case, the travel time formula is

\frac{sw}{v} + \frac{dp}{s} + \frac{d}{u} + \frac{4aw}{sfu} + \frac{4awp}{fs^{2}}

which is minimized at the positive root of the cubic

\frac{w}{v}s^{3} - (dp + \frac{4aw}{fu})s - \frac{8apw}{f} = 0.

We need to figure out the value of d, which is difficult in this case – the New York bus network discourages bus-to-bus transfers through low frequency and poor bus stop amenities. That the formulas I’m using do not allow for how the shape of the network influences d is a real drawback here. But if we let d be the usual 3,360 meters that it is for unlinked trips, and plug the usual values of the other parameters, we get,

1.5s^{3} - 527951s - 117647059 = 0

to which the solution is s = 683 meters.

Optimal route spacing: the general case

The above section makes a critical assumption about route spacing and stop spacing: they must be equal, making every stop a transfer. However, this assumption is not strictly necessary. Indeed, if we assume isotropy, and let the route spacing be 860 meters, then it’s better for passengers to double the density of stops to one every 430 meters just from looking at the formula for stop spacing.

In this section, we look at the optimal formulas assuming route spacing is twice or thrice the stop spacing. Then in the next section we will compare everything together.

We keep all the variable names from before, and set s to be the stop spacing, not the route spacing. Instead, we will find formulas for route spacing equal to 2s and 3s and compare their optima with that for the special case in which stop and route spacing are equal.

We need to modify the formula in the previous section in two ways. First, walk time is, in the isotropic case, half the stop spacing plus half the route spacing. And second, the dependence of λ on the shape of the network comes from route spacing rather than stop spacing. If route spacing is 2s, the formula for travel time is

\frac{3sw}{2v} + \frac{dp}{s} + \frac{d}{u} + \frac{aw}{sfu} + \frac{awp}{fs^{2}}

and its minimum is at the positive solution to

\frac{3w}{2v}s^{3} - (dp + \frac{aw}{fu})s - \frac{2apw}{f} = 0.

We retain the New York- and Brooklyn-oriented variables from the above sections and obtain

2.25s^{3} - 194989s - 29411765 = 0.

The solution is s = 352 meters, i.e. routes are to be spaced 704 meters apart, with one intermediate station on each route between each pair of successive crossing routes.

If we have three interstation segments between two successive routes, then we need to solve the cubic

\frac{2w}{v}s^{3} - (dp + \frac{2aw}{3fu})s - \frac{4apw}{3f} = 0

or

3s^{3} - 157992s - 19607843 = 0

to which the solution is s = 276 meters.

In the above section we also looked at two potential complications: introducing transfers, and introducing non-isotropy. Non-isotropy, expressed as an isotropic origin and a distinguished destination, halves the cubic term; transfers double the wait times and thus double the constant term and the larger of the two summands adding up to the linear term.

If the route spacing is exactly twice the stop spacing, then the non-isotropic formula is

\frac{3w}{4v}s^{3} - (dp + \frac{aw}{fu})s - \frac{2apw}{f} = 0

or, using the same parameters as always,

1.125s^{3} - 194989s - 29411765 = 0.

The solution is s = 420 meters, with routes spaced 840 meters apart.

The isotropic cubic with transfers is

\frac{3w}{2v}s^{3} - (dp + \frac{2aw}{fu})s - \frac{4apw}{f} = 0

and with the usual parameters, again sticking with d = 3,360 even though in practice it is likely to be higher, this is

2.25s^{3} - 305976s - 58823529 = 0

and then the root is s = 442 meters, with routes spaced 884 meters apart.

We conclude this section with the same formulas assuming the route spacing is not 2s but 3s. The non-isotropic, one-seat ride formula is

\frac{w}{v}s^{3} - (dp + \frac{2aw}{3fu})s - \frac{4apw}{3f} = 0

or with the usual parameters

1.5s^{3} - 157992s - 19607843 = 0,

of which the positive root is s = 374 meters, with routes spaced 1,123 meters apart,

The transfer-based isotropic formula is,

\frac{2w}{v}s^{3} - (dp + \frac{4aw}{3fu})s - \frac{8apw}{3f} = 0

or

3s^{3} - 231984s - 39215686 = 0.

The positive root is s = 340 meters, with routes spaced 1,021 meters apart.

What’s the best route spacing?

We have optimums based on assumptions about the interaction between stop and route spacing, but so far we have not compared these assumptions with each other. In this section, we do. For each scenario – isotropic, transfer-free travel; a distinguished node along transfer-free travel; and isotropic travel with a transfer – we look at the optimal values of route spacing equal to one, two, or three times the stop spacing.

In the table below, the walk and wait times are without penalty; but the penalty is applied to them when summed with in-vehicle time.

Scenario Component Route spacing = s Route spacing = 2s Route spacing = 3s
Isotropy; 1-seat ride Optimal s 528 352 276
Walk time 396 396 414
Wait time 262.954 216.997 198.394
In-vehicle time 793.053 872.599 938.31
Total time 2110.962 2098.593 2163.097
Distinguished node; 1-seat ride Optimal s 719 420 374
Walk time 269.625 236.25 280.5
Wait time 182.811 173.812 133.965
In-vehicle time 750.791 833.962 858.561
Total time 1655.663 1654.086 1687.49
Isotropy; 2-seat ride Optimal s 683 442 340
Walk time 512.25 497.25 510
Wait time 388.05 326.378 302.432
In-vehicle time 756.949 824.008 881.021
Total time 2557.549 2471.263 2505.885

 

The table implies that in all scenarios it’s optimal to have two interstations between parallel routes, though if there’s a distinguished node the difference with having just one interstation between parallel routes is very small. The three-interstation option is never optimal, but is also never far from the optimum, only half a minute to a minute worse.

But please interpret the table with caution, especially the two-seat ride section. The total time for a 3.36-kilometer trip without applying the walk or wait penalty is about 28 minutes regardless of whether the route to stop spacing ratio is 1, 2, or 3. This is still faster than walking, but not by much, and riders may well be so discouraged as to walk the entire way. If the trip is much shorter than 3.36 kilometers or the rider’s particular disutility of walking is much lower than 2 then transit will not be competitive with walking. In turn, a network set up with the stop spacing implied by the above formulas will only get transfer trips if they’re much longer, which should raise the optimal interstation somewhat. If d = 6,000 then in the transfer scenario the optimum if stop and route spacing are equal is 711 meters and that if route spacing is twice as high as stop spacing is 470 meters, and the latter option is noticeable faster.

How does our bus redesign compare with the theory?

We drew our redesigned map with full knowledge of how to optimize stop spacing on a single route, but we didn’t look at route spacing optimization. Of course, the assumption of regular route spacing is less realistic than that of regular stop spacing, as some areas have higher demand, or more distinguished arterials. But we can still discuss the average route spacing in our plan, by comparing our proposed route-length with Brooklyn’s land area.

With a 356-kilometer network in a borough of 180 km^2, effective route spacing is 1,010 meters. This is a little longer than I expected; in Southern Brooklyn the north-south and east-west routes we propose are spaced around 800-850 meters apart, and in Bed-Stuy the east-west routes tighten to 600 meters as they’re all radial toward Downtown Brooklyn and quite busy. The reason the answer is 1,010 meters is that there are margins of the borough with no service (like Floyd Bennett Field) or grid interruptions due to parks (such as Prospect Park) or already-good subway service (South Brooklyn).

The stop spacing we use is 480 meters, excluding nonstop freeway segments in the Brooklyn-Battery Tunnel and toward JFK. In the Southern Brooklyn grid, we’re pretty close to a regular spacing of two interstations between parallel routes. In the Bed-Stuy grid, the north-south routes have a stop per crossing route since the east-west routes are so densely placed, and the east-west routes have one, two, or three interstations between crossing routes, but the average is two.

To the extent the optimization formulas tell us anything, it’s that we should consider adding a few more routes. Target additions include another north-south Bed-Stuy route, an east-west route in South Brooklyn restoring the discontinued B71, and a north-south route through Southern Brooklyn on 16th Avenue. Altogether this would add around 20 km to our network. Beyond that, additional routes would duplicate subway routes, which my analysis above excludes even when they form a coherent grid with the buses.

Rules of thumb for your city

If your city has streets that form a coherent grid, then you can design a bus grid without too many constraints. By constraints I mean street networks that interrupt the grid so often so as to force you to use particular streets at particular spacing, for example the Bronx or Queens. Constraints in a way make planning easier, by reducing the search space; I contend Brooklyn is the hardest of the four main boroughs to redesign precisely because it has the fewest constraints in its grids and yet its grid is just interrupted enough that it cannot be treated as tabula rasa.

In general, you probably want buses spaced around 800 meters to a kilometer apart. While the value of d will differ between cities, the optimum route spacing isn’t that sensitive to it. If d rises to as high as 10,000, the optimal s in the scenario with transfers is 753 meters if route spacing equals stop spacing and 511 meters if it equals twice stop spacing, compared with 683 and 442 meters respectively with d = 3,360; the one-interstation-per-parallel-route scenario becomes better than the two-interstation scenario, but the difference is half a minute, compared with a minute and a half in favor of two interstations with d = 3,360.

In practice I don’t know of any city whose grid is so unconstrained and so isotropic that you can seriously debate 700, 800, 900, 1,000, etc. meters between routes. At that resolution you’re always constrained by arterial spacing, which in American cities tends to be 800 because it’s half a mile and in Canada is irregular (de facto close to a mile) due to constant grid interruptions on intermediate would-be arterials in both Toronto and Vancouver. In this range of arterial spacing, you want exactly two interstations between parallel routes; if you want more or fewer then you should have a very good reason, such as a major destination such as a hospital located at an awkward offset.

Something that does matter very much is fleet size relative to the area served – the quantity a/f. If you aren’t running much service, then you need wider route spacing just to avoid reducing frequency to unusable levels. If instead of f = 612 we use f = 200, then the optimum with one interstation per parallel routes with the transfer scenario is s = 1087, with two it’s s = 676, with three it’s s = 508, and with four it’s s = 414, and among these three is best and even four is a few seconds faster than two. In that case route spacing of about a kilometer and a half, which may be a mile in American arterials, is fully justified.

Conversely, if buses are faster, that is if u is higher, then the optimal interstations fall in all cases. This is because the impact of u comes from its effect on wait times, so faster buses mean that it’s less important to reduce λ.

The effects of a/f and u relate again to the negative interactions between various components of bus reform. Running more service means it’s justifiable to have more closely-spaced routes, since pruning routes to increase frequency from 10 to 5 minutes is much less valuable than pruning them to increase frequency from 30 to 15 minutes. Likewise, running faster service means wait times fall, again reducing the need to prune routes.

If you’re tasked with designing bus routes, then make sure to use correct values for a, f, u, and d for your city, as they are likely to be very different from those of New York. The formulas are more intricate when optimizing route spacing and it’s useful to play with them until you get comfortable with them on an intuitive level, but ultimately they do give reasonable answers for how to design a bus network.

18 comments

  1. Joshua Larimore

    Hi Alon, I’ve been following you for a bit now and having been loving a lot of your work. What do you think would be an effective map/route for an S-Bahn style method of rapid rail transit in places like Houston, Dallas-Fort Worth, the Research Triangle, Tampa Bay Area, Minneapolis-St. Paul, Detroit, Metrolina (Charlotte Metro), Denver, Phoenix, Miami, Atlanta, and other sprawling city and metro areas, or do you think that S-Bahn style service would not be effective? I would love to hear your opinion and see what you think would be optimal for stop placement and route designs.

    Thank you and keep up the good work.

    • Eric

      I’m not Alon, but I would say such systems do not have a bright future. Those cities are generally very low-density and often without much of a central focus, which means the ridership will be low. Building new rail lines in such places would be extremely expensive per rider. Using existing rail lines does not work well either, as those are generally owned by freight companies who cannot be forced to give them up, and in any case they tend to go through desolate industrial areas where ridership is even lower. So I do think that for cities you list of under ~4 million population, light rail (or simply more frequent bus service) is the right way to go. It can reduce costs by using city streets as necessary, while having widely spaced stops like S-Bahn in the suburbs. In the forseeable future, ridership will not rise to the point where grade separated ROW is necessary.

      As for the growing Sunbelt cities of 5+ million people, it’s more complicated. It is hard to build a quality transit system in these places (see above), but the threat of Los Angeles-style gridlock leaves them little choice. Atlanta and Miami have metro systems, which do quite well and should be extended. In Miami I think density can be focused on a few transit oriented corridors. In Atlanta the main gain of metro extensions may be to keep the freeways passable. In Houston, they have chosen LRT which works well for the inner neighborhoods, but at some point they will need longer distance transit. In Dallas, they will need to grade separate LRT in downtown, but the many branches can remain as they are.

      • Joshua Larimore

        Thank you for your opinion on the subject matter, and hearing you out, I do tend to agree, especially with cost which I did foresee being a major deterrent to construction and expansion. Light rail, or something like a premetro (Basically a light rail system that can later be expanded into a full metro) would probably be preferable, as it would also be cheaper. Having these lines extend into suburbs with an occasional park and ride station could ease congestion in these regions. I also agree that the Miami and Atlanta metros really need expansion and improvement, to include some more commuter rail connections. Los Angeles could use work to, there 2028 Plan is nice, but some arts of it could still use work, personally I wonder what Levy thinks of it.

        As for Dallas, and expansion into Arlington and Fort Worth, I do agree that the lines are going to have to be grade separated, most likely with underground and tunnel stations. However, I personally think they could better serve some of the suburbs to ease congestion on the freeways. Mostly the same goes for Houston, Denver, and Phoenix which have a small system and are working to improve it.

        The main point I was trying to advocate for was rather than focusing solely on Rapid Transit or Commuter systems, it would be better to bundle the two together (Including common zone-based fare system to both this, buses, and anything else) to capture a larger market like how in sprawling Perth and the Brisbane areas (And their equal or smaller populations in relation to the cities and metros I mentioned), their main commuter systems are able to capture 100-200 thousand daily riders and the Calgary (300 thousand daily) and Edmonton (100 thousand daily) Light Rail systems which act like both a commuter and rapid transit system even with the high vehicle per capita ownership in these countries like in the US.

  2. ckrueger99

    Thanks. This could be quite useful for the network redesign in Philly for SEPTA, which has a near perfect grid in the central zone.

    • Alon Levy

      Yep! I wasn’t thinking of Philadelphia when I wrote this post, but it’s a good example of a relatively unconstrained grid – I don’t think there’s much of a hierarchy to the numbered streets (except Broad).

      • ckrueger99

        5th, 6th and 7th are stroads north of Chestnut. 22nd is also wider than the others (which are generally 27 feet, curb to curb). 20th is 2-way north of Market. Broad is actually less useful as a through route due to the loop around City Hall (plus the subway means why bother). But nothing to constrain buses. The current constraint is lack of free transfers for à la carte fares, but this will change with the redesign.
        The routes along Broad can be eliminated once the ADA access to the subway is complete. Also, route 4 along 16th & 17th (Broad is equivalent to 14th) is already pretty marginal, so it probably goes. 47M on 9th, ditto.
        The key is to improve frequency on the cross-town routes, which already correspond to the Broad St subway stops (and El stops in the Kensington area), while reducing stop spacing and other techniques to improve speed. I’m working on a blog to this effect on http://transitjawn.com .

      • Nathanael

        I would really like to see this applied specifically to Philadelphia. It’s a city with a lot of transit advocates and a unified transit agency which may listen to good proposals; a lot of potential possible.

  3. Fbfree

    I ran these formulas for the core of Montreal (between Park, the river, Honoré-Beaugrand, and Jarry). Most of the variables are very similar to Brooklyn except for the bus density at peak. Running through the GTFS schedules, I estimated 343 buses at peak over 59 square kilometers. This significantly reduces the optimum route spacing compared to your calculation. Here’s a reproduction of your table

    Scenario Component Route spacing = s Route spacing = 2s Route spacing = 3s
    Isotropy; 1-seat ride Optimal s 447 305 243
    Walk time 335 343 365
    Wait time 197 159 161
    In-vehicle time 870 959 1030
    Total perc. time 1935 1963 2080
    Distinguished node; 1-seat ride Optimal s 610 417 332
    Walk time 228 234 249
    Wait time 136 107 107
    In-vehicle time 819 884 936
    Total time 1549 1567 1648
    Isotropy; 2-seat ride Optimal s 567 328 247
    Walk time 425 369 371
    Wait time 296 289 315
    In-vehicle time 830 939 1024
    Total time 2273 2257 2394

    Here, route spacing of 3s underperforms, causing a reduction in bus frequency vs. the 2s case. 1s is optimum in all but the 2-seat ride case.
    The existing network already has about the density of east-west routes suggested by this analysis, although the spacing between north-south routes is significantly wider. However, many of these are currently run at much lower frequency (often every 30 minutes) and with large peak-to-midday service ratios. The frequent route network is currently a shell of the full network.

    • Alon Levy

      Just one question: is 343 the total fleet size or the number of buses in actual circulation, i.e. excluding spares, deadheads, and turnarounds? I’m asking because the actual fleet requirement for Eric’s and my plan is about 1,000, but only 600 buses circulate at any given time.

      • Fbfree

        Hi Alon,
        That’s the number of buses in circulation at peak from GTFS data. Thus it excludes out of service deadheads and spares. It does include turnarounds. 343 is an estimated based on which routes are bounded by the area under analysis and estimating by eye the fraction of routes that are not fully contained in that area. I estimate it’s accurate to about +/- 5%. That’s more accurate than my estimate of u which is based on the average of Google typical drive time searches along the length of Beaubien and Rosemont. u could be off by around +15%/-30%.

  4. Diego Beghin

    I’m finally getting around to reading this. One comment before I keep going: I think the numerator and denominator are mixed up here. If the wait penalty was in the denominator, s would go up when w goes down.

    Second, the model assumes the same penalty w for walking and waiting, but sometimes these two activities have distinct penalties, and then the walk penalty is responsible for the occurrence of w in the numerator in the formula whereas the wait penalty supplies the appearance of w in the denominator. Improving bus stop facilities reduces the wait penalty, pushing the optimal s farther down, even though at the same time it’s cheaper to improve bus stops if there are fewer of them.

  5. Pingback: Circumferential Lines and Express Service | Pedestrian Observations
  6. Edward

    Doesn’t stop penalty depend on top speed in the form of acceleration? Maybe this isn’t an issue for buses if they deal with traffic lights and congestion, but it should be for rail.

    • Alon Levy

      Yeah, definitely. But usually urban rail stop penalties are mostly dwell time rather than accelerating to high speed, so while there is a range, it’s not an especially wide one.

  7. Pingback: Density and Subway Stop Spacing | Pedestrian Observations
  8. Pingback: Grid City and Line City – The Chaostician

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.