SlideShare a Scribd company logo
1 of 42
Center for Urban Transportation Research | University of South Florida
TDM Technology Session
Sean J. Barbeau, Ph.D.
Principal Mobile Software Architect for R&D
Center for Urban Transportation Research
University of South Florida
National Center for Transit Research
2
Agenda
• OneBusAway – How does real-time
information affect riders?
– Slide credits to Dr. Kari Watkins, Georgia Tech
• USF Maps App – Multimodal campus-focused
solution
3
ONEBUSAWAY
4
What is OneBusAway?
• What? Suite of tools that provides real-
time bus/train tracking information
– Open source software
– API for developers
– Free to riders
• Why? Make riding public transit easier by
providing good information in usable
formats
– Research to evaluate the impacts
4
5
Mobile Apps!
Android Windows PhoneiPhone
Support user location, route, stop contextual /personalized information
All OPEN-SOURCE!
6
OneBusAway Multi-region
• Created
centralized server
directory
• Modified apps to
find cities using
directory
• Add a new city by
adding a record in
the directory
7
Seattle, WA:
Original deployment
New York, NY:
Adapted for the MTA
(Bus Time)
Washington, DC:
2016
Atlanta, GA:
2013
Tampa, FL:
2013
York, ON:
2014
Rouge
Valley, OR:
2015
Where is OneBusAway?
San Joaquin, CA:
In testing
San Diego, CA:
2016
Lappeenranta,
Finland:
In testing
8
IMPACTS OF REAL-TIME
ARRIVAL INFORMATION
9
Impacts
• Riders are more satisfied
• Riders feel safer
• Riders wait less time
• Do they take more transit trips?
10
Change in Satisfaction
“I no longer sit with
pitted stomach
wondering where
is the bus. It's less
stressful simply
knowing it's nine
minutes away, or
whatever the
case.”
11
Perception of Safety
• Perception of Safety
– 79% no change
– 18% somewhat safer
– 3% much safer
• Safety correlated with
gender
– χ2=19.458
– p-value=0.001
0% 20% 40% 60% 80% 100%
Men
Women
Somewhat Less Safe
No Change
Somewhat More Safe
Much Safer
11
12
Wait Time
• Without real time, perceived wait > actual wait
• With real time, perceived wait = actual wait
• Value of real time >> more frequent service
Group Real Time Schedule Difference T-stat
(p-value)
Mean Typical Wait 7.54 9.86 2.32 5.50 (0.00)
Aggravation Level 3.35 3.29 -0.05 -0.24 (0.81)
Actual Wait Time 9.23 11.21 1.98 2.17 (0.03)
12
13
Ridership - Tampa
Before-After Control Group
Research Design
• Motivation: HART provided USF & Georgia
Tech special access to real-time data
• Recruitment: HART website/email list
(Incentive of 1 day bus pass)
• Measurement: Web-based surveys
• Group Assignment: Random number
generator
• Treatment: OneBusAway
Limiting the Treatment: iPhone
& Android Apps
14
Tampa
• Significant improvements in the waiting experience
– Decreases in self-reported usual wait times
– Increases in satisfaction with wait times and reliability
• Little evidence supporting a change in transit trips
– Approx. 1/3 of RTI users stated they ride the bus more frequently, perhaps because
of:
• Affirmation bias of respondents
• Scale of measurement (trips per week)
– Only riders within sphere of transit agency
15
Ridership - New York City
#1. February 2011:
Brooklyn Pilot (B63)
#2. February 2012:
Staten Island Launch
#3. November 2012:
Bronx Launch
#4. October 2013:
Manhattan Launch
#5. March 2014:
Queens + Brooklyn Launch
16
Ridership - New York City
• Method
• Comparison of multiple panel regression techniques in a well-suited natural
experiment
• Conclusions
Real-time Information as a single variable
• Average increase of ~115 rides per route per weekday (median of 1.6%), similar to
previous Chicago study
Real-time Information by route size
• Average increase of ~338 rides per weekday on the largest quartile of routes
(median of 2.3%)
• Limitations
• Short Timescale
• Aggregate Analysis
17
Comparison of Key Findings
New York City Tampa Atlanta
Transit Agency
Methodology
Natural experiment with
panel regression
Behavioral experiment with a
before-after control group design
Before-after analysis of transit
trips
Key Finding
Average weekday route-
level increase of ~115 rides
(median of 1.6%);
Average weekday increase
of ~338 rides on the largest
routes (median of 2.3%)
Little evidence supporting a change
in bus trips;
Significant improvements in the
waiting experience, particularly wait
times
Little evidence supporting a
change in bus/train trips;
Perceived improvements in
wait times and overall
satisfaction with MARTA
18
USF MAPS APP
19
Background
• USF students have many travel options:
– Drive
– USF Bull Runner
– Hillsborough Area Regional Transit
– Bike
– Share-A-Bull Bike share
– Walk
• For those unfamiliar with campus (and even those
that are), the best option for each trip isn’t obvious
20
Background (Con’t)
• Transit and bike share modes also have a real-
time component
• Knowing where USF buildings are, and how to
get from A to B, is challenging
– Requires translating 3 letter abbreviation into
building name and location
• How can we make getting around USF campus
easier for students, staff, and visitors?
21
USF Student Green Energy Fund
(SGEF)
• Initially funded two student-driven projects:
– Smart Parking
– “Share-A-Bull” Bike share
• USF Maps App was created to share
information on all modes with
students/staff/visitors
• Funding from FDOT to supervise students
22
USF Maps App
DesktopMobile
http://maps.usf.edu
23
Find USF buildings by name, abbreviation
24
Plan trips to/from building, real-time location
Buildings
Building
locations
25
Routes use actual USF walk/bike
infrastructure
Distance/time summary Uses crosswalk
26
Layer - Bike lanes at USF
Visible as a highlighted layer, in addition to being used for routing
27
Layer - Share-A-Bull– Real-time info,
booking links
28
Share-A-Bull – trip plans consider
real-time availability
29
Layer - Real-time Bull Runner
positions
Bus
locations
30
Layer – Bike repair stations
31
Layer – Enterprise CarShare
32
Layer – Parking Lots
USF
Parking
Permits
Allowed
Tap to pay
for pay-by-
space
33
Layer – Electric Car Charging
Tap to see
real-time
availability
34
Layer – Blue Light Emergency Phones
35
Accessible via MyUSF app
36
Other features
• Walking paths that avoid stairs
– Useful for those with limited mobility (e.g., in
wheelchairs)
• Bike paths that prefer bike lanes
• Transfer from Bull Runner to HART (and PSTA) buses
– Students ride free on HART
• All open-source software
– Based on OpenTripPlanner.org
– Can continue to add new features
• Can deploy at multiple university sites
– e.g., Different USF campuses, small communities
37
Open data powers these apps
• OneBusAway
– General Transit Feed Specification (GTFS)
– GTFS-realtime
• USF Maps App
– GTFS
– GTFS-realtime
– General Bikeshare Feed Specification (GBFS)
– OpenStreetMap data
38
Set up your own version!
• Requires some technical expertise
– Experience in setting up servers (Tomcat) a plus
– If you want to modify things, experience with
Java/Javascript is very useful
• Most IT departments should have the required
skillset to get a demo up and running
39
Set up your own OneBusAway!
• You’ll need:
– GTFS data
– If you want real-time, one of the following:
• GTFS-realtime TripUpdates feed
• SIRI
• Other formats - http://bit.ly/OBARealtimeFormats
• Instructions - http://bit.ly/OBAQuickStart
40
Set up your own USF Maps App!
• You’ll need:
– GTFS data for planning transit trips
– If you want real-time bus locations:
• GTFS-realtime VehiclePositions feed
– If you want bikeshare locations/trip planning:
• GBFS data
– Walking/bike paths:
• OpenStreetMap data
– If you want Layers:
• OpenStreetMap data
– Bike lanes, bike repair, parking lots, vehicle charging stations
• Car share – update an XML file
• Emergency phone locations - a config file with locations
– Building abbreviations
• Update an XML file with abbreviations/locations
– Instructions - http://bit.ly/USFMapsInstructions
41
Thanks!
Sean J. Barbeau, Ph.D.
barbeau@cutr.usf.edu
813.974.7208
OneBusAway partners = Dr. Kari Watkins (GA Tech), Dr. Candace Brakewood (CCNY), Dr. Brian Ferris, Dr.
Alan Borning (UW), Sound Transit, KC Metro, Pierce Transit, MTA NYC, HART, PSTA, MARTA, ARC,
independent developers, many more…
OneBusAway funding = NSF, NCTR, US DOT, NCTSPM, CUTR, GVU Center, IPAT, and more…
Current USF Maps App Developers – Joseph Fields and JB Subils
USF Maps App funding partners - USF Student Green Energy fund and Florida Department of
Transportation
42
References
• Ferris, Brian, Kari Watkins, and Alan Borning. “OneBusAway: Results from providing real-time arrival information for public transit.”
Proceedings of Association for Computing Machinery Conference on Human Factors in Computing Systems (CHI) 2010.
• Watkins, Kari, Brian Ferris, Alan Borning, G. Scott Rutherford and David Layton. “Where Is My Bus? Impact of mobile real-time
information on the perceived and actual wait time of transit riders.” Transportation Research Part A, Vol. 45, No. 8, 2011.
• Gooze, Aaron, Kari Watkins and Alan Borning. “Benefits of Real-Time Transit Information and Impacts of Data Accuracy on Rider
Experience”, Transportation Research Record #2351, 2013.
• Windmiller, Sarah, Todd Hennessy and Kari Watkins, “Accessibility of Communication Technology and the Rider Experience: Case Study
of St. Louis Metro” Transportation Research Record #2415, 2014.
• Barbeau, Sean, Alan Borning and Kari Watkins, “OneBusAway Multi-region – Rapidly Expanding Mobile Transit Apps to New Cities”
Journal of Public Transportation, Vol. 17, No. 4, 2014.
• Brakewood, Candace, Sean Barbeau and Kari Watkins, “An experiment validating the impacts of transit information on bus riders in
Tampa, Florida”, Transportation Research Part A, Vol. 69, 2014
• Brakewood, Candace, Gregory Macfarlane, and Kari Watkins, “The Impact of Real-time Information on Bus Ridership in New York City”,
Transportation Research Part C, Vol. 53, 2015.
• Berrebi, S., K. Watkins, and J. Laval, “A Real-Time Bus Dispatching Policy to Minimize Headway Variance”, Transportation Research Part
B, Vol. 81, pp. 377-389, 2015.

More Related Content

What's hot

2017 SeeClickFix Workshop - Closing the Loop - Improving Transit through Crow...
2017 SeeClickFix Workshop - Closing the Loop - Improving Transit through Crow...2017 SeeClickFix Workshop - Closing the Loop - Improving Transit through Crow...
2017 SeeClickFix Workshop - Closing the Loop - Improving Transit through Crow...Sean Barbeau
 
GTFS Maintenance & More
GTFS Maintenance & MoreGTFS Maintenance & More
GTFS Maintenance & MoreSean Barbeau
 
Barbeau enabling better mobility through innovations for mobile devices - o...
Barbeau   enabling better mobility through innovations for mobile devices - o...Barbeau   enabling better mobility through innovations for mobile devices - o...
Barbeau enabling better mobility through innovations for mobile devices - o...Sean Barbeau
 
Improving the quality and cost effectiveness of multimodal travel behavior da...
Improving the quality and cost effectiveness of multimodal travel behavior da...Improving the quality and cost effectiveness of multimodal travel behavior da...
Improving the quality and cost effectiveness of multimodal travel behavior da...Sean Barbeau
 
Smart Columbus Executive Summary Overview
Smart Columbus Executive Summary OverviewSmart Columbus Executive Summary Overview
Smart Columbus Executive Summary OverviewSean Barbeau
 
OneBusAway - An open-source platform for Mobility as a Service
OneBusAway - An open-source platform for Mobility as a ServiceOneBusAway - An open-source platform for Mobility as a Service
OneBusAway - An open-source platform for Mobility as a ServiceSean Barbeau
 
Google Transit in Tribal Transportation
Google Transit in Tribal TransportationGoogle Transit in Tribal Transportation
Google Transit in Tribal TransportationAaron Antrim
 
ITS World Congress 2014 - Open Data in Public Transport: Challenges and Oppor...
ITS World Congress 2014 - Open Data in Public Transport: Challenges and Oppor...ITS World Congress 2014 - Open Data in Public Transport: Challenges and Oppor...
ITS World Congress 2014 - Open Data in Public Transport: Challenges and Oppor...Sean Barbeau
 
2013 UTC Southeast - OneBusAway – Sharing real time transit information via o...
2013 UTC Southeast - OneBusAway – Sharing real time transit information via o...2013 UTC Southeast - OneBusAway – Sharing real time transit information via o...
2013 UTC Southeast - OneBusAway – Sharing real time transit information via o...Sean Barbeau
 
Upper Great Plains Transportation Institute
Upper Great Plains Transportation InstituteUpper Great Plains Transportation Institute
Upper Great Plains Transportation InstitutePorts-To-Plains Blog
 
7 ncdot&u senal deladvcurvahor 2010 150p
7   ncdot&u senal deladvcurvahor 2010 150p7   ncdot&u senal deladvcurvahor 2010 150p
7 ncdot&u senal deladvcurvahor 2010 150pSierra Francisco Justo
 
TRB 2020 - Cybersecurity Vulnerabilities in Mobile Fare Payment Applications:...
TRB 2020 - Cybersecurity Vulnerabilities in Mobile Fare Payment Applications:...TRB 2020 - Cybersecurity Vulnerabilities in Mobile Fare Payment Applications:...
TRB 2020 - Cybersecurity Vulnerabilities in Mobile Fare Payment Applications:...Sean Barbeau
 
Why Open-source Software?
Why Open-source Software?Why Open-source Software?
Why Open-source Software?Sean Barbeau
 
20140506-NCAMPO-GIS - NC Pedestrian and Bicycle Infrastructure Network
20140506-NCAMPO-GIS - NC Pedestrian and Bicycle Infrastructure Network20140506-NCAMPO-GIS - NC Pedestrian and Bicycle Infrastructure Network
20140506-NCAMPO-GIS - NC Pedestrian and Bicycle Infrastructure NetworkKristy Jackson
 
Lewis tftn ngac_09232010
Lewis tftn ngac_09232010Lewis tftn ngac_09232010
Lewis tftn ngac_09232010Koniag
 
Welcome To The TDM Community - Tools and Resources for TDM Newcomers
Welcome To The TDM Community - Tools and Resources for TDM NewcomersWelcome To The TDM Community - Tools and Resources for TDM Newcomers
Welcome To The TDM Community - Tools and Resources for TDM NewcomersPhil Winters
 
UGPTI Overview of Programs and Activities
UGPTI Overview of Programs and ActivitiesUGPTI Overview of Programs and Activities
UGPTI Overview of Programs and ActivitiesUGPTI
 

What's hot (19)

2017 SeeClickFix Workshop - Closing the Loop - Improving Transit through Crow...
2017 SeeClickFix Workshop - Closing the Loop - Improving Transit through Crow...2017 SeeClickFix Workshop - Closing the Loop - Improving Transit through Crow...
2017 SeeClickFix Workshop - Closing the Loop - Improving Transit through Crow...
 
GTFS Maintenance & More
GTFS Maintenance & MoreGTFS Maintenance & More
GTFS Maintenance & More
 
Barbeau enabling better mobility through innovations for mobile devices - o...
Barbeau   enabling better mobility through innovations for mobile devices - o...Barbeau   enabling better mobility through innovations for mobile devices - o...
Barbeau enabling better mobility through innovations for mobile devices - o...
 
Improving the quality and cost effectiveness of multimodal travel behavior da...
Improving the quality and cost effectiveness of multimodal travel behavior da...Improving the quality and cost effectiveness of multimodal travel behavior da...
Improving the quality and cost effectiveness of multimodal travel behavior da...
 
Smart Columbus Executive Summary Overview
Smart Columbus Executive Summary OverviewSmart Columbus Executive Summary Overview
Smart Columbus Executive Summary Overview
 
OneBusAway - An open-source platform for Mobility as a Service
OneBusAway - An open-source platform for Mobility as a ServiceOneBusAway - An open-source platform for Mobility as a Service
OneBusAway - An open-source platform for Mobility as a Service
 
Google Transit in Tribal Transportation
Google Transit in Tribal TransportationGoogle Transit in Tribal Transportation
Google Transit in Tribal Transportation
 
ITS World Congress 2014 - Open Data in Public Transport: Challenges and Oppor...
ITS World Congress 2014 - Open Data in Public Transport: Challenges and Oppor...ITS World Congress 2014 - Open Data in Public Transport: Challenges and Oppor...
ITS World Congress 2014 - Open Data in Public Transport: Challenges and Oppor...
 
2013 UTC Southeast - OneBusAway – Sharing real time transit information via o...
2013 UTC Southeast - OneBusAway – Sharing real time transit information via o...2013 UTC Southeast - OneBusAway – Sharing real time transit information via o...
2013 UTC Southeast - OneBusAway – Sharing real time transit information via o...
 
Upper Great Plains Transportation Institute
Upper Great Plains Transportation InstituteUpper Great Plains Transportation Institute
Upper Great Plains Transportation Institute
 
7 ncdot&u senal deladvcurvahor 2010 150p
7   ncdot&u senal deladvcurvahor 2010 150p7   ncdot&u senal deladvcurvahor 2010 150p
7 ncdot&u senal deladvcurvahor 2010 150p
 
TRB 2020 - Cybersecurity Vulnerabilities in Mobile Fare Payment Applications:...
TRB 2020 - Cybersecurity Vulnerabilities in Mobile Fare Payment Applications:...TRB 2020 - Cybersecurity Vulnerabilities in Mobile Fare Payment Applications:...
TRB 2020 - Cybersecurity Vulnerabilities in Mobile Fare Payment Applications:...
 
Why Open-source Software?
Why Open-source Software?Why Open-source Software?
Why Open-source Software?
 
20140506-NCAMPO-GIS - NC Pedestrian and Bicycle Infrastructure Network
20140506-NCAMPO-GIS - NC Pedestrian and Bicycle Infrastructure Network20140506-NCAMPO-GIS - NC Pedestrian and Bicycle Infrastructure Network
20140506-NCAMPO-GIS - NC Pedestrian and Bicycle Infrastructure Network
 
Lewis tftn ngac_09232010
Lewis tftn ngac_09232010Lewis tftn ngac_09232010
Lewis tftn ngac_09232010
 
Nchrp research report 859 24626
Nchrp research report 859 24626Nchrp research report 859 24626
Nchrp research report 859 24626
 
Welcome To The TDM Community - Tools and Resources for TDM Newcomers
Welcome To The TDM Community - Tools and Resources for TDM NewcomersWelcome To The TDM Community - Tools and Resources for TDM Newcomers
Welcome To The TDM Community - Tools and Resources for TDM Newcomers
 
UGPTI Overview of Programs and Activities
UGPTI Overview of Programs and ActivitiesUGPTI Overview of Programs and Activities
UGPTI Overview of Programs and Activities
 
Network of Danube Waterway Administrations - Newada duo general presentation
Network of Danube  Waterway Administrations - Newada duo general presentationNetwork of Danube  Waterway Administrations - Newada duo general presentation
Network of Danube Waterway Administrations - Newada duo general presentation
 

Viewers also liked

Energy Smart Apps - Location-aware algorithms to save energy on mobile devices
Energy Smart Apps - Location-aware algorithms to save energy on mobile devicesEnergy Smart Apps - Location-aware algorithms to save energy on mobile devices
Energy Smart Apps - Location-aware algorithms to save energy on mobile devicesSean Barbeau
 
USF Travel Options App
USF Travel Options AppUSF Travel Options App
USF Travel Options AppSean Barbeau
 
Cell phones and GPS
Cell phones and GPSCell phones and GPS
Cell phones and GPSSean Barbeau
 
ITS World Congress 2014 - Performance Evaluation of Transit Data Formats on a...
ITS World Congress 2014 - Performance Evaluation of Transit Data Formats on a...ITS World Congress 2014 - Performance Evaluation of Transit Data Formats on a...
ITS World Congress 2014 - Performance Evaluation of Transit Data Formats on a...Sean Barbeau
 
OneBusAway - New issue reporting flow in OneBusAway Android
OneBusAway - New issue reporting flow in OneBusAway AndroidOneBusAway - New issue reporting flow in OneBusAway Android
OneBusAway - New issue reporting flow in OneBusAway AndroidSean Barbeau
 
CTAA 2016 Portland - Aaron Antrim - GTFS - What is it? Why does it matter?
CTAA 2016 Portland - Aaron Antrim - GTFS - What is it? Why does it matter?CTAA 2016 Portland - Aaron Antrim - GTFS - What is it? Why does it matter?
CTAA 2016 Portland - Aaron Antrim - GTFS - What is it? Why does it matter?Aaron Antrim
 
Using FME and GTFS datasets to run TransitDatabase.com
Using FME and GTFS datasets to run TransitDatabase.comUsing FME and GTFS datasets to run TransitDatabase.com
Using FME and GTFS datasets to run TransitDatabase.comSafe Software
 
2014 FPTA-FDOT-CUTR Workshop - OneBusAway - Enhancing Customer Service via Mo...
2014 FPTA-FDOT-CUTR Workshop - OneBusAway - Enhancing Customer Service via Mo...2014 FPTA-FDOT-CUTR Workshop - OneBusAway - Enhancing Customer Service via Mo...
2014 FPTA-FDOT-CUTR Workshop - OneBusAway - Enhancing Customer Service via Mo...Sean Barbeau
 
OneBusAway - Issue reporting - Challenges and Improvements
OneBusAway - Issue reporting - Challenges and ImprovementsOneBusAway - Issue reporting - Challenges and Improvements
OneBusAway - Issue reporting - Challenges and ImprovementsSean Barbeau
 
The Way of the Bird
The Way of the BirdThe Way of the Bird
The Way of the Birdrashid1806
 
TRB 2014 - Automatic Spatial-temporal Identification of Points of Interest in...
TRB 2014 - Automatic Spatial-temporal Identification of Points of Interest in...TRB 2014 - Automatic Spatial-temporal Identification of Points of Interest in...
TRB 2014 - Automatic Spatial-temporal Identification of Points of Interest in...Sean Barbeau
 
2012 National Academy of Inventors - GPS Auto-Sleep for Energy-Efficient Loca...
2012 National Academy of Inventors - GPS Auto-Sleep for Energy-Efficient Loca...2012 National Academy of Inventors - GPS Auto-Sleep for Energy-Efficient Loca...
2012 National Academy of Inventors - GPS Auto-Sleep for Energy-Efficient Loca...Sean Barbeau
 

Viewers also liked (18)

Energy Smart Apps - Location-aware algorithms to save energy on mobile devices
Energy Smart Apps - Location-aware algorithms to save energy on mobile devicesEnergy Smart Apps - Location-aware algorithms to save energy on mobile devices
Energy Smart Apps - Location-aware algorithms to save energy on mobile devices
 
USF Maps App
USF Maps AppUSF Maps App
USF Maps App
 
USF Travel Options App
USF Travel Options AppUSF Travel Options App
USF Travel Options App
 
Cell phones and GPS
Cell phones and GPSCell phones and GPS
Cell phones and GPS
 
ITS World Congress 2014 - Performance Evaluation of Transit Data Formats on a...
ITS World Congress 2014 - Performance Evaluation of Transit Data Formats on a...ITS World Congress 2014 - Performance Evaluation of Transit Data Formats on a...
ITS World Congress 2014 - Performance Evaluation of Transit Data Formats on a...
 
OneBusAway - New issue reporting flow in OneBusAway Android
OneBusAway - New issue reporting flow in OneBusAway AndroidOneBusAway - New issue reporting flow in OneBusAway Android
OneBusAway - New issue reporting flow in OneBusAway Android
 
CTAA 2016 Portland - Aaron Antrim - GTFS - What is it? Why does it matter?
CTAA 2016 Portland - Aaron Antrim - GTFS - What is it? Why does it matter?CTAA 2016 Portland - Aaron Antrim - GTFS - What is it? Why does it matter?
CTAA 2016 Portland - Aaron Antrim - GTFS - What is it? Why does it matter?
 
Using FME and GTFS datasets to run TransitDatabase.com
Using FME and GTFS datasets to run TransitDatabase.comUsing FME and GTFS datasets to run TransitDatabase.com
Using FME and GTFS datasets to run TransitDatabase.com
 
2014 FPTA-FDOT-CUTR Workshop - OneBusAway - Enhancing Customer Service via Mo...
2014 FPTA-FDOT-CUTR Workshop - OneBusAway - Enhancing Customer Service via Mo...2014 FPTA-FDOT-CUTR Workshop - OneBusAway - Enhancing Customer Service via Mo...
2014 FPTA-FDOT-CUTR Workshop - OneBusAway - Enhancing Customer Service via Mo...
 
Matching GTFS Transit Route Data to a Roadway Network for Travel Modeling
Matching GTFS Transit Route Data to a Roadway Network for Travel ModelingMatching GTFS Transit Route Data to a Roadway Network for Travel Modeling
Matching GTFS Transit Route Data to a Roadway Network for Travel Modeling
 
OneBusAway - Issue reporting - Challenges and Improvements
OneBusAway - Issue reporting - Challenges and ImprovementsOneBusAway - Issue reporting - Challenges and Improvements
OneBusAway - Issue reporting - Challenges and Improvements
 
Lance bruh
Lance bruhLance bruh
Lance bruh
 
The Way of the Bird
The Way of the BirdThe Way of the Bird
The Way of the Bird
 
TRB 2014 - Automatic Spatial-temporal Identification of Points of Interest in...
TRB 2014 - Automatic Spatial-temporal Identification of Points of Interest in...TRB 2014 - Automatic Spatial-temporal Identification of Points of Interest in...
TRB 2014 - Automatic Spatial-temporal Identification of Points of Interest in...
 
1312873137
13128731371312873137
1312873137
 
2012 National Academy of Inventors - GPS Auto-Sleep for Energy-Efficient Loca...
2012 National Academy of Inventors - GPS Auto-Sleep for Energy-Efficient Loca...2012 National Academy of Inventors - GPS Auto-Sleep for Energy-Efficient Loca...
2012 National Academy of Inventors - GPS Auto-Sleep for Energy-Efficient Loca...
 
CellViz
CellVizCellViz
CellViz
 
Aula
AulaAula
Aula
 

Similar to 2016 Commuter Choice Summit - TDM Technology Session

ACT 2011 - Emerging Worksite Trip-Reduction Information Tools
ACT 2011 - Emerging Worksite Trip-Reduction Information ToolsACT 2011 - Emerging Worksite Trip-Reduction Information Tools
ACT 2011 - Emerging Worksite Trip-Reduction Information ToolsSean Barbeau
 
OneBusAway Multi-region – Rapidly Expanding Mobile Transit Apps to New Cities
OneBusAway Multi-region – Rapidly Expanding Mobile Transit Apps to New CitiesOneBusAway Multi-region – Rapidly Expanding Mobile Transit Apps to New Cities
OneBusAway Multi-region – Rapidly Expanding Mobile Transit Apps to New CitiesSean Barbeau
 
School Bus Alerting System for parents .pptx
School Bus Alerting System for parents .pptxSchool Bus Alerting System for parents .pptx
School Bus Alerting System for parents .pptxNagraj Tondchore
 
Intelligent Transportation System (ITS) Project Update
Intelligent Transportation System (ITS) Project UpdateIntelligent Transportation System (ITS) Project Update
Intelligent Transportation System (ITS) Project UpdateFairfax County
 
myRide: A Real-Time Information System for the Carnegie Mellon University Shu...
myRide: A Real-Time Information System for the Carnegie Mellon University Shu...myRide: A Real-Time Information System for the Carnegie Mellon University Shu...
myRide: A Real-Time Information System for the Carnegie Mellon University Shu...Karen Mesko
 
Research presentation slides
Research presentation slidesResearch presentation slides
Research presentation slidesLuke Thomas
 
Smart bus system pilot project (BUSKET)
Smart bus system pilot project (BUSKET)Smart bus system pilot project (BUSKET)
Smart bus system pilot project (BUSKET)Minh S. Dao
 
Geotra wag presentation 2016 short (1)
Geotra wag presentation 2016   short (1)Geotra wag presentation 2016   short (1)
Geotra wag presentation 2016 short (1)Paul Sandham
 
Countywide Transit Network Study: Introductory Public Meeting
Countywide Transit Network Study: Introductory Public MeetingCountywide Transit Network Study: Introductory Public Meeting
Countywide Transit Network Study: Introductory Public MeetingFairfax County
 
Transit sketch planning (webinar slides)
Transit sketch planning (webinar slides)Transit sketch planning (webinar slides)
Transit sketch planning (webinar slides)garrjacobs
 
Dubuque Smarter Travel
Dubuque Smarter TravelDubuque Smarter Travel
Dubuque Smarter TravelRPO America
 
Bus time real time information
Bus time real time informationBus time real time information
Bus time real time informationRichard Fantozzi
 
Capital Bikeshare Presentation
Capital Bikeshare PresentationCapital Bikeshare Presentation
Capital Bikeshare Presentationdonahuerm
 
CK2017: Leveraging Open and Standardized Data for Land-Use and Transportation...
CK2017: Leveraging Open and Standardized Data for Land-Use and Transportation...CK2017: Leveraging Open and Standardized Data for Land-Use and Transportation...
CK2017: Leveraging Open and Standardized Data for Land-Use and Transportation...WRI Ross Center for Sustainable Cities
 
Husky Lines Mobile App: Adapting transportation studies to our changing techn...
Husky Lines Mobile App: Adapting transportation studies to our changing techn...Husky Lines Mobile App: Adapting transportation studies to our changing techn...
Husky Lines Mobile App: Adapting transportation studies to our changing techn...nacis_slides
 
2022-10_advisory-council-program-update.pdf
2022-10_advisory-council-program-update.pdf2022-10_advisory-council-program-update.pdf
2022-10_advisory-council-program-update.pdfUGPTI
 

Similar to 2016 Commuter Choice Summit - TDM Technology Session (20)

ACT 2011 - Emerging Worksite Trip-Reduction Information Tools
ACT 2011 - Emerging Worksite Trip-Reduction Information ToolsACT 2011 - Emerging Worksite Trip-Reduction Information Tools
ACT 2011 - Emerging Worksite Trip-Reduction Information Tools
 
OneBusAway Multi-region – Rapidly Expanding Mobile Transit Apps to New Cities
OneBusAway Multi-region – Rapidly Expanding Mobile Transit Apps to New CitiesOneBusAway Multi-region – Rapidly Expanding Mobile Transit Apps to New Cities
OneBusAway Multi-region – Rapidly Expanding Mobile Transit Apps to New Cities
 
School Bus Alerting System for parents .pptx
School Bus Alerting System for parents .pptxSchool Bus Alerting System for parents .pptx
School Bus Alerting System for parents .pptx
 
Intelligent Transportation System (ITS) Project Update
Intelligent Transportation System (ITS) Project UpdateIntelligent Transportation System (ITS) Project Update
Intelligent Transportation System (ITS) Project Update
 
BRT Workshop - The Customer Experience
BRT Workshop - The Customer ExperienceBRT Workshop - The Customer Experience
BRT Workshop - The Customer Experience
 
myRide: A Real-Time Information System for the Carnegie Mellon University Shu...
myRide: A Real-Time Information System for the Carnegie Mellon University Shu...myRide: A Real-Time Information System for the Carnegie Mellon University Shu...
myRide: A Real-Time Information System for the Carnegie Mellon University Shu...
 
Research presentation slides
Research presentation slidesResearch presentation slides
Research presentation slides
 
Smart bus system pilot project (BUSKET)
Smart bus system pilot project (BUSKET)Smart bus system pilot project (BUSKET)
Smart bus system pilot project (BUSKET)
 
Geotra wag presentation 2016 short (1)
Geotra wag presentation 2016   short (1)Geotra wag presentation 2016   short (1)
Geotra wag presentation 2016 short (1)
 
Countywide Transit Network Study: Introductory Public Meeting
Countywide Transit Network Study: Introductory Public MeetingCountywide Transit Network Study: Introductory Public Meeting
Countywide Transit Network Study: Introductory Public Meeting
 
Transit sketch planning (webinar slides)
Transit sketch planning (webinar slides)Transit sketch planning (webinar slides)
Transit sketch planning (webinar slides)
 
Dubuque Smarter Travel
Dubuque Smarter TravelDubuque Smarter Travel
Dubuque Smarter Travel
 
517 final report
517 final report517 final report
517 final report
 
Grid Un-Locked - Week 2
Grid Un-Locked - Week 2Grid Un-Locked - Week 2
Grid Un-Locked - Week 2
 
Bus time real time information
Bus time real time informationBus time real time information
Bus time real time information
 
Capital Bikeshare Presentation
Capital Bikeshare PresentationCapital Bikeshare Presentation
Capital Bikeshare Presentation
 
CK2017: Leveraging Open and Standardized Data for Land-Use and Transportation...
CK2017: Leveraging Open and Standardized Data for Land-Use and Transportation...CK2017: Leveraging Open and Standardized Data for Land-Use and Transportation...
CK2017: Leveraging Open and Standardized Data for Land-Use and Transportation...
 
Multimodal Mopbility Planning Using Big Data in Toronto
Multimodal Mopbility Planning Using Big Data in TorontoMultimodal Mopbility Planning Using Big Data in Toronto
Multimodal Mopbility Planning Using Big Data in Toronto
 
Husky Lines Mobile App: Adapting transportation studies to our changing techn...
Husky Lines Mobile App: Adapting transportation studies to our changing techn...Husky Lines Mobile App: Adapting transportation studies to our changing techn...
Husky Lines Mobile App: Adapting transportation studies to our changing techn...
 
2022-10_advisory-council-program-update.pdf
2022-10_advisory-council-program-update.pdf2022-10_advisory-council-program-update.pdf
2022-10_advisory-council-program-update.pdf
 

More from Sean Barbeau

Open Source Software in Public Transportation: A Case Study
Open Source Software in Public Transportation: A Case StudyOpen Source Software in Public Transportation: A Case Study
Open Source Software in Public Transportation: A Case StudySean Barbeau
 
OneBusAway Android - 2020 Update
OneBusAway Android - 2020 UpdateOneBusAway Android - 2020 Update
OneBusAway Android - 2020 UpdateSean Barbeau
 
Open Transit Data - A Developer's Perspective
Open Transit Data - A Developer's PerspectiveOpen Transit Data - A Developer's Perspective
Open Transit Data - A Developer's PerspectiveSean Barbeau
 
2019 FPTA - Enhancing Cybersecurity in Public Transportation
2019 FPTA - Enhancing Cybersecurity in Public Transportation2019 FPTA - Enhancing Cybersecurity in Public Transportation
2019 FPTA - Enhancing Cybersecurity in Public TransportationSean Barbeau
 
Work Zone Data Exchange (WZDx) format
Work Zone Data Exchange (WZDx) formatWork Zone Data Exchange (WZDx) format
Work Zone Data Exchange (WZDx) formatSean Barbeau
 
Enhancing Cybersecurity in Public Transportation
Enhancing Cybersecurity in Public TransportationEnhancing Cybersecurity in Public Transportation
Enhancing Cybersecurity in Public TransportationSean Barbeau
 
Fare payment in OneBusAway
Fare payment in OneBusAwayFare payment in OneBusAway
Fare payment in OneBusAwaySean Barbeau
 
Open-source Transit Software
Open-source Transit SoftwareOpen-source Transit Software
Open-source Transit SoftwareSean Barbeau
 

More from Sean Barbeau (8)

Open Source Software in Public Transportation: A Case Study
Open Source Software in Public Transportation: A Case StudyOpen Source Software in Public Transportation: A Case Study
Open Source Software in Public Transportation: A Case Study
 
OneBusAway Android - 2020 Update
OneBusAway Android - 2020 UpdateOneBusAway Android - 2020 Update
OneBusAway Android - 2020 Update
 
Open Transit Data - A Developer's Perspective
Open Transit Data - A Developer's PerspectiveOpen Transit Data - A Developer's Perspective
Open Transit Data - A Developer's Perspective
 
2019 FPTA - Enhancing Cybersecurity in Public Transportation
2019 FPTA - Enhancing Cybersecurity in Public Transportation2019 FPTA - Enhancing Cybersecurity in Public Transportation
2019 FPTA - Enhancing Cybersecurity in Public Transportation
 
Work Zone Data Exchange (WZDx) format
Work Zone Data Exchange (WZDx) formatWork Zone Data Exchange (WZDx) format
Work Zone Data Exchange (WZDx) format
 
Enhancing Cybersecurity in Public Transportation
Enhancing Cybersecurity in Public TransportationEnhancing Cybersecurity in Public Transportation
Enhancing Cybersecurity in Public Transportation
 
Fare payment in OneBusAway
Fare payment in OneBusAwayFare payment in OneBusAway
Fare payment in OneBusAway
 
Open-source Transit Software
Open-source Transit SoftwareOpen-source Transit Software
Open-source Transit Software
 

Recently uploaded

Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 

Recently uploaded (20)

Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 

2016 Commuter Choice Summit - TDM Technology Session

  • 1. Center for Urban Transportation Research | University of South Florida TDM Technology Session Sean J. Barbeau, Ph.D. Principal Mobile Software Architect for R&D Center for Urban Transportation Research University of South Florida National Center for Transit Research
  • 2. 2 Agenda • OneBusAway – How does real-time information affect riders? – Slide credits to Dr. Kari Watkins, Georgia Tech • USF Maps App – Multimodal campus-focused solution
  • 4. 4 What is OneBusAway? • What? Suite of tools that provides real- time bus/train tracking information – Open source software – API for developers – Free to riders • Why? Make riding public transit easier by providing good information in usable formats – Research to evaluate the impacts 4
  • 5. 5 Mobile Apps! Android Windows PhoneiPhone Support user location, route, stop contextual /personalized information All OPEN-SOURCE!
  • 6. 6 OneBusAway Multi-region • Created centralized server directory • Modified apps to find cities using directory • Add a new city by adding a record in the directory
  • 7. 7 Seattle, WA: Original deployment New York, NY: Adapted for the MTA (Bus Time) Washington, DC: 2016 Atlanta, GA: 2013 Tampa, FL: 2013 York, ON: 2014 Rouge Valley, OR: 2015 Where is OneBusAway? San Joaquin, CA: In testing San Diego, CA: 2016 Lappeenranta, Finland: In testing
  • 9. 9 Impacts • Riders are more satisfied • Riders feel safer • Riders wait less time • Do they take more transit trips?
  • 10. 10 Change in Satisfaction “I no longer sit with pitted stomach wondering where is the bus. It's less stressful simply knowing it's nine minutes away, or whatever the case.”
  • 11. 11 Perception of Safety • Perception of Safety – 79% no change – 18% somewhat safer – 3% much safer • Safety correlated with gender – χ2=19.458 – p-value=0.001 0% 20% 40% 60% 80% 100% Men Women Somewhat Less Safe No Change Somewhat More Safe Much Safer 11
  • 12. 12 Wait Time • Without real time, perceived wait > actual wait • With real time, perceived wait = actual wait • Value of real time >> more frequent service Group Real Time Schedule Difference T-stat (p-value) Mean Typical Wait 7.54 9.86 2.32 5.50 (0.00) Aggravation Level 3.35 3.29 -0.05 -0.24 (0.81) Actual Wait Time 9.23 11.21 1.98 2.17 (0.03) 12
  • 13. 13 Ridership - Tampa Before-After Control Group Research Design • Motivation: HART provided USF & Georgia Tech special access to real-time data • Recruitment: HART website/email list (Incentive of 1 day bus pass) • Measurement: Web-based surveys • Group Assignment: Random number generator • Treatment: OneBusAway Limiting the Treatment: iPhone & Android Apps
  • 14. 14 Tampa • Significant improvements in the waiting experience – Decreases in self-reported usual wait times – Increases in satisfaction with wait times and reliability • Little evidence supporting a change in transit trips – Approx. 1/3 of RTI users stated they ride the bus more frequently, perhaps because of: • Affirmation bias of respondents • Scale of measurement (trips per week) – Only riders within sphere of transit agency
  • 15. 15 Ridership - New York City #1. February 2011: Brooklyn Pilot (B63) #2. February 2012: Staten Island Launch #3. November 2012: Bronx Launch #4. October 2013: Manhattan Launch #5. March 2014: Queens + Brooklyn Launch
  • 16. 16 Ridership - New York City • Method • Comparison of multiple panel regression techniques in a well-suited natural experiment • Conclusions Real-time Information as a single variable • Average increase of ~115 rides per route per weekday (median of 1.6%), similar to previous Chicago study Real-time Information by route size • Average increase of ~338 rides per weekday on the largest quartile of routes (median of 2.3%) • Limitations • Short Timescale • Aggregate Analysis
  • 17. 17 Comparison of Key Findings New York City Tampa Atlanta Transit Agency Methodology Natural experiment with panel regression Behavioral experiment with a before-after control group design Before-after analysis of transit trips Key Finding Average weekday route- level increase of ~115 rides (median of 1.6%); Average weekday increase of ~338 rides on the largest routes (median of 2.3%) Little evidence supporting a change in bus trips; Significant improvements in the waiting experience, particularly wait times Little evidence supporting a change in bus/train trips; Perceived improvements in wait times and overall satisfaction with MARTA
  • 19. 19 Background • USF students have many travel options: – Drive – USF Bull Runner – Hillsborough Area Regional Transit – Bike – Share-A-Bull Bike share – Walk • For those unfamiliar with campus (and even those that are), the best option for each trip isn’t obvious
  • 20. 20 Background (Con’t) • Transit and bike share modes also have a real- time component • Knowing where USF buildings are, and how to get from A to B, is challenging – Requires translating 3 letter abbreviation into building name and location • How can we make getting around USF campus easier for students, staff, and visitors?
  • 21. 21 USF Student Green Energy Fund (SGEF) • Initially funded two student-driven projects: – Smart Parking – “Share-A-Bull” Bike share • USF Maps App was created to share information on all modes with students/staff/visitors • Funding from FDOT to supervise students
  • 23. 23 Find USF buildings by name, abbreviation
  • 24. 24 Plan trips to/from building, real-time location Buildings Building locations
  • 25. 25 Routes use actual USF walk/bike infrastructure Distance/time summary Uses crosswalk
  • 26. 26 Layer - Bike lanes at USF Visible as a highlighted layer, in addition to being used for routing
  • 27. 27 Layer - Share-A-Bull– Real-time info, booking links
  • 28. 28 Share-A-Bull – trip plans consider real-time availability
  • 29. 29 Layer - Real-time Bull Runner positions Bus locations
  • 30. 30 Layer – Bike repair stations
  • 32. 32 Layer – Parking Lots USF Parking Permits Allowed Tap to pay for pay-by- space
  • 33. 33 Layer – Electric Car Charging Tap to see real-time availability
  • 34. 34 Layer – Blue Light Emergency Phones
  • 36. 36 Other features • Walking paths that avoid stairs – Useful for those with limited mobility (e.g., in wheelchairs) • Bike paths that prefer bike lanes • Transfer from Bull Runner to HART (and PSTA) buses – Students ride free on HART • All open-source software – Based on OpenTripPlanner.org – Can continue to add new features • Can deploy at multiple university sites – e.g., Different USF campuses, small communities
  • 37. 37 Open data powers these apps • OneBusAway – General Transit Feed Specification (GTFS) – GTFS-realtime • USF Maps App – GTFS – GTFS-realtime – General Bikeshare Feed Specification (GBFS) – OpenStreetMap data
  • 38. 38 Set up your own version! • Requires some technical expertise – Experience in setting up servers (Tomcat) a plus – If you want to modify things, experience with Java/Javascript is very useful • Most IT departments should have the required skillset to get a demo up and running
  • 39. 39 Set up your own OneBusAway! • You’ll need: – GTFS data – If you want real-time, one of the following: • GTFS-realtime TripUpdates feed • SIRI • Other formats - http://bit.ly/OBARealtimeFormats • Instructions - http://bit.ly/OBAQuickStart
  • 40. 40 Set up your own USF Maps App! • You’ll need: – GTFS data for planning transit trips – If you want real-time bus locations: • GTFS-realtime VehiclePositions feed – If you want bikeshare locations/trip planning: • GBFS data – Walking/bike paths: • OpenStreetMap data – If you want Layers: • OpenStreetMap data – Bike lanes, bike repair, parking lots, vehicle charging stations • Car share – update an XML file • Emergency phone locations - a config file with locations – Building abbreviations • Update an XML file with abbreviations/locations – Instructions - http://bit.ly/USFMapsInstructions
  • 41. 41 Thanks! Sean J. Barbeau, Ph.D. barbeau@cutr.usf.edu 813.974.7208 OneBusAway partners = Dr. Kari Watkins (GA Tech), Dr. Candace Brakewood (CCNY), Dr. Brian Ferris, Dr. Alan Borning (UW), Sound Transit, KC Metro, Pierce Transit, MTA NYC, HART, PSTA, MARTA, ARC, independent developers, many more… OneBusAway funding = NSF, NCTR, US DOT, NCTSPM, CUTR, GVU Center, IPAT, and more… Current USF Maps App Developers – Joseph Fields and JB Subils USF Maps App funding partners - USF Student Green Energy fund and Florida Department of Transportation
  • 42. 42 References • Ferris, Brian, Kari Watkins, and Alan Borning. “OneBusAway: Results from providing real-time arrival information for public transit.” Proceedings of Association for Computing Machinery Conference on Human Factors in Computing Systems (CHI) 2010. • Watkins, Kari, Brian Ferris, Alan Borning, G. Scott Rutherford and David Layton. “Where Is My Bus? Impact of mobile real-time information on the perceived and actual wait time of transit riders.” Transportation Research Part A, Vol. 45, No. 8, 2011. • Gooze, Aaron, Kari Watkins and Alan Borning. “Benefits of Real-Time Transit Information and Impacts of Data Accuracy on Rider Experience”, Transportation Research Record #2351, 2013. • Windmiller, Sarah, Todd Hennessy and Kari Watkins, “Accessibility of Communication Technology and the Rider Experience: Case Study of St. Louis Metro” Transportation Research Record #2415, 2014. • Barbeau, Sean, Alan Borning and Kari Watkins, “OneBusAway Multi-region – Rapidly Expanding Mobile Transit Apps to New Cities” Journal of Public Transportation, Vol. 17, No. 4, 2014. • Brakewood, Candace, Sean Barbeau and Kari Watkins, “An experiment validating the impacts of transit information on bus riders in Tampa, Florida”, Transportation Research Part A, Vol. 69, 2014 • Brakewood, Candace, Gregory Macfarlane, and Kari Watkins, “The Impact of Real-time Information on Bus Ridership in New York City”, Transportation Research Part C, Vol. 53, 2015. • Berrebi, S., K. Watkins, and J. Laval, “A Real-Time Bus Dispatching Policy to Minimize Headway Variance”, Transportation Research Part B, Vol. 81, pp. 377-389, 2015.

Editor's Notes

  1. NCTR is a Tier 1 University Transportation Research Center at USF
  2. Evidence supporting changes in the number of transit trips associated with real-time information is limited. First, it is possible that the “revealed” questions suffered from measurement error and did not capture sufficient levels of detail. For example, the use of trips per week to measure transit travel frequency could be insufficient if a person only makes one or two additional trips per month attributable to RTI. A more reliable way to measure this would be to record trips over an extended period of time (e.g. have respondents report their number of trips per week for all the weeks over the study period). Similarly, a five-point Likert scale for satisfaction may not be sufficiently refined to capture a small increase in satisfaction associated with using RTI. A second plausible explanation is bias on behalf of the survey respondents when answering the stated questions. The survey methods literature has shown that respondents often have a social desirability bias and will provide an affirmative response that may not align with their actual behavior
  3. We found that >90% were more satisfied with transit even though nothing else was done except to give them more information.
  4. One of the most interesting aspects was perception of safety. Although only 20% felt safer overall, there was a correlation with gender. 30% of women felt safer using the bus as a result of having real time information.
  5. The result was that when people did not have real time information, they perceived that they waited longer than they actually did. But with real time information, there was no longer a statistical difference in wait time. In fact, in a regression analysis, the value of real time information was greater than more frequent service until service was every 10 minutes or less. The typical wait time was found to be less with real time information, but the aggravation level was not (counter to our expectation). This could be because people that seek out real time have a higher level of aggravation in the first place. The biggest finding was that the actual wait time was less as well, meaning that people did not even arrive at the stop until closer to their buses arrival if they had real time information to know when it was coming.
  6. Highlight setting change on the right side of the screen
  7. Evidence supporting changes in the number of transit trips associated with real-time information is limited. First, it is possible that the “revealed” questions suffered from measurement error and did not capture sufficient levels of detail. For example, the use of trips per week to measure transit travel frequency could be insufficient if a person only makes one or two additional trips per month attributable to RTI. A more reliable way to measure this would be to record trips over an extended period of time (e.g. have respondents report their number of trips per week for all the weeks over the study period). Similarly, a five-point Likert scale for satisfaction may not be sufficiently refined to capture a small increase in satisfaction associated with using RTI. A second plausible explanation is bias on behalf of the survey respondents when answering the stated questions. The survey methods literature has shown that respondents often have a social desirability bias and will provide an affirmative response that may not align with their actual behavior
  8. Explain bus time, search by route, intersection, etc. MTA simultaneously launched multiple interfaces and released real-time data openly The borough-by-borough launch allows us to analyze ridership on routes in Staten Island, the Bronx and Manhattan before and after Bus Time. It also allows for comparison with routes that do not have Bus Time in Queens and Brooklyn. This roll out by borough – allows us to compare before-after on routes with real-time; also control boroughs (queens & brooklyn)
  9. Likely need more months in Manhattan Staten island has different demographics