Difference between revisions of "Bus prioritization"

From TransitWiki
Jump to navigation Jump to search
 
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
[[Image:Centerlane.jpg|right|thumb|500px|An example of a median bus lane in Brazil. Source: [https://commons.wikimedia.org/wiki/File:Curitiba_04_2006_04_RIT.jpg Mario Roberto Duran Ortiz]]]
 +
 
==Introduction==
 
==Introduction==
 
One strategy to reduce travel times and provide more reliable transit service is through bus prioritization strategies.  These can take a number of forms including dedicated bus-only lanes, [[bus rapid transit]], [[Bus-on-shoulder|bus bypass shoulders]], [[transit signal priority (TSP)]] which shortens the traffic signal's red phase or extends the green phase for an approaching bus, or by queue jump treatments that permit buses and other vehicles in the far right turn or bus-only lane to proceed ahead of traffic in adjacent lanes.
 
One strategy to reduce travel times and provide more reliable transit service is through bus prioritization strategies.  These can take a number of forms including dedicated bus-only lanes, [[bus rapid transit]], [[Bus-on-shoulder|bus bypass shoulders]], [[transit signal priority (TSP)]] which shortens the traffic signal's red phase or extends the green phase for an approaching bus, or by queue jump treatments that permit buses and other vehicles in the far right turn or bus-only lane to proceed ahead of traffic in adjacent lanes.
Line 6: Line 8:
  
 
===Measuring Benefits===
 
===Measuring Benefits===
Travel time savings from TSP can be measured by the number of minutes of reduced delay per mile of operation or per person. Even if detailed simulation modeling is not practical, simple sketch planning tools can be used to evaluate the optimal strategy for specific corridors.  Cost benefit analysis can then be conducted to determine it the necessary capital improvements, such as lengthening auxiliary lanes to reduce queuing, are warranted.<ref name=rodriguezanddanaher></ref>
+
Travel time savings from TSP can be measured by the number of minutes of reduced delay per mile of operation or per person. Predicting bus arrival times can be done using a variety of techniques including linear models, neural networks, vector regression, and k nearest neighbors regression.  A recent study using linear models to estimate interstop travel times combined with real-time GPS information on current vehicle location produced a flex schedule that performed better and faster than other machine learning models and made collecting additional GPS data unnecessary.<ref>Tony Hernandez, [http://trb.metapress.com/content/e0281525127w4087/fulltext.pdf “Flex Scheduling for Bus Arrival Time Prediction,”] Transportation Research Record No. 2418, 2014, pp. 110-115.</ref>Even if detailed simulation modeling is not practical, simple sketch planning tools can be used to evaluate the optimal strategy for specific corridors.  Cost benefit analysis can then be conducted to determine it the necessary capital improvements, such as lengthening auxiliary lanes to reduce queuing, are warranted.<ref name=rodriguezanddanaher />
  
 
===Intelligent TSP===
 
===Intelligent TSP===
One proposal to improve bus operations is to combine CTSP with emerging connected vehicle technology (CVT) which allows two way communications between buses and traffic signal facilities and can collect more accurate information based on [[automatic vehicle location]] (AVL) systems.  This TSP with CV (TSPCV) environment can supplement existing data with measurements of vehicle speed, position, acceleration and deceleration, queue lengths, arrival time, dwell time and number of passengers.  In addition to simple red signal truncation and green light extension, intelligent TSPCV can reallocate green time to when it will most benefit bus movement rather than just adding time, and thus minimize adverse impacts on non-transit vehicle travel especially on intersecting side streets.  Selective priority can be granted or withheld depending on factors such as whether buses are running on time or delayed, and the number of onboard passengers, in order to minimize total person delay across all modes.  Bus speeds can also be adjusted to take better advantage of TSP.  A recent study by the University of Virginia simulating traffic at a selected intersection found that TSPCV improves the reliability of bus service and could reduce bus delay by nearly 90% compared to less than 13% for CTSP.  Benefits decline as traffic volume approaches capacity since the proposed algorithm is designed to reduce the amount of green time granted to buses to prevent extra delay to other travel, but this minimizes overall person delay.
+
One proposal to improve bus operations is to combine CTSP with emerging connected vehicle technology (CVT) which allows two way communications between buses and traffic signal facilities and can collect more accurate information based on [[automatic vehicle location]] (AVL) systems.  This TSP with CV (TSPCV) environment can supplement existing data with measurements of vehicle speed, position, acceleration and deceleration, queue lengths, arrival time, dwell time and number of passengers.  In addition to simple red signal truncation and green light extension, intelligent TSPCV can reallocate green time to when it will most benefit bus movement rather than just adding time, and thus minimize adverse impacts on non-transit vehicle travel especially on intersecting side streets.  Selective priority can be granted or withheld depending on factors such as whether buses are running on time or delayed, and the number of onboard passengers, in order to minimize total person delay across all modes.  Bus speeds can also be adjusted to take better advantage of TSP.  A recent study by the University of Virginia simulating traffic at a selected intersection found that TSPCV improves the reliability of bus service and can reduce bus delay by nearly 90% compared to less than 13% for CTSP.  Benefits decline as traffic volume approaches capacity since the proposed algorithm is designed to reduce the amount of green time granted to buses to prevent extra delay to other travel, but this minimizes overall person delay.
The authors conclude that this next-generation TSP could greatly reduce bus delay at signalized intersections without causing negative effects on other traffic.<ref name=huetal>Jai Hu, Byungkyu (Brian) Park, and A. Emily Parkany, “Transit Signal Priority with Connected Vehicle Technology,” Transportation Research Record No. 2418, 2014, pp. 20-29.</ref>
+
The authors conclude that this next-generation TSP could greatly reduce bus delay at signalized intersections without causing negative effects on other traffic.<ref name="huetal" />
  
 
==Exclusive and Intermittent Bus Lanes==
 
==Exclusive and Intermittent Bus Lanes==
Another alternative to improve bus speed and reliability is to allow buses either exclusive or preferential use of a travel lane.  This allows the bus to skip the car queues and minimizes delays experienced at traffic signals from car queuing.  However, especially in areas where bus traffic is light, this approach can result in under use of valuable roadway space and lead to longer car queues at signalized intersections.  As a result, even though bus passengers may enjoy reduced travel times, the total amount of delay in the system can increase as fewer cars are able to cross intersections on green lights.<ref name=gulerandmenendez>S. Ilgin Guler and Monica Menendez, [http://trb.metapress.com/content/277h85w255497224/fulltext.pdf "Evaluation of Presignals at Oversaturated Signalized Intersections,"] Transportation Research Record No. 2418, 2014, pp. 11-19.</ref>  Bus lanes may also interfere with cars executing right turns.  However, bus only lanes also allow for use of queue jump signal operation.<ref name=rodriguezanddanaher></ref>
+
Another alternative to improve bus speed and reliability is to allow buses either exclusive or preferential use of a travel lane.  This allows the bus to skip the car queues and minimizes delays experienced at traffic signals from car queuing.  However, especially in areas where bus traffic is light, this approach can result in under use of valuable roadway space and lead to longer car queues at signalized intersections.  As a result, even though bus passengers may enjoy reduced travel times, the total amount of delay in the system can increase as fewer cars are able to cross intersections on green lights.<ref name="gulerandmenendez">S. Ilgin Guler and Monica Menendez, [http://trb.metapress.com/content/277h85w255497224/fulltext.pdf "Evaluation of Presignals at Oversaturated Signalized Intersections,"] Transportation Research Record No. 2418, 2014, pp. 11-19.</ref>  Bus lanes may also interfere with cars executing right turns.  However, bus only lanes also allow for use of queue jump signal operation.<ref name="rodriguezanddanaher" />
  
 
===Use of Presignals===
 
===Use of Presignals===
One way that has been proposed that gives buses priority but still utilizes the full capacity of green signals is the use of a presignal placed upstream of the main signal. <ref name=gulerandmenendez>S. Ilgin Guler and Monica Menendez, "Evaluation of Presignals at Oversaturated Signalized Intersections," Transportation Research Record No. 2418, 2014, pp. 11-19.</ref>  The signal is located so that there is enough space ahead of the presignal that all cars queued up at the main signal will be able to clear the intersection when the light turns green, the same as when all lanes are in mixed use.  The presignal then releases the traffic to proceed to the main light which turns green; the presignal then holds further traffic to allow the traffic ahead ahead to clear.  Any arriving bus is then free to move up, discharge passengers and proceed through the intersection.  Automobile drivers should not experience any delays when buses are not present.  A study by Guler and Menendez found that this strategy consistently performs better than dedicated bus lanes at oversaturated intersections (greater than 105% of signal capacity) by reducing total person hours of delay (bus and car) without affecting bus service reliability.  At traffic levels between 85% and 105% of capacity, the system still reduced bus delays compared to mixed-use lanes.  The authors note that additional benefits could be obtained if use of presignals were combined with TSP.
+
One way that has been proposed that gives buses priority but still utilizes the full capacity of green signals is the use of a presignal placed upstream of the main signal.<ref name="gulerandmenendez" />  The signal is located so that there is enough space ahead of the presignal that all cars queued up at the main signal will be able to clear the intersection when the light turns green, the same as when all lanes are in mixed use.  The presignal then releases the traffic to proceed to the main light which turns green; the presignal then holds further traffic to allow the traffic ahead ahead to clear.  Any arriving bus is then free to move up, discharge passengers and proceed through the intersection.  Automobile drivers should not experience any delays when buses are not present.  A study by Guler and Menendez found that this strategy consistently performs better than dedicated bus lanes at oversaturated intersections (greater than 105% of signal capacity) by reducing total person hours of delay (bus and car) without affecting bus service reliability.  At traffic levels between 85% and 105% of capacity, the system still reduced bus delays compared to mixed-use lanes.  The authors note that additional benefits could be obtained if use of presignals were combined with TSP.
  
 
===Optimizing Priority Lanes===
 
===Optimizing Priority Lanes===
While dedicated bus lanes can improve system reliability, isolated priority lanes often experience bottlenecks when buses reenter unrestricted traffic.  A better approach is to consider a network of connected priority lanes that links lane segments together to create a series of uninterrupted routes.  Hadas and Ceder identify eight ways buses can be given preferential treatment on street lanes: exclusive curb lane; semi-exclusive curb lane, lane shared with turning cars only; exclusive median lane with stop island; exclusive center lane; bus malls; exclusive freeway and highway lanes; highway ramp bypasses; and exclusive lanes to bypass traffic bottlenecks.<ref name=hadasandceder>Yuval Hadas and Avishai (Avi) Ceder, [http://trb.metapress.com/content/kw11g5x448787441/fulltext.pdf "Optimal Connected Urban Bus Network of Priority Lanes,"] Transportation Research Record No. 2418, 2014, pp. 49-57.</ref>  Building on the work of Mesbah et al.,<ref>See notes 5-8 in Hadas and Ceder, supra.</ref> The authors have developed an innovative systemwide approach for designing a  set of continuous priority bus lanes that considers all eight options, balances all bus route starts, stations, and ends, and maximizes travel time savings.  They suggest that such a network will allow for "faster vehicle movement with fewer interruptions, increased reliability of transfers, and better schedule adherence related to performance."<ref>Hadas and Ceder, supra, p. 56.</ref>
+
While dedicated bus lanes can improve system reliability, isolated priority lanes often experience bottlenecks when buses reenter unrestricted traffic.  A better approach is to consider a network of connected priority lanes that links lane segments together to create a series of uninterrupted routes.  Hadas and Ceder identify eight ways buses can be given preferential treatment on street lanes: exclusive curb lane; semi-exclusive curb lane, lane shared with turning cars only; exclusive median lane with stop island; exclusive center lane; bus malls; exclusive freeway and highway lanes; highway ramp bypasses; and exclusive lanes to bypass traffic bottlenecks.<ref name=hadasandceder>Yuval Hadas and Avishai (Avi) Ceder, [http://trb.metapress.com/content/kw11g5x448787441/fulltext.pdf "Optimal Connected Urban Bus Network of Priority Lanes,"] Transportation Research Record No. 2418, 2014, pp. 49-57.</ref>  Building on the work of Mesbah et al.,<ref>See notes 5-8 in Hadas and Ceder, supra.</ref> the authors have developed an innovative systemwide approach for designing a  set of continuous priority bus lanes that considers all eight options, balances all bus route starts, stations, and ends, and maximizes travel time savings.  They suggest that such a network will allow for "faster vehicle movement with fewer interruptions, increased reliability of transfers, and better schedule adherence related to performance."<ref>Hadas and Ceder, supra, p. 56.</ref>
 
   
 
   
Predicting bus arrival times can be done using a variety of techniques including linear models, neural networks, vector regression, and k nearest neighbors regression.    A recent study concluded that using linear models to estimate interstop travel times combined with real-time GPS information on current vehicle location resulted in a flex schedule that performed better and faster than other machine learning models and made collecting additional GPS data unnecessary.<ref>Tony Hernandez, [http://trb.metapress.com/content/e0281525127w4087/fulltext.pdf “Flex Scheduling for Bus Arrival Time Prediction,”] Transportation Research Record No. 2418, 2014, pp. 110-115.</ref>
+
 
  
 
==References==
 
==References==
Line 28: Line 30:
 
==Further Reading==
 
==Further Reading==
  
Jai Hu, Byungkyu (Brian) Park, and A. Emily Parkany, [http://trb.metapress.com/content/t54ku7636511k6p8/fulltext.pdf “Transit Signal Priority with Connected Vehicle Technology,] Transportation Research Record No. 2418, 2014, pp. 20-29.
+
[http://www.mautc.psu.edu/docs/UVA-2012-04.pdf Park, B., & Hu, J.(2014). “Transit Signal Priority with Connected Vehicle Technology.Mid-Atlantic Universities Transportation Center.]
 
:This study proposes a new logic to overcome adverse effects of TSP using connected vehicle technology, including two-way communications between buses and the traffic signal controller, to generate accurate bus location information and data on number of passengers. The key feature is green time reallocation, which moves green time instead of adding extra green time, in response to overall person delay on the system. The proposal is then evaluated using both analytical and microscopic simulation approaches. Results showed that the proposed TSP logic reduced bus delay between 9% and 84% compared with conventional TSP and between 36% and 88% compared with the no-TSP condition, with no significant negative effects.
 
:This study proposes a new logic to overcome adverse effects of TSP using connected vehicle technology, including two-way communications between buses and the traffic signal controller, to generate accurate bus location information and data on number of passengers. The key feature is green time reallocation, which moves green time instead of adding extra green time, in response to overall person delay on the system. The proposal is then evaluated using both analytical and microscopic simulation approaches. Results showed that the proposed TSP logic reduced bus delay between 9% and 84% compared with conventional TSP and between 36% and 88% compared with the no-TSP condition, with no significant negative effects.
  
Tony Hernandez, [http://trb.metapress.com/content/e0281525127w4087/fulltext.pdf “Flex Scheduling for Bus Arrival Time Prediction,] Transportation Research Record No. 2418, 2014, pp. 110-115.
+
[http://trrjournalonline.trb.org/doi/abs/10.3141/2418-13 Hernandez, T. (2014). "Flex Scheduling for Bus Arrival Time Prediction.” Transportation Research Record.]
 +
 
 
:This study used three weeks of Chicago, Illinois, Transit Authority bus route GPS data to compare the performance of several commonly used methods and algorithms for predicting bus arrival times, concluding that the use of computationally intensive machine learning algorithms, such as support vector regression, k nearest neighbor regression, and neural networks, is unnecessary. Simpler linear models combined with the real-time GPS bus location information could be used to determine explicitly the approximate historical interstop travel times for any time of the day and any day of the week, resulting in a flex schedule that was independent of scheduled departure or arrival times, and obviating the need for additional data collection.
 
:This study used three weeks of Chicago, Illinois, Transit Authority bus route GPS data to compare the performance of several commonly used methods and algorithms for predicting bus arrival times, concluding that the use of computationally intensive machine learning algorithms, such as support vector regression, k nearest neighbor regression, and neural networks, is unnecessary. Simpler linear models combined with the real-time GPS bus location information could be used to determine explicitly the approximate historical interstop travel times for any time of the day and any day of the week, resulting in a flex schedule that was independent of scheduled departure or arrival times, and obviating the need for additional data collection.
  
Adriana Rodriguez and Alan R. Danaher, [http://trb.metapress.com/content/v761533070312217/fulltext.pdf “Operational Comparison of Transit Signal Priority Strategies,] Transportation Research Record No. 2418, 2014, pp. 84-91.
+
[http://trrjournalonline.trb.org/doi/abs/10.3141/2418-10 Rodriguez A. & Danaher, A. R. “Operational Comparison of Transit Signal Priority Strategies.” Transportation Research Record.]
 
:General traffic can interfere with buses operating in mixed traffic and cause reductions in travel speed and system capacity. This paper presents a methodology for evaluating the impacts of TSP treatments on transit operations at a specific intersection by comparing various TSP options to determine which would give the highest travel time savings for signalized intersections along the study corridor.
 
:General traffic can interfere with buses operating in mixed traffic and cause reductions in travel speed and system capacity. This paper presents a methodology for evaluating the impacts of TSP treatments on transit operations at a specific intersection by comparing various TSP options to determine which would give the highest travel time savings for signalized intersections along the study corridor.
  
S. Ilgin Guler and Monica Menendez, [http://trb.metapress.com/content/277h85w255497224/fulltext.pdf "Evaluation of Presignals at Oversaturated Signalized Intersections,"] Transportation Research Record No. 2418, 2014, pp. 11-19.
+
[http://trrjournalonline.trb.org/doi/abs/10.3141/2418-02 Guler, S.I. & Menendez, M. (2014). "Evaluation of Presignals at Oversaturated Signalized Intersections." Transportation Research Record.]
 
:This paper quantifies the benefits on traffic flow of using presignals in terms of reducing systemwide total person hours of delay, specifically for oversaturated intersections. Results showed that presignals provided the lowest delay compared with a dedicated lane or mixed lane strategy, and that for oversaturated intersections, presignals were better for the system than dedicated bus lanes. Moreover, presignals could decrease the total person hours of delay compared with mixed lanes for large car demands.
 
:This paper quantifies the benefits on traffic flow of using presignals in terms of reducing systemwide total person hours of delay, specifically for oversaturated intersections. Results showed that presignals provided the lowest delay compared with a dedicated lane or mixed lane strategy, and that for oversaturated intersections, presignals were better for the system than dedicated bus lanes. Moreover, presignals could decrease the total person hours of delay compared with mixed lanes for large car demands.
  
Yuval Hadas and Avishai (Avi) Ceder, [http://trb.metapress.com/content/kw11g5x448787441/fulltext.pdf "Optimal Connected Urban Bus Network of Priority Lanes,"] Transportation Research Record No. 2418, 2014, pp. 49-57.
+
[http://trrjournalonline.trb.org/doi/abs/10.3141/2418-06 Hadas, Y. & Ceder, A. "Optimal Connected Urban Bus Network of Priority Lanes." Transportation Research Record.]
 
:This paper presents a new model for selecting an optimal network of public transport (PT) priority lanes that would increase the reliability of transfers and provide better adherence to schedule performance. The study model was designed to maximize total travel time savings and, at the same time, maintain balanced origin and destination terminals, given budget constraints. It was used successfully in a case study of Petah Tikva, a midsize city in Israel, to produce an optimal network of priority lanes.
 
:This paper presents a new model for selecting an optimal network of public transport (PT) priority lanes that would increase the reliability of transfers and provide better adherence to schedule performance. The study model was designed to maximize total travel time savings and, at the same time, maintain balanced origin and destination terminals, given budget constraints. It was used successfully in a case study of Petah Tikva, a midsize city in Israel, to produce an optimal network of priority lanes.
  
[[Category: Technology]]
+
[http://www.trb.org/TCRP/Blurbs/166878.aspx Martin, P. & Levinson, H. S. (2012). "A Guide for Implementing Bus on Shoulder (BOS) Systems." Transit Cooperative Research Program.]
 +
:This report provides guidelines for the planning, design, and implementation of BOS operations along urban freeways and major arterials.
 +
 
 +
[[Category:Managing transit]]
 +
[[Category:operating effectiveness]]

Latest revision as of 00:43, 16 February 2019

An example of a median bus lane in Brazil. Source: Mario Roberto Duran Ortiz

Introduction

One strategy to reduce travel times and provide more reliable transit service is through bus prioritization strategies. These can take a number of forms including dedicated bus-only lanes, bus rapid transit, bus bypass shoulders, transit signal priority (TSP) which shortens the traffic signal's red phase or extends the green phase for an approaching bus, or by queue jump treatments that permit buses and other vehicles in the far right turn or bus-only lane to proceed ahead of traffic in adjacent lanes.

Transit Signal Priority

TSP can either be pretimed, triggered by an approaching bus, or the signal can be adjusted based on real time monitoring of traffic patterns. This strategy is appropriate for intersections operating under LOS C or D and with a volume/capacity ratio less than 1.0, otherwise the longer queues can prevent buses from clearing the intersection. The additional time allotted for buses is achieved through slight reductions in green phases for other traffic movements so that overall signal coordination is not affected. Another option, known as a queue jump, is to give buses dropping off passengers at near-side stops a green light a few seconds before the adjacent lanes to allow it to merge into traffic at the far side of the intersection before the following traffic can cross.[1] One drawback of conventional TSP (CTSP) strategies is that they are typically based on sensors that may not provide accurate bus arrival time information to decide whether to shorten the red phase or extend the green. As a result, there could be a waste of extra green time and unnecessary delays affecting side streets.[2]

Measuring Benefits

Travel time savings from TSP can be measured by the number of minutes of reduced delay per mile of operation or per person. Predicting bus arrival times can be done using a variety of techniques including linear models, neural networks, vector regression, and k nearest neighbors regression. A recent study using linear models to estimate interstop travel times combined with real-time GPS information on current vehicle location produced a flex schedule that performed better and faster than other machine learning models and made collecting additional GPS data unnecessary.[3]Even if detailed simulation modeling is not practical, simple sketch planning tools can be used to evaluate the optimal strategy for specific corridors. Cost benefit analysis can then be conducted to determine it the necessary capital improvements, such as lengthening auxiliary lanes to reduce queuing, are warranted.[1]

Intelligent TSP

One proposal to improve bus operations is to combine CTSP with emerging connected vehicle technology (CVT) which allows two way communications between buses and traffic signal facilities and can collect more accurate information based on automatic vehicle location (AVL) systems. This TSP with CV (TSPCV) environment can supplement existing data with measurements of vehicle speed, position, acceleration and deceleration, queue lengths, arrival time, dwell time and number of passengers. In addition to simple red signal truncation and green light extension, intelligent TSPCV can reallocate green time to when it will most benefit bus movement rather than just adding time, and thus minimize adverse impacts on non-transit vehicle travel especially on intersecting side streets. Selective priority can be granted or withheld depending on factors such as whether buses are running on time or delayed, and the number of onboard passengers, in order to minimize total person delay across all modes. Bus speeds can also be adjusted to take better advantage of TSP. A recent study by the University of Virginia simulating traffic at a selected intersection found that TSPCV improves the reliability of bus service and can reduce bus delay by nearly 90% compared to less than 13% for CTSP. Benefits decline as traffic volume approaches capacity since the proposed algorithm is designed to reduce the amount of green time granted to buses to prevent extra delay to other travel, but this minimizes overall person delay. The authors conclude that this next-generation TSP could greatly reduce bus delay at signalized intersections without causing negative effects on other traffic.[2]

Exclusive and Intermittent Bus Lanes

Another alternative to improve bus speed and reliability is to allow buses either exclusive or preferential use of a travel lane. This allows the bus to skip the car queues and minimizes delays experienced at traffic signals from car queuing. However, especially in areas where bus traffic is light, this approach can result in under use of valuable roadway space and lead to longer car queues at signalized intersections. As a result, even though bus passengers may enjoy reduced travel times, the total amount of delay in the system can increase as fewer cars are able to cross intersections on green lights.[4] Bus lanes may also interfere with cars executing right turns. However, bus only lanes also allow for use of queue jump signal operation.[1]

Use of Presignals

One way that has been proposed that gives buses priority but still utilizes the full capacity of green signals is the use of a presignal placed upstream of the main signal.[4] The signal is located so that there is enough space ahead of the presignal that all cars queued up at the main signal will be able to clear the intersection when the light turns green, the same as when all lanes are in mixed use. The presignal then releases the traffic to proceed to the main light which turns green; the presignal then holds further traffic to allow the traffic ahead ahead to clear. Any arriving bus is then free to move up, discharge passengers and proceed through the intersection. Automobile drivers should not experience any delays when buses are not present. A study by Guler and Menendez found that this strategy consistently performs better than dedicated bus lanes at oversaturated intersections (greater than 105% of signal capacity) by reducing total person hours of delay (bus and car) without affecting bus service reliability. At traffic levels between 85% and 105% of capacity, the system still reduced bus delays compared to mixed-use lanes. The authors note that additional benefits could be obtained if use of presignals were combined with TSP.

Optimizing Priority Lanes

While dedicated bus lanes can improve system reliability, isolated priority lanes often experience bottlenecks when buses reenter unrestricted traffic. A better approach is to consider a network of connected priority lanes that links lane segments together to create a series of uninterrupted routes. Hadas and Ceder identify eight ways buses can be given preferential treatment on street lanes: exclusive curb lane; semi-exclusive curb lane, lane shared with turning cars only; exclusive median lane with stop island; exclusive center lane; bus malls; exclusive freeway and highway lanes; highway ramp bypasses; and exclusive lanes to bypass traffic bottlenecks.[5] Building on the work of Mesbah et al.,[6] the authors have developed an innovative systemwide approach for designing a set of continuous priority bus lanes that considers all eight options, balances all bus route starts, stations, and ends, and maximizes travel time savings. They suggest that such a network will allow for "faster vehicle movement with fewer interruptions, increased reliability of transfers, and better schedule adherence related to performance."[7]


References

  1. 1.0 1.1 1.2 Adriana Rodriguez and Alan R. Danaher, “Operational Comparison of Transit Signal Priority Strategies,” Transportation Research Record No. 2418, 2014, pp. 84-91.
  2. 2.0 2.1 Jai Hu, Byungkyu (Brian) Park, and A. Emily Parkany, “Transit Signal Priority with Connected Vehicle Technology,” Transportation Research Record No. 2418, 2014, pp. 20-29.
  3. Tony Hernandez, “Flex Scheduling for Bus Arrival Time Prediction,” Transportation Research Record No. 2418, 2014, pp. 110-115.
  4. 4.0 4.1 S. Ilgin Guler and Monica Menendez, "Evaluation of Presignals at Oversaturated Signalized Intersections," Transportation Research Record No. 2418, 2014, pp. 11-19.
  5. Yuval Hadas and Avishai (Avi) Ceder, "Optimal Connected Urban Bus Network of Priority Lanes," Transportation Research Record No. 2418, 2014, pp. 49-57.
  6. See notes 5-8 in Hadas and Ceder, supra.
  7. Hadas and Ceder, supra, p. 56.

Further Reading

Park, B., & Hu, J.(2014). “Transit Signal Priority with Connected Vehicle Technology.” Mid-Atlantic Universities Transportation Center.

This study proposes a new logic to overcome adverse effects of TSP using connected vehicle technology, including two-way communications between buses and the traffic signal controller, to generate accurate bus location information and data on number of passengers. The key feature is green time reallocation, which moves green time instead of adding extra green time, in response to overall person delay on the system. The proposal is then evaluated using both analytical and microscopic simulation approaches. Results showed that the proposed TSP logic reduced bus delay between 9% and 84% compared with conventional TSP and between 36% and 88% compared with the no-TSP condition, with no significant negative effects.

Hernandez, T. (2014). "Flex Scheduling for Bus Arrival Time Prediction.” Transportation Research Record.

This study used three weeks of Chicago, Illinois, Transit Authority bus route GPS data to compare the performance of several commonly used methods and algorithms for predicting bus arrival times, concluding that the use of computationally intensive machine learning algorithms, such as support vector regression, k nearest neighbor regression, and neural networks, is unnecessary. Simpler linear models combined with the real-time GPS bus location information could be used to determine explicitly the approximate historical interstop travel times for any time of the day and any day of the week, resulting in a flex schedule that was independent of scheduled departure or arrival times, and obviating the need for additional data collection.

Rodriguez A. & Danaher, A. R. “Operational Comparison of Transit Signal Priority Strategies.” Transportation Research Record.

General traffic can interfere with buses operating in mixed traffic and cause reductions in travel speed and system capacity. This paper presents a methodology for evaluating the impacts of TSP treatments on transit operations at a specific intersection by comparing various TSP options to determine which would give the highest travel time savings for signalized intersections along the study corridor.

Guler, S.I. & Menendez, M. (2014). "Evaluation of Presignals at Oversaturated Signalized Intersections." Transportation Research Record.

This paper quantifies the benefits on traffic flow of using presignals in terms of reducing systemwide total person hours of delay, specifically for oversaturated intersections. Results showed that presignals provided the lowest delay compared with a dedicated lane or mixed lane strategy, and that for oversaturated intersections, presignals were better for the system than dedicated bus lanes. Moreover, presignals could decrease the total person hours of delay compared with mixed lanes for large car demands.

Hadas, Y. & Ceder, A. "Optimal Connected Urban Bus Network of Priority Lanes." Transportation Research Record.

This paper presents a new model for selecting an optimal network of public transport (PT) priority lanes that would increase the reliability of transfers and provide better adherence to schedule performance. The study model was designed to maximize total travel time savings and, at the same time, maintain balanced origin and destination terminals, given budget constraints. It was used successfully in a case study of Petah Tikva, a midsize city in Israel, to produce an optimal network of priority lanes.

Martin, P. & Levinson, H. S. (2012). "A Guide for Implementing Bus on Shoulder (BOS) Systems." Transit Cooperative Research Program.

This report provides guidelines for the planning, design, and implementation of BOS operations along urban freeways and major arterials.