SlideShare a Scribd company logo
1 of 36
Download to read offline
Big Data Analysis for the High-Resolution View of
Urban Public Transportation Accessibility
Itzhak Benenson1, Dmitry Geyzersky2,
Karel Martens3, Yodan Rofe4
1Department

of Geography and Human Environment, Tel Aviv University, Israel
2Performit LTD, Israel (http://www.performit.co.il)
3Institute for Management Research, Radboud University Nijmegen, Holland
4Blaustein Institutes for Desert Research, Ben Gurion University of the Negev, Israel

http://www.tau.ac.il/~bennya/
bennya@post.tau.ac.il
1

Dresden, August 2013
What is accessibility?
The extent to which land-use transport system enables individuals
to reach destinations by means of transport modes1
• Given a destination:
The number of origins from which a destination can be reached,
given the amount of effort
• Given an origin:
The number of destinations that can be reached from the origin,
given the amount of effort
1K.T.

Geurs, J.T. Ritsema van Eck, 2001, “Accessibility measures: review and applications”,
RIVM report 408505 006, Urban Research Center, Utrecht University

2

Dresden, August 2013
Transport-based component of accessibility is
car-based and aggregate

How many activities can be reached
with the car from the given origin
during the given time?

Accessibility changes abruptly
at the boundary of an area

3

Dresden, August 2013
Accessibility components
Transportation:
Components of transportation system performance (modes, travel time, cost,
effort to travel between origin and destination)
Land-use:
Distribution of needs/activities (jobs, schools, shops) and population (workers,
pupils, customers) in space and time
Individual utility:
The demand for trips between certain origins and destination, benefits people
derive from the access to facilities

4

Guangzhou, June 2013
The goal: To estimate accessibility from the user’s viewpoint

The idea: To compare accessibility with the private car and with
the public transport (and, probably, other modes, as bike)

5

Dresden, August 2013
Accessibility depends on a transportation mode
Public Transport Travel Time (PTT):
PTT = Walk time from origin to a stop 1 of the PT + Waiting time of PT at stop 1 +
Travel time of PT1 + [Transfer walk time to stop 2 of PT + Waiting time of PT 2 +
Travel time of PT 2] + … + Walk time from the final stop to destination
Private Car Travel Time (CTT):
CTT = Walk time from origin to the parking place + Car trip time + Parking
search time + Walk time from the final parking place to destination.
Service area:
Given origin O, transportation mode M and travel time t define
Mode Service Area - MSAO(t) - as maximal area containing all destinations D
that can be reached from O with M during MTT ≤ t.
Access area:
Given destination D, transportation mode M and travel time t define
Mode Access Area – MSAD(t) - as maximal area containing all origins O from
which given destination D can be reached during MTT ≤ t.

We distinguish between
Public Transport Service Area PSAO(t), Public Transport Access Area PAAO(t),
Private Car Service Area CSAO(t), Private Car Access Area CAAO(t)
6

Dresden, August 2013
We focus on measuring relative accessibility

Service areas ratio: SAO(t) = PSAO(t)/CSAO(t)
Access area ratio: AAD(t) = PAAD(t)/CAAD(t)

7

Dresden, August 2013
IN A NEW ERA OF BIG DATA
WE ARE ABLE TO ESTIMATE
ACCESSIBILITY EXPLICITLY!
Utrecht Metro
500 km2
0.6*106 pop
150 bus lines

Tel Aviv Metro
600 km2
2.5*106 pop
300 bus lines

8

Dresden, August 2013
BIG URBAN
TRANSPORTATION
DATA

9

Dresden, August 2013
Street network
104 ÷ 105 links

Attributes:
traffic directions,
speed

Necessary for measuring
accessibility by car
10

Dresden, August 2013
Bus lines –
102 ÷ 103
Bus stops
102 ÷ 103

Relation between
bus lines and stops.

Necessary for measuring bus
accessibility
11

Dresden, August 2013
Bus time-table 105 ÷ 106

Necessary for measuring
bus accessibility
12

Dresden, August 2013
Buildings and jobs, 105 - 106

Necessary for measuring activity component of accessibility
13

Dresden, August 2013
Socio-economic level by traffic zones

Land-uses, 105 ÷ 106

Car ownership

Necessary for measuring
activity component of
bus accessibility
Socio-economic level

14

Dresden, August 2013
AccessCity

15

Dresden, August 2013
From transportation
networks to graphs

16

Dresden, August 2013
Translation of Road network into Graph is easy…

Node  Junction
Link  Road segment
Impedance  Travel time

Typical metropolitan road network graph has
104 - 105 nodes and links
17

Dresden, August 2013
Every travel should be represented explicitly
Destination

Transfer
Stop 1

Transfer
Stop 2

Final
Stop

Initial
Stop

Origin

18

Dresden, August 2013
Public Transport  Graph, the idea
Route 1

Bus starts every 10 minutes

6:57 7:01
1
2

7:03
3

7:05
4

7:08
5

7:09
6

7:12
7

7:15
8

Start
Travel

Bus starts every 30 minutes

Route 2
6:50 6:56
12
11

7:02 7:06
13
14

[1, 6:57, 1, 6:57]

1

[1,6:57, 2,7:01]

0:04

2

0:02

7:10
15

[1,6:57, 3,7:03]

7:14
16

4

0:05

15
[2, 6:50, 1,7:10]
19

0:04

16

0:04

[1, 6:50, 3,7:14]

17
[1, 6:50,1,7:18]

7:21
18

[1, 6:57, 4,7:05]

0:02

3

7:18
17

Destination

0:03

18
[1, 6:50,1,7:21]

Dresden, August 2013

[Bus route = 1,
Start Time = 6:57,
Stop = 4,
Arrival time = 7:05]
Public Transport  Graph, the process
Node  Building
Node  [PTLine_ID, Stop_ID, ArrivalTime] (triple)
Link  (a) Possible path between building and PT stop accessible by foot;
Link  (b) Possible path between two sequential stops connected by the PT line;
Link  (c) Possible path stops connected by the transfer walk
Node impedance  (a) Population, Number of jobs
Link Impedance  (a) Walk time
Link Impedance  (b) PT travel time
Link Impedance  (c) Walk time + waiting time (Transfer time)

20

Dresden, August 2013
Public Transport  Graph, the outcome
AccessCity parameters

Day of the week

Trip start/finish time

Max time of waiting
at initial stop

Walk speed when
changing lines

Max travel time

Max number of
line changes

Calculate access area

22

Calculate service area

Dresden, August 2013
AccessCity works with any partition of the urban space: Cells

23

Dresden, August 2013
AccessCity works with any partition of the urban space: buildings

24

Dresden, August 2013
AccessCity is built on the neo4j graph database
http://www.neo4j.org/

25

Dresden, August 2013
Service and access area in AccessCity are currently implemented
as a part of the Dijkstra shortest path algorithm
We calculate service area based
on Dijkstra algorithm, starting
from every building

26

Dresden, August 2013
AccessCity is a scalable application
CALCULATION FOR ALL BUILDINGS CAN BE DONE IN PARALLEL
Performance: Service area for one building, 1-hour trip ~ 0.1 sec

Processor

Processor

Two-level parallelization

27

Dresden, August 2013

Threads
SOME RESULTS

28

Dresden, August 2013
Car service areas versus bus service area

Entire metropolitan area

Urban Land-uses

Car service area is essentially larger than bus service areas
29

Dresden, August 2013
The center of Tel-Aviv metropolitan: Accessibility maps between 07:00 – 07:30
Job
Accessibility

07:30
07:25
07:20
07:15
07:10
07:05
07:00
30

Dresden, August 2013
TAZ-resolution calculations

High-resolution calculations

We must work at high-resolution!

Average accessibility: 0.336
Relatively higher in the center
31

Average accessibility: 0.356
Relatively higher at the periphery

Dresden, August 2013
Passengers waste more time with the short trips!
Trip start: 7:00, No of transfers: 1

60 minutes trip
High-resolution: 0.336

50 minutes trip
High-resolution: 0.257

40 minutes trip
High-resolution: 0.179

30 minutes trip
High-resolution: 0.157

Low-resolution: 0.356

Low-resolution: 0.308

Low-resolution: 0.266

Low-resolution: 0.263

We could not see that at the low resolution
32

Dresden, August 2013
Light rail, if combined with the existing bus network
does not improve much…
Trip start: 7:00, No of transfers: 1

60 minutes trip
Av improvement: 1.5%

33

50 minutes trip
Av improvement: 2.5%

40 minutes trip
Av improvement: 3.3%

Dresden, August 2013

30 minutes trip
Av improvement: 4.6%
Towards transportation justice
7:00, trip duration 60 min, 1 transfer

Accessibility

TA public
transportation
system is not
just!

r2 = 0.054 (r = 0.23)

Socio-economic level

TAZ Socio-economic index (1 - 20)
34

Dresden, August 2013
Applications of the tool in transportation planning
• Assessment of public transport service improvements, e.g.
impacts of increase in frequencies for different population groups,
areas, land uses
• Identification of ‘pockets of inaccessibility’ in metropolitan area
• Accessibility planning for services
• Assessment of (public) transport investments, e.g., light rail

35

Dresden, August 2013
The future: Trial-And-Error public transport planning
with AccessCity

Questions?
I. Benenson, K. Martens, Y. Rofé and A. Kwartler, 2010,
Measuring the Gap Between Car and Transit Accessibility Estimating Access Using a High-Resolution Transit
Network Geographic Information System, Transportation Research Record: Journal of the Transportation Research
Board, N2144, 28–35
I. Benenson, K. Martens, Y. Rofé and A. Kwartler, 2011,
Public transport versus private car: GIS-based estimation of accessibility applied to the Tel Aviv metropolitan area,
Annals of Regional Science, 47:499–515
36

Dresden, August 2013

More Related Content

What's hot

KTH-Texxi Project 2010
KTH-Texxi Project 2010KTH-Texxi Project 2010
KTH-Texxi Project 2010Texxi Global
 
Simulation of Traffic Flow - Density
Simulation of Traffic Flow - DensitySimulation of Traffic Flow - Density
Simulation of Traffic Flow - DensityAzdeen Najah
 
G03502033039
G03502033039G03502033039
G03502033039theijes
 
Chapter 6 Fundamentals of traffic flow
Chapter 6 Fundamentals of traffic flowChapter 6 Fundamentals of traffic flow
Chapter 6 Fundamentals of traffic flowFayaz Rashid
 
TransportCamp AU Presentation: Designing a multimodal, high-frequency network...
TransportCamp AU Presentation: Designing a multimodal, high-frequency network...TransportCamp AU Presentation: Designing a multimodal, high-frequency network...
TransportCamp AU Presentation: Designing a multimodal, high-frequency network...Patrick Sunter
 
Are we giving BRT passengers what they want?
Are we giving BRT passengers what they want?Are we giving BRT passengers what they want?
Are we giving BRT passengers what they want?Tristan Wiggill
 
Exploring UK Bus And Train Data With TransportAPI
Exploring UK Bus And Train Data With TransportAPIExploring UK Bus And Train Data With TransportAPI
Exploring UK Bus And Train Data With TransportAPIProgrammableWeb
 
Multi-Vehicle Path Planning In Dynamically Changing Environments - 2012-11-19
Multi-Vehicle Path Planning In Dynamically Changing Environments - 2012-11-19Multi-Vehicle Path Planning In Dynamically Changing Environments - 2012-11-19
Multi-Vehicle Path Planning In Dynamically Changing Environments - 2012-11-19Aritra Sarkar
 
Application of a Markov chain traffic model to the Greater Philadelphia Region
Application of a Markov chain traffic model to the Greater Philadelphia RegionApplication of a Markov chain traffic model to the Greater Philadelphia Region
Application of a Markov chain traffic model to the Greater Philadelphia RegionJoseph Reiter
 
Spatio temporal reasoning for administrative boundary revisions
Spatio temporal reasoning for administrative boundary revisionsSpatio temporal reasoning for administrative boundary revisions
Spatio temporal reasoning for administrative boundary revisionsShiuli Pervin
 
OpenStreetMap - The Quality Issue
OpenStreetMap - The Quality IssueOpenStreetMap - The Quality Issue
OpenStreetMap - The Quality IssueCASA, UCL
 
Traffic volume survey
Traffic volume surveyTraffic volume survey
Traffic volume surveyRashed Alam
 
Oregon's Statewide Fixed-Route Transit Network - Matthew Barnes presentation ...
Oregon's Statewide Fixed-Route Transit Network - Matthew Barnes presentation ...Oregon's Statewide Fixed-Route Transit Network - Matthew Barnes presentation ...
Oregon's Statewide Fixed-Route Transit Network - Matthew Barnes presentation ...Aaron Antrim
 
Distributed data fusion for multirobot search
Distributed data fusion for multirobot searchDistributed data fusion for multirobot search
Distributed data fusion for multirobot searchI3E Technologies
 
Transport Chicago- Creating a Transit Supply Index 2003
Transport Chicago- Creating a Transit Supply Index 2003Transport Chicago- Creating a Transit Supply Index 2003
Transport Chicago- Creating a Transit Supply Index 2003Andrew Keller
 
Presentation on Traffic Volume Survey
Presentation on Traffic Volume SurveyPresentation on Traffic Volume Survey
Presentation on Traffic Volume SurveyFiroz Ovi
 
City lines designing hybrid hub and-spoke transit system with urban big data
City lines designing hybrid hub and-spoke transit system with urban big dataCity lines designing hybrid hub and-spoke transit system with urban big data
City lines designing hybrid hub and-spoke transit system with urban big datanexgentechnology
 
Big data analysis and scheduling optimization system oriented assembly proces...
Big data analysis and scheduling optimization system oriented assembly proces...Big data analysis and scheduling optimization system oriented assembly proces...
Big data analysis and scheduling optimization system oriented assembly proces...nexgentechnology
 

What's hot (20)

KTH-Texxi Project 2010
KTH-Texxi Project 2010KTH-Texxi Project 2010
KTH-Texxi Project 2010
 
Simulation of Traffic Flow - Density
Simulation of Traffic Flow - DensitySimulation of Traffic Flow - Density
Simulation of Traffic Flow - Density
 
G03502033039
G03502033039G03502033039
G03502033039
 
Chapter 6 Fundamentals of traffic flow
Chapter 6 Fundamentals of traffic flowChapter 6 Fundamentals of traffic flow
Chapter 6 Fundamentals of traffic flow
 
mix traffic
mix trafficmix traffic
mix traffic
 
TransportCamp AU Presentation: Designing a multimodal, high-frequency network...
TransportCamp AU Presentation: Designing a multimodal, high-frequency network...TransportCamp AU Presentation: Designing a multimodal, high-frequency network...
TransportCamp AU Presentation: Designing a multimodal, high-frequency network...
 
Are we giving BRT passengers what they want?
Are we giving BRT passengers what they want?Are we giving BRT passengers what they want?
Are we giving BRT passengers what they want?
 
Exploring UK Bus And Train Data With TransportAPI
Exploring UK Bus And Train Data With TransportAPIExploring UK Bus And Train Data With TransportAPI
Exploring UK Bus And Train Data With TransportAPI
 
Multi-Vehicle Path Planning In Dynamically Changing Environments - 2012-11-19
Multi-Vehicle Path Planning In Dynamically Changing Environments - 2012-11-19Multi-Vehicle Path Planning In Dynamically Changing Environments - 2012-11-19
Multi-Vehicle Path Planning In Dynamically Changing Environments - 2012-11-19
 
Application of a Markov chain traffic model to the Greater Philadelphia Region
Application of a Markov chain traffic model to the Greater Philadelphia RegionApplication of a Markov chain traffic model to the Greater Philadelphia Region
Application of a Markov chain traffic model to the Greater Philadelphia Region
 
Spatio temporal reasoning for administrative boundary revisions
Spatio temporal reasoning for administrative boundary revisionsSpatio temporal reasoning for administrative boundary revisions
Spatio temporal reasoning for administrative boundary revisions
 
OpenStreetMap - The Quality Issue
OpenStreetMap - The Quality IssueOpenStreetMap - The Quality Issue
OpenStreetMap - The Quality Issue
 
Traffic volume survey
Traffic volume surveyTraffic volume survey
Traffic volume survey
 
Oregon's Statewide Fixed-Route Transit Network - Matthew Barnes presentation ...
Oregon's Statewide Fixed-Route Transit Network - Matthew Barnes presentation ...Oregon's Statewide Fixed-Route Transit Network - Matthew Barnes presentation ...
Oregon's Statewide Fixed-Route Transit Network - Matthew Barnes presentation ...
 
Distributed data fusion for multirobot search
Distributed data fusion for multirobot searchDistributed data fusion for multirobot search
Distributed data fusion for multirobot search
 
Huelva07 Ws2 Drea
Huelva07 Ws2 DreaHuelva07 Ws2 Drea
Huelva07 Ws2 Drea
 
Transport Chicago- Creating a Transit Supply Index 2003
Transport Chicago- Creating a Transit Supply Index 2003Transport Chicago- Creating a Transit Supply Index 2003
Transport Chicago- Creating a Transit Supply Index 2003
 
Presentation on Traffic Volume Survey
Presentation on Traffic Volume SurveyPresentation on Traffic Volume Survey
Presentation on Traffic Volume Survey
 
City lines designing hybrid hub and-spoke transit system with urban big data
City lines designing hybrid hub and-spoke transit system with urban big dataCity lines designing hybrid hub and-spoke transit system with urban big data
City lines designing hybrid hub and-spoke transit system with urban big data
 
Big data analysis and scheduling optimization system oriented assembly proces...
Big data analysis and scheduling optimization system oriented assembly proces...Big data analysis and scheduling optimization system oriented assembly proces...
Big data analysis and scheduling optimization system oriented assembly proces...
 

Viewers also liked

What's different between urban planning, urban design, architecture, AADI
What's different between urban planning, urban design, architecture, AADIWhat's different between urban planning, urban design, architecture, AADI
What's different between urban planning, urban design, architecture, AADIaalliance
 
Urban planning presentation 01
Urban planning presentation 01Urban planning presentation 01
Urban planning presentation 01Halima A. Othman
 
Land use planning
Land use planningLand use planning
Land use planningTin Lagman
 
Introduction to town planning
Introduction to town planningIntroduction to town planning
Introduction to town planningctlachu
 
Urban Planning theories and models
Urban Planning theories and modelsUrban Planning theories and models
Urban Planning theories and modelsGeofrey Yator
 
NJFuture Redevelopment Forum 2015 Bottigheimer
NJFuture Redevelopment Forum 2015 BottigheimerNJFuture Redevelopment Forum 2015 Bottigheimer
NJFuture Redevelopment Forum 2015 BottigheimerNew Jersey Future
 
Tackling "BIG Data": Mobile LiDAR Transportation Project Use Case
Tackling "BIG Data": Mobile LiDAR Transportation Project Use CaseTackling "BIG Data": Mobile LiDAR Transportation Project Use Case
Tackling "BIG Data": Mobile LiDAR Transportation Project Use CaseMerrick & Company
 
Public transportation acrchitecture buitems adnan presntation
Public transportation acrchitecture buitems adnan presntationPublic transportation acrchitecture buitems adnan presntation
Public transportation acrchitecture buitems adnan presntationAdnanSwat1
 
Innovative ways of Financing Public Transportation: Best Practices from Diffe...
Innovative ways of Financing Public Transportation: Best Practices from Diffe...Innovative ways of Financing Public Transportation: Best Practices from Diffe...
Innovative ways of Financing Public Transportation: Best Practices from Diffe...Kaan Yıldızgöz
 
Accessibility in an Urban Area: Alcântara, Lisboa,_Presentation part 1
Accessibility in an Urban Area: Alcântara, Lisboa,_Presentation part 1Accessibility in an Urban Area: Alcântara, Lisboa,_Presentation part 1
Accessibility in an Urban Area: Alcântara, Lisboa,_Presentation part 1Luis Neto
 
Accessibility in an Urban Area: Alcântara, Lisboa, Presentation part 2
Accessibility in an Urban Area: Alcântara, Lisboa, Presentation part 2Accessibility in an Urban Area: Alcântara, Lisboa, Presentation part 2
Accessibility in an Urban Area: Alcântara, Lisboa, Presentation part 2Luis Neto
 
SSATPWP106-Urban Mobility_IO
SSATPWP106-Urban Mobility_IOSSATPWP106-Urban Mobility_IO
SSATPWP106-Urban Mobility_IOSean Cooke
 
AMS Launch Conference - Session 8 - Serge Hoogendoorn
AMS Launch Conference - Session 8 - Serge HoogendoornAMS Launch Conference - Session 8 - Serge Hoogendoorn
AMS Launch Conference - Session 8 - Serge HoogendoornAMS-Amsterdam
 
WSDOT 2015 Summary of Public Transportation
WSDOT 2015 Summary of Public TransportationWSDOT 2015 Summary of Public Transportation
WSDOT 2015 Summary of Public TransportationZach Shaner
 
Transportation planning-and-traffic-modeling.
Transportation planning-and-traffic-modeling.Transportation planning-and-traffic-modeling.
Transportation planning-and-traffic-modeling.ierek
 
Fundamentals of Regional Transportation Planning Organizations in Washington...
Fundamentals of Regional Transportation Planning Organizations in  Washington...Fundamentals of Regional Transportation Planning Organizations in  Washington...
Fundamentals of Regional Transportation Planning Organizations in Washington...RPO America
 
Rural Transportation Planning Trends and Issues
Rural Transportation Planning Trends and IssuesRural Transportation Planning Trends and Issues
Rural Transportation Planning Trends and IssuesRPO America
 

Viewers also liked (20)

What's different between urban planning, urban design, architecture, AADI
What's different between urban planning, urban design, architecture, AADIWhat's different between urban planning, urban design, architecture, AADI
What's different between urban planning, urban design, architecture, AADI
 
Urban planning presentation 01
Urban planning presentation 01Urban planning presentation 01
Urban planning presentation 01
 
Land use planning
Land use planningLand use planning
Land use planning
 
Introduction to town planning
Introduction to town planningIntroduction to town planning
Introduction to town planning
 
Urban Planning theories and models
Urban Planning theories and modelsUrban Planning theories and models
Urban Planning theories and models
 
NJFuture Redevelopment Forum 2015 Bottigheimer
NJFuture Redevelopment Forum 2015 BottigheimerNJFuture Redevelopment Forum 2015 Bottigheimer
NJFuture Redevelopment Forum 2015 Bottigheimer
 
Tackling "BIG Data": Mobile LiDAR Transportation Project Use Case
Tackling "BIG Data": Mobile LiDAR Transportation Project Use CaseTackling "BIG Data": Mobile LiDAR Transportation Project Use Case
Tackling "BIG Data": Mobile LiDAR Transportation Project Use Case
 
Public transportation acrchitecture buitems adnan presntation
Public transportation acrchitecture buitems adnan presntationPublic transportation acrchitecture buitems adnan presntation
Public transportation acrchitecture buitems adnan presntation
 
the role of Big data and IoT in urban Transport
the role of Big data and IoT in urban Transportthe role of Big data and IoT in urban Transport
the role of Big data and IoT in urban Transport
 
Innovative ways of Financing Public Transportation: Best Practices from Diffe...
Innovative ways of Financing Public Transportation: Best Practices from Diffe...Innovative ways of Financing Public Transportation: Best Practices from Diffe...
Innovative ways of Financing Public Transportation: Best Practices from Diffe...
 
PUBLIC TRANSPORTATION
PUBLIC TRANSPORTATIONPUBLIC TRANSPORTATION
PUBLIC TRANSPORTATION
 
Janwani - LAP Intro
Janwani - LAP IntroJanwani - LAP Intro
Janwani - LAP Intro
 
Accessibility in an Urban Area: Alcântara, Lisboa,_Presentation part 1
Accessibility in an Urban Area: Alcântara, Lisboa,_Presentation part 1Accessibility in an Urban Area: Alcântara, Lisboa,_Presentation part 1
Accessibility in an Urban Area: Alcântara, Lisboa,_Presentation part 1
 
Accessibility in an Urban Area: Alcântara, Lisboa, Presentation part 2
Accessibility in an Urban Area: Alcântara, Lisboa, Presentation part 2Accessibility in an Urban Area: Alcântara, Lisboa, Presentation part 2
Accessibility in an Urban Area: Alcântara, Lisboa, Presentation part 2
 
SSATPWP106-Urban Mobility_IO
SSATPWP106-Urban Mobility_IOSSATPWP106-Urban Mobility_IO
SSATPWP106-Urban Mobility_IO
 
AMS Launch Conference - Session 8 - Serge Hoogendoorn
AMS Launch Conference - Session 8 - Serge HoogendoornAMS Launch Conference - Session 8 - Serge Hoogendoorn
AMS Launch Conference - Session 8 - Serge Hoogendoorn
 
WSDOT 2015 Summary of Public Transportation
WSDOT 2015 Summary of Public TransportationWSDOT 2015 Summary of Public Transportation
WSDOT 2015 Summary of Public Transportation
 
Transportation planning-and-traffic-modeling.
Transportation planning-and-traffic-modeling.Transportation planning-and-traffic-modeling.
Transportation planning-and-traffic-modeling.
 
Fundamentals of Regional Transportation Planning Organizations in Washington...
Fundamentals of Regional Transportation Planning Organizations in  Washington...Fundamentals of Regional Transportation Planning Organizations in  Washington...
Fundamentals of Regional Transportation Planning Organizations in Washington...
 
Rural Transportation Planning Trends and Issues
Rural Transportation Planning Trends and IssuesRural Transportation Planning Trends and Issues
Rural Transportation Planning Trends and Issues
 

Similar to Big Data Analysis for the High-Resolution View of Urban Public Transportation Accessibility

KTH-Texxi Project 2010
KTH-Texxi Project 2010KTH-Texxi Project 2010
KTH-Texxi Project 2010Texxi Global
 
Itzhak Benenson - OGiC - Shortest path and service area algorithms and their ...
Itzhak Benenson - OGiC - Shortest path and service area algorithms and their ...Itzhak Benenson - OGiC - Shortest path and service area algorithms and their ...
Itzhak Benenson - OGiC - Shortest path and service area algorithms and their ...swenney
 
Hybrid Ant Colony Optimization for Real-World Delivery Problems Based on Real...
Hybrid Ant Colony Optimization for Real-World Delivery Problems Based on Real...Hybrid Ant Colony Optimization for Real-World Delivery Problems Based on Real...
Hybrid Ant Colony Optimization for Real-World Delivery Problems Based on Real...csandit
 
Intelligent Transportation System Based Traffic Congestion Modeling for Urban...
Intelligent Transportation System Based Traffic Congestion Modeling for Urban...Intelligent Transportation System Based Traffic Congestion Modeling for Urban...
Intelligent Transportation System Based Traffic Congestion Modeling for Urban...civejjour
 
INTELLIGENT TRANSPORTATION SYSTEM BASED TRAFFIC CONGESTION MODELLING FOR URBA...
INTELLIGENT TRANSPORTATION SYSTEM BASED TRAFFIC CONGESTION MODELLING FOR URBA...INTELLIGENT TRANSPORTATION SYSTEM BASED TRAFFIC CONGESTION MODELLING FOR URBA...
INTELLIGENT TRANSPORTATION SYSTEM BASED TRAFFIC CONGESTION MODELLING FOR URBA...civej
 
Bus Karo: Economic Opportunity through Public Transport Connectivity (Session...
Bus Karo: Economic Opportunity through Public Transport Connectivity (Session...Bus Karo: Economic Opportunity through Public Transport Connectivity (Session...
Bus Karo: Economic Opportunity through Public Transport Connectivity (Session...WRI Ross Center for Sustainable Cities
 
Bus Karo: Economic Opportunity through Public Transport Connectivity
Bus Karo: Economic Opportunity through Public Transport ConnectivityBus Karo: Economic Opportunity through Public Transport Connectivity
Bus Karo: Economic Opportunity through Public Transport ConnectivityWRI India
 
Ilmastotalkoot: Robbert Lohmann
Ilmastotalkoot: Robbert LohmannIlmastotalkoot: Robbert Lohmann
Ilmastotalkoot: Robbert LohmannDemos Helsinki
 
Unlock Bengaluru 2017: Assessing the Economic Opportunity of a City Through P...
Unlock Bengaluru 2017: Assessing the Economic Opportunity of a City Through P...Unlock Bengaluru 2017: Assessing the Economic Opportunity of a City Through P...
Unlock Bengaluru 2017: Assessing the Economic Opportunity of a City Through P...WRI Ross Center for Sustainable Cities
 
A level-based approach to public transport network planning
A level-based approach to public transport network planningA level-based approach to public transport network planning
A level-based approach to public transport network planningAndrew Nash
 
Tum2014 november
Tum2014 novemberTum2014 november
Tum2014 novemberMarco
 
Presentation of GreenYourMove's hybrid approach in 3rd International Conferen...
Presentation of GreenYourMove's hybrid approach in 3rd International Conferen...Presentation of GreenYourMove's hybrid approach in 3rd International Conferen...
Presentation of GreenYourMove's hybrid approach in 3rd International Conferen...GreenYourMove
 
Improving transport in Malta using GIS and LBS
Improving transport in Malta using GIS and LBSImproving transport in Malta using GIS and LBS
Improving transport in Malta using GIS and LBSMatthew Pulis
 
Moscow, comprehensive mobility plan
Moscow, comprehensive mobility planMoscow, comprehensive mobility plan
Moscow, comprehensive mobility planshubham sharma
 
ESCC 2016, July 10-16, Athens, Greece
ESCC 2016, July 10-16, Athens, GreeceESCC 2016, July 10-16, Athens, Greece
ESCC 2016, July 10-16, Athens, GreeceLIFE GreenYourMove
 
Congestion Effects of Parking and Pedestrians on Urban Road -A Case Study of ...
Congestion Effects of Parking and Pedestrians on Urban Road -A Case Study of ...Congestion Effects of Parking and Pedestrians on Urban Road -A Case Study of ...
Congestion Effects of Parking and Pedestrians on Urban Road -A Case Study of ...ijsrd.com
 
Lecture 01 Introduction (Traffic Engineering هندسة المرور & Dr. Usama Shahdah)
Lecture 01 Introduction (Traffic Engineering هندسة المرور & Dr. Usama Shahdah) Lecture 01 Introduction (Traffic Engineering هندسة المرور & Dr. Usama Shahdah)
Lecture 01 Introduction (Traffic Engineering هندسة المرور & Dr. Usama Shahdah) Hossam Shafiq I
 

Similar to Big Data Analysis for the High-Resolution View of Urban Public Transportation Accessibility (20)

KTH-Texxi Project 2010
KTH-Texxi Project 2010KTH-Texxi Project 2010
KTH-Texxi Project 2010
 
Itzhak Benenson - OGiC - Shortest path and service area algorithms and their ...
Itzhak Benenson - OGiC - Shortest path and service area algorithms and their ...Itzhak Benenson - OGiC - Shortest path and service area algorithms and their ...
Itzhak Benenson - OGiC - Shortest path and service area algorithms and their ...
 
Hybrid Ant Colony Optimization for Real-World Delivery Problems Based on Real...
Hybrid Ant Colony Optimization for Real-World Delivery Problems Based on Real...Hybrid Ant Colony Optimization for Real-World Delivery Problems Based on Real...
Hybrid Ant Colony Optimization for Real-World Delivery Problems Based on Real...
 
Intelligent Transportation System Based Traffic Congestion Modeling for Urban...
Intelligent Transportation System Based Traffic Congestion Modeling for Urban...Intelligent Transportation System Based Traffic Congestion Modeling for Urban...
Intelligent Transportation System Based Traffic Congestion Modeling for Urban...
 
INTELLIGENT TRANSPORTATION SYSTEM BASED TRAFFIC CONGESTION MODELLING FOR URBA...
INTELLIGENT TRANSPORTATION SYSTEM BASED TRAFFIC CONGESTION MODELLING FOR URBA...INTELLIGENT TRANSPORTATION SYSTEM BASED TRAFFIC CONGESTION MODELLING FOR URBA...
INTELLIGENT TRANSPORTATION SYSTEM BASED TRAFFIC CONGESTION MODELLING FOR URBA...
 
Bus Karo: Economic Opportunity through Public Transport Connectivity (Session...
Bus Karo: Economic Opportunity through Public Transport Connectivity (Session...Bus Karo: Economic Opportunity through Public Transport Connectivity (Session...
Bus Karo: Economic Opportunity through Public Transport Connectivity (Session...
 
Bus Karo: Economic Opportunity through Public Transport Connectivity
Bus Karo: Economic Opportunity through Public Transport ConnectivityBus Karo: Economic Opportunity through Public Transport Connectivity
Bus Karo: Economic Opportunity through Public Transport Connectivity
 
Presentation v2
Presentation v2Presentation v2
Presentation v2
 
Ilmastotalkoot: Robbert Lohmann
Ilmastotalkoot: Robbert LohmannIlmastotalkoot: Robbert Lohmann
Ilmastotalkoot: Robbert Lohmann
 
Unlock Bengaluru 2017: Assessing the Economic Opportunity of a City Through P...
Unlock Bengaluru 2017: Assessing the Economic Opportunity of a City Through P...Unlock Bengaluru 2017: Assessing the Economic Opportunity of a City Through P...
Unlock Bengaluru 2017: Assessing the Economic Opportunity of a City Through P...
 
A level-based approach to public transport network planning
A level-based approach to public transport network planningA level-based approach to public transport network planning
A level-based approach to public transport network planning
 
ThesisPresentation
ThesisPresentationThesisPresentation
ThesisPresentation
 
Tum2014 november
Tum2014 novemberTum2014 november
Tum2014 november
 
Presentation of GreenYourMove's hybrid approach in 3rd International Conferen...
Presentation of GreenYourMove's hybrid approach in 3rd International Conferen...Presentation of GreenYourMove's hybrid approach in 3rd International Conferen...
Presentation of GreenYourMove's hybrid approach in 3rd International Conferen...
 
Presentation escc 2016
Presentation escc 2016Presentation escc 2016
Presentation escc 2016
 
Improving transport in Malta using GIS and LBS
Improving transport in Malta using GIS and LBSImproving transport in Malta using GIS and LBS
Improving transport in Malta using GIS and LBS
 
Moscow, comprehensive mobility plan
Moscow, comprehensive mobility planMoscow, comprehensive mobility plan
Moscow, comprehensive mobility plan
 
ESCC 2016, July 10-16, Athens, Greece
ESCC 2016, July 10-16, Athens, GreeceESCC 2016, July 10-16, Athens, Greece
ESCC 2016, July 10-16, Athens, Greece
 
Congestion Effects of Parking and Pedestrians on Urban Road -A Case Study of ...
Congestion Effects of Parking and Pedestrians on Urban Road -A Case Study of ...Congestion Effects of Parking and Pedestrians on Urban Road -A Case Study of ...
Congestion Effects of Parking and Pedestrians on Urban Road -A Case Study of ...
 
Lecture 01 Introduction (Traffic Engineering هندسة المرور & Dr. Usama Shahdah)
Lecture 01 Introduction (Traffic Engineering هندسة المرور & Dr. Usama Shahdah) Lecture 01 Introduction (Traffic Engineering هندسة المرور & Dr. Usama Shahdah)
Lecture 01 Introduction (Traffic Engineering هندسة المرور & Dr. Usama Shahdah)
 

Recently uploaded

Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integrationmarketing932765
 
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
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
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
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...itnewsafrica
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 
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
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesBernd Ruecker
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...itnewsafrica
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 

Recently uploaded (20)

Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
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
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
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
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 
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.
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architectures
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 

Big Data Analysis for the High-Resolution View of Urban Public Transportation Accessibility

  • 1. Big Data Analysis for the High-Resolution View of Urban Public Transportation Accessibility Itzhak Benenson1, Dmitry Geyzersky2, Karel Martens3, Yodan Rofe4 1Department of Geography and Human Environment, Tel Aviv University, Israel 2Performit LTD, Israel (http://www.performit.co.il) 3Institute for Management Research, Radboud University Nijmegen, Holland 4Blaustein Institutes for Desert Research, Ben Gurion University of the Negev, Israel http://www.tau.ac.il/~bennya/ bennya@post.tau.ac.il 1 Dresden, August 2013
  • 2. What is accessibility? The extent to which land-use transport system enables individuals to reach destinations by means of transport modes1 • Given a destination: The number of origins from which a destination can be reached, given the amount of effort • Given an origin: The number of destinations that can be reached from the origin, given the amount of effort 1K.T. Geurs, J.T. Ritsema van Eck, 2001, “Accessibility measures: review and applications”, RIVM report 408505 006, Urban Research Center, Utrecht University 2 Dresden, August 2013
  • 3. Transport-based component of accessibility is car-based and aggregate How many activities can be reached with the car from the given origin during the given time? Accessibility changes abruptly at the boundary of an area 3 Dresden, August 2013
  • 4. Accessibility components Transportation: Components of transportation system performance (modes, travel time, cost, effort to travel between origin and destination) Land-use: Distribution of needs/activities (jobs, schools, shops) and population (workers, pupils, customers) in space and time Individual utility: The demand for trips between certain origins and destination, benefits people derive from the access to facilities 4 Guangzhou, June 2013
  • 5. The goal: To estimate accessibility from the user’s viewpoint The idea: To compare accessibility with the private car and with the public transport (and, probably, other modes, as bike) 5 Dresden, August 2013
  • 6. Accessibility depends on a transportation mode Public Transport Travel Time (PTT): PTT = Walk time from origin to a stop 1 of the PT + Waiting time of PT at stop 1 + Travel time of PT1 + [Transfer walk time to stop 2 of PT + Waiting time of PT 2 + Travel time of PT 2] + … + Walk time from the final stop to destination Private Car Travel Time (CTT): CTT = Walk time from origin to the parking place + Car trip time + Parking search time + Walk time from the final parking place to destination. Service area: Given origin O, transportation mode M and travel time t define Mode Service Area - MSAO(t) - as maximal area containing all destinations D that can be reached from O with M during MTT ≤ t. Access area: Given destination D, transportation mode M and travel time t define Mode Access Area – MSAD(t) - as maximal area containing all origins O from which given destination D can be reached during MTT ≤ t. We distinguish between Public Transport Service Area PSAO(t), Public Transport Access Area PAAO(t), Private Car Service Area CSAO(t), Private Car Access Area CAAO(t) 6 Dresden, August 2013
  • 7. We focus on measuring relative accessibility Service areas ratio: SAO(t) = PSAO(t)/CSAO(t) Access area ratio: AAD(t) = PAAD(t)/CAAD(t) 7 Dresden, August 2013
  • 8. IN A NEW ERA OF BIG DATA WE ARE ABLE TO ESTIMATE ACCESSIBILITY EXPLICITLY! Utrecht Metro 500 km2 0.6*106 pop 150 bus lines Tel Aviv Metro 600 km2 2.5*106 pop 300 bus lines 8 Dresden, August 2013
  • 10. Street network 104 ÷ 105 links Attributes: traffic directions, speed Necessary for measuring accessibility by car 10 Dresden, August 2013
  • 11. Bus lines – 102 ÷ 103 Bus stops 102 ÷ 103 Relation between bus lines and stops. Necessary for measuring bus accessibility 11 Dresden, August 2013
  • 12. Bus time-table 105 ÷ 106 Necessary for measuring bus accessibility 12 Dresden, August 2013
  • 13. Buildings and jobs, 105 - 106 Necessary for measuring activity component of accessibility 13 Dresden, August 2013
  • 14. Socio-economic level by traffic zones Land-uses, 105 ÷ 106 Car ownership Necessary for measuring activity component of bus accessibility Socio-economic level 14 Dresden, August 2013
  • 16. From transportation networks to graphs 16 Dresden, August 2013
  • 17. Translation of Road network into Graph is easy… Node  Junction Link  Road segment Impedance  Travel time Typical metropolitan road network graph has 104 - 105 nodes and links 17 Dresden, August 2013
  • 18. Every travel should be represented explicitly Destination Transfer Stop 1 Transfer Stop 2 Final Stop Initial Stop Origin 18 Dresden, August 2013
  • 19. Public Transport  Graph, the idea Route 1 Bus starts every 10 minutes 6:57 7:01 1 2 7:03 3 7:05 4 7:08 5 7:09 6 7:12 7 7:15 8 Start Travel Bus starts every 30 minutes Route 2 6:50 6:56 12 11 7:02 7:06 13 14 [1, 6:57, 1, 6:57] 1 [1,6:57, 2,7:01] 0:04 2 0:02 7:10 15 [1,6:57, 3,7:03] 7:14 16 4 0:05 15 [2, 6:50, 1,7:10] 19 0:04 16 0:04 [1, 6:50, 3,7:14] 17 [1, 6:50,1,7:18] 7:21 18 [1, 6:57, 4,7:05] 0:02 3 7:18 17 Destination 0:03 18 [1, 6:50,1,7:21] Dresden, August 2013 [Bus route = 1, Start Time = 6:57, Stop = 4, Arrival time = 7:05]
  • 20. Public Transport  Graph, the process Node  Building Node  [PTLine_ID, Stop_ID, ArrivalTime] (triple) Link  (a) Possible path between building and PT stop accessible by foot; Link  (b) Possible path between two sequential stops connected by the PT line; Link  (c) Possible path stops connected by the transfer walk Node impedance  (a) Population, Number of jobs Link Impedance  (a) Walk time Link Impedance  (b) PT travel time Link Impedance  (c) Walk time + waiting time (Transfer time) 20 Dresden, August 2013
  • 21. Public Transport  Graph, the outcome
  • 22. AccessCity parameters Day of the week Trip start/finish time Max time of waiting at initial stop Walk speed when changing lines Max travel time Max number of line changes Calculate access area 22 Calculate service area Dresden, August 2013
  • 23. AccessCity works with any partition of the urban space: Cells 23 Dresden, August 2013
  • 24. AccessCity works with any partition of the urban space: buildings 24 Dresden, August 2013
  • 25. AccessCity is built on the neo4j graph database http://www.neo4j.org/ 25 Dresden, August 2013
  • 26. Service and access area in AccessCity are currently implemented as a part of the Dijkstra shortest path algorithm We calculate service area based on Dijkstra algorithm, starting from every building 26 Dresden, August 2013
  • 27. AccessCity is a scalable application CALCULATION FOR ALL BUILDINGS CAN BE DONE IN PARALLEL Performance: Service area for one building, 1-hour trip ~ 0.1 sec Processor Processor Two-level parallelization 27 Dresden, August 2013 Threads
  • 29. Car service areas versus bus service area Entire metropolitan area Urban Land-uses Car service area is essentially larger than bus service areas 29 Dresden, August 2013
  • 30. The center of Tel-Aviv metropolitan: Accessibility maps between 07:00 – 07:30 Job Accessibility 07:30 07:25 07:20 07:15 07:10 07:05 07:00 30 Dresden, August 2013
  • 31. TAZ-resolution calculations High-resolution calculations We must work at high-resolution! Average accessibility: 0.336 Relatively higher in the center 31 Average accessibility: 0.356 Relatively higher at the periphery Dresden, August 2013
  • 32. Passengers waste more time with the short trips! Trip start: 7:00, No of transfers: 1 60 minutes trip High-resolution: 0.336 50 minutes trip High-resolution: 0.257 40 minutes trip High-resolution: 0.179 30 minutes trip High-resolution: 0.157 Low-resolution: 0.356 Low-resolution: 0.308 Low-resolution: 0.266 Low-resolution: 0.263 We could not see that at the low resolution 32 Dresden, August 2013
  • 33. Light rail, if combined with the existing bus network does not improve much… Trip start: 7:00, No of transfers: 1 60 minutes trip Av improvement: 1.5% 33 50 minutes trip Av improvement: 2.5% 40 minutes trip Av improvement: 3.3% Dresden, August 2013 30 minutes trip Av improvement: 4.6%
  • 34. Towards transportation justice 7:00, trip duration 60 min, 1 transfer Accessibility TA public transportation system is not just! r2 = 0.054 (r = 0.23) Socio-economic level TAZ Socio-economic index (1 - 20) 34 Dresden, August 2013
  • 35. Applications of the tool in transportation planning • Assessment of public transport service improvements, e.g. impacts of increase in frequencies for different population groups, areas, land uses • Identification of ‘pockets of inaccessibility’ in metropolitan area • Accessibility planning for services • Assessment of (public) transport investments, e.g., light rail 35 Dresden, August 2013
  • 36. The future: Trial-And-Error public transport planning with AccessCity Questions? I. Benenson, K. Martens, Y. Rofé and A. Kwartler, 2010, Measuring the Gap Between Car and Transit Accessibility Estimating Access Using a High-Resolution Transit Network Geographic Information System, Transportation Research Record: Journal of the Transportation Research Board, N2144, 28–35 I. Benenson, K. Martens, Y. Rofé and A. Kwartler, 2011, Public transport versus private car: GIS-based estimation of accessibility applied to the Tel Aviv metropolitan area, Annals of Regional Science, 47:499–515 36 Dresden, August 2013