Implementing the Sydney Strategic Transport Model (STM) in Emme 4. Dr Peter Hidas Bureau of Transport Statistics, Transport for NSW

Size: px
Start display at page:

Download "Implementing the Sydney Strategic Transport Model (STM) in Emme 4. Dr Peter Hidas Bureau of Transport Statistics, Transport for NSW"

Transcription

1 Implementing the Sydney Strategic Transport Model (STM) in Emme 4 Dr Peter Hidas Bureau of Transport Statistics, Transport for NSW October 2014

2 Acknowledgements Team Effort Model Development & Estimation RAND Europe Frank Milthorpe, BTS Implementation in Emme4 and Python Peter Hidas and Ting Yu Validation, testing The BTS Modelling Team

3 History of STM First developed in 1970s Major Updates 1986 & 1994/95 Redesigned in late 1990s Known as STM2 Still in use Extended and re-estimated in Known as STM3 Implemented validation in progress

4 Study Area Sydney GMA 2006 zoning (24,443 km 2 ): 2715 Travel Zones 25,000 Nodes 90,000 Links 1,350 Transit Lines 445 Stations Rail, LR, Ferry 2011 zoning (31,407 km 2 ) zones Sydney Wollongong Newcastle 400 km 250 mi

5 Key Features of STM2 Tour based model system Home to Primary destination and return Disaggregate model Person and household segmentation Forecasting of licence holdings Forecasting of car ownership Segmentation: Population Synthesiser Joint mode-destination choice models Nested/Multinomial Logit choice Demand is not constant Tour frequency depends on accessibility

6 STM3 Enhancements Use most recent travel survey data (HTS) Model base year: 2011 Explicit modelling of toll roads Toll-users, non-toll-users separate modes (STM2: only one car driver option) Explicit modelling of access mode to rail Park-&-Ride, Kiss-&-Ride, Bus, Walk (STM2: only bus and walk)

7 STM3 Travel Purposes Home based purposes (to primary destination) Work Business Education Primary, Secondary, Tertiary Shopping Other Non-Home based purposes Work based business Business detours as part of work tour

8 STM3 Travel Modes Modes Car Driver Toll users, Non-toll users Car Passenger Train (includes Light Rail & Ferry) Park-&-Ride, Kiss-&-Ride, Walk, Bus Bus Walk Bicycle Taxi (Crowding on PT not modelled)

9 Segmentation Extensive segmentation Different by purpose Additional segments for frequency model Home Based work Mode Destination Models Car availability/licence holding (8 segments) Work status (full time, part time) Income (5 segments) Frequency Models Age (3 segments) Adult status (1/5 segments)

10 Purpose Number of Segments Mode Destination Additional Frequency Total Work 80 3/ Business Primary Education Secondary Education Tertiary Education Shopping Other

11 STM3 Values of Time Values of Time Vary Personal Income Journey Purpose Mode of Travel Use log and linear cost terms Better fit for demand estimation More difficult for economic benefit calculation

12 STM3 - Implementation Model Development & Estimation ALOGIT software (RAND Europe) No direct linkage to Emme STM2 Implemented using Emme macros STM3 Emme 4 available How best to utilise?

13 STM3 - Software Platform Combination of Multiple Tools Emme-4 API + Python Python bit Needed for memory requirements (min 20 Gb) Numpy Efficient matrix operations library Cpython Python library written in C (faster) For some special methods (sorting) Run from DOS Batch file

14 STM-3 Model Structure Emme-4 Input Data Create Skims Emme-4 API Estimate Travel Frequency Python Create new CAR LOS Skims Emme-4 API Mode-Destination Choice Python Final Car/PT assignments Emme-4 API

15 STM3 Model Processes in Python Tour Frequency & Mode-Destination Choice 7 HB + 2 NHB trip purposes separate models 6 purposes include car access to rail Models are similar but many differences OOP structure Shared code in base classes Differences in derived classes

16 CarSkims Hierarchy ccartollskims_zz chwcartollskims_zz ccarskims_zz ccarnotollskims_zz chwcarnotollskims_zz Basic properties abstract class not for use common methods for all sub-classes ccaraccskims_zs Input Matrices abstract class not for use chwcaraccskims_zs Different by Purpose Specific properties daily averages

17 External Zones Matrices in Emme vs Python Emme: Full matrix Travel Zones Station Zones TZ to TZ TZ to Stn External Zones Python: ZZ: TZ to TZ ZS: TZ to SZ SZ: SZ to TZ External Zones Stn to TZ Stn to Stn Freq/Mode-Dest. Models: ZZ Station choice: ZS + SZ

18 Car Access to Rail: Station Choice

19 Station Choice For each OD-pair Calculate utility (car + rail) through each station Select N (2-5) best stations By OD-pair (7.3 million) Select from 450 stations Run time If done by single OD-pair: ~ 9 hours 3D matrix calc: from 1 O to all D: ~ 3 hours 3D + Cpython partsort method: ~ 20 min ( ALOGIT: ~ 3 days )

20 stations Calculate Car Access to Rail utility Gen.time from O to D = Car time from O to S + Rail time from S to D Must be ZZ-matrix stations Car time + Rail time = Selected Station Gen. time

21 stations Calculate Utility the easy way For each OD-pair: get S from stations matrix Gt(OD) = Ct(OS) + Rt(SZ) 7.3 million OD-pairs! O D S Selected Station O S stations Ct Car time + S D Rt Rail time = O D Gt Gen. time

22 stations Calculate Utility a faster way Process Select all OD-pairs that use S (mask) Get car times from All-O to S re-shape vector to 2D (ZZ) Get rail times from S to All-D re-shape vector to 2D (ZZ) Add the two matrices = Gt Repeat for each station S Max 450 iterations! Masking, re-shape are standard methods in Numpy This process is applied at several places stations Rt Rt Rt Rt Car Ct time Ct Ct Ct Ct Ct Ct Rt Rt Rt = + S S Selected Stations S Gen. S Rt S Rail time Gt Gt S S Gt Gt Gt Time Gt

23 Current Status STM3 model coded and tested Validation: ALOGIT vs Emme/Python finished Comparison with Observed (HTS) data Key issues for further improvement Run time Use for PT Project Model (PTPM)

24 Model Run Time STM2: ~ 19 hours (macros, without car access to rail!) STM3: Full Model (4-cycles): ~ 17 hours One-cycle: ~ 7 hours New zoning system TZ11: +400 zones Further increase in run time How to reduce? Multi-threading?

25 STM-3 Current Model Structure Input Data Create CAR LOS Skims Hb-Work Hb-Business Hb-PrimEd NHb-Work NH-Business Hb-SecEd Hb-TerEd Collate new CAR Demand Hb-Shop Hb-Other Final Car/PT assignments

26 STM-3 Parallel Model Structure Input Data Create CAR LOS Skims Hb-Work Hb-Business Hb-PrimEd Hb-Shop Hb-SecEd NHb-Work NH-Business Hb-TerEd Hb-Other Collate new CAR Demand Final Car/PT assignments

27 Summary STM3 Implemented Emme 4 API: major benefits Easy, user-friendly, powerful methods Easy to combine with external code New methods faster than macros Python, NumPy: major benefits User-friendly, powerful, fast methods Run time less than for STM2 but still very long Next challenges Improve run time Implement Peak Spreading

Tours-Based LUTI Modelling

Tours-Based LUTI Modelling Tours-Based LUTI Modelling Leicester and Leicestershire Integrated Transport Model Mark Dazeley, Associate Director 16 th October 2014 Presentation Structure Introduction Team technical skills, clients

More information

THE CONTINUING ROLE OF THE STRATHCLYDE TRANSPORTATION AND LAND-USE MODEL IN STRATEGIC PLANNING. Paul Emmerson and Dr Andrew Ash TRL

THE CONTINUING ROLE OF THE STRATHCLYDE TRANSPORTATION AND LAND-USE MODEL IN STRATEGIC PLANNING. Paul Emmerson and Dr Andrew Ash TRL THE CONTINUING ROLE OF THE STRATHCLYDE TRANSPORTATION AND LAND-USE MODEL IN STRATEGIC PLANNING Paul Emmerson and Dr Andrew Ash TRL Jim Dunlop Strathclyde Partnership for Transport Andy Dobson David Simmonds

More information

Zenith Model Framework Papers - Version Paper G Mode Choice Model

Zenith Model Framework Papers - Version Paper G Mode Choice Model Zenith Model Framework Papers - Version 3.0.1 Paper G Mode Choice Model May 2014 Page Intentionally Left Blank Paper G Mode Choice Model Draft Report COPYRIGHT: The concepts and information contained in

More information

The Auckland Transport Models Project - Overview and Use to Date -

The Auckland Transport Models Project - Overview and Use to Date - The Auckland Transport Models Project - Overview and Use to Date - John Davies (Auckland Regional Council) Jojo Valero (Auckland Regional Council) David Young (David Young Consulting) Auckland Transport

More information

Travel Forecasting Tutorial

Travel Forecasting Tutorial Travel Forecasting Tutorial Travel Demand Modeling/Forecasting Process by which relationships among causal factors and travel decisions are analyzed and mathematically modeled. Decisions include: Travel

More information

Zenith Model Framework Papers Version Paper I Zenith Transit Assignment Algorithm

Zenith Model Framework Papers Version Paper I Zenith Transit Assignment Algorithm Zenith Model Framework Papers Version 3.0.0 Paper I Zenith Transit Assignment Algorithm June 2014 Page Intentionally Left Blank Paper I Zenith Transit Assignment Algorithm Final Report COPYRIGHT: The concepts

More information

Travel Demand Modeling At NCTCOG

Travel Demand Modeling At NCTCOG Travel Demand Modeling At NCTCOG Arash Mirzaei North Central Texas Council Of Governments For University of Texas at Arlington ITE Student Chapter March 9, 2005 Agenda Background DFW Regional Model Structure

More information

Transportation Modeling Forum. June 13, 2012

Transportation Modeling Forum. June 13, 2012 Transportation Modeling Forum June 13, 2012 Forum Agenda Activity-Based Model Overview Comparing the ABM with Four-Step Model ABM Structure, Components and Flow 2 Activity-Based Model Overview Clint Daniels

More information

Is Behavioural Utility Measure A Valid Proxy For Accessibility Improvement?

Is Behavioural Utility Measure A Valid Proxy For Accessibility Improvement? Australasian Transport Research Forum 2012 Proceedings 24-26 September 2012, Perth, Australia Publication website: http://www.patrec.org/atrf.aspx Is Behavioural Utility Measure A Valid Proxy For Accessibility

More information

National Transport Model. Variable Demand Model Report

National Transport Model. Variable Demand Model Report Table of Contents Page 1.0 Introduction... 5 1.1 Project Overview... 5 1.2 Model Structure... 5 1.3 Purpose of Report... 6 1.4 Pivot-Point Modelling... 6 1.5 Structure of Report... 7 2.0 Do-Minimum Reference

More information

Impact of Capacity, Crowding, and Vehicle Arrival Adherence on Public Transport Ridership: Los Angeles and Sydney Experience and Forecasting Approach

Impact of Capacity, Crowding, and Vehicle Arrival Adherence on Public Transport Ridership: Los Angeles and Sydney Experience and Forecasting Approach Australasian Transport Research Forum 2011 Proceedings 28-30 September, 2011, Adelaide, Australia Publication website: http://www.patrec.org/atrf.aspx Impact of Capacity, Crowding, and Vehicle Arrival

More information

Greater Newcastle Transport Plan

Greater Newcastle Transport Plan Greater Newcastle Transport Plan Engineers Australia submission 16 February 2018 11 National Circuit, Barton ACT 2600 Tel: 02 6270 6555 Email: publicaffairs@engineersaustralia.org.au www.engineersaustralia.org.au

More information

SUTRA : Sustainable Urban Transportation for the City of Tomorrow

SUTRA : Sustainable Urban Transportation for the City of Tomorrow Preliminary Report SUTRA : Sustainable Urban Transportation for the City of Tomorrow WP 03: Multi-modal Transportation Modelling D03.3 User Manual and Example Test Data Sets First Draft Karlsruhe, January

More information

How can we encourage public transport use and alleviate Sydney s congestion problem?

How can we encourage public transport use and alleviate Sydney s congestion problem? How can we encourage public transport use and alleviate Sydney s congestion problem? Sydney s rail future 2013 26-28 February 2013 Professor Corinne Mulley Institute of Transport and Logistics Studies

More information

Transport Model for Scotland. Kevin Lumsden MVA

Transport Model for Scotland. Kevin Lumsden MVA 1. INTRODUCTION Transport Model for Scotland Kevin Lumsden MVA Transport Model for Scotland (TMfS) is a multi-modal transport demand and assignment model with an interactive Land Use model. The model area

More information

For More Information

For More Information THE ARTS CHILD POLICY CIVIL JUSTICE EDUCATION ENERGY AND ENVIRONMENT This PDF document was made available from www.rand.org as a public service of the RAND Corporation. Jump down to document6 HEALTH AND

More information

CHAPTER 9 TRAVEL DEMAND MODEL SUMMARY

CHAPTER 9 TRAVEL DEMAND MODEL SUMMARY CHAPTER 9 TRAVEL DEMAND MODEL SUMMARY This chapter describes the OKI / MVRPC regional travel demand model, used to support traffic and transit forecasts for the NSTI study. This model is based on version

More information

Chetan Joshi (corresponding), PTV America Aggregate tour based modeling, a pragmatic step-up from the 4-Step Model [ITM # 15]

Chetan Joshi (corresponding), PTV America Aggregate tour based modeling, a pragmatic step-up from the 4-Step Model [ITM # 15] Paper Author (s) Chetan Joshi (corresponding), PTV America (cjoshi@ptvamerica.com) Klaus Noekel, PTV AG (klaus.noekel@ptvgroup.com) Paper Title & Number Aggregate tour based modeling, a pragmatic step-up

More information

PTV VISUM 17 NEW FEATURES AT A GLANCE

PTV VISUM 17 NEW FEATURES AT A GLANCE PTV VISUM 17 NEW FEATURES AT A GLANCE Copyright: 2017 PTV AG, Karlsruhe PTV Visum is a trademark of PTV AG All brand or product names in this documentation are trademarks or registered trademarks of the

More information

California Statewide Interregional Integrated Modeling (SIIM) Framework. California STDM. HBA Specto Incorporated ULTRANS, UC Davis

California Statewide Interregional Integrated Modeling (SIIM) Framework. California STDM. HBA Specto Incorporated ULTRANS, UC Davis California Statewide Interregional Integrated Modeling (SIIM) Framework California STDM HBA Specto Incorporated ULTRANS, UC Davis SIIM Advisory Group Meeting June 2010 model-wide economic / demographic

More information

Time period choice modelling review of practice

Time period choice modelling review of practice EUROPE Time period choice modelling review of practice James Fox, Fay Dunkerley, Bhanu Patruni, Andrew Daly For more information on this publication, visit www.rand.org/t/rr1127 Original date of publication

More information

An Integrated Transport - Economics Model for Ontario

An Integrated Transport - Economics Model for Ontario An Integrated Transport - Economics Model for Ontario by Sundar Damodaran, Ph.D., P.Eng. Ministry of Transportation, Ontario Paper prepared for presentation at the Travel Demand Modeling: Applications

More information

Project Appraisal Using PRISM Simon Hubbard 28 th September 2004

Project Appraisal Using PRISM Simon Hubbard 28 th September 2004 Project Appraisal Using PRISM Simon Hubbard 28 th September 2004 Introduction : Overview of Presentation - Option Appraisal Policy Context - Potential PRISM Applications - Use of the Model / Scale of the

More information

HOW TO USE THIS PRESENTATION?

HOW TO USE THIS PRESENTATION? HOW TO USE THIS PRESENTATION? All slides (except this one) are active during the presentation. If you don t want to show things live in PTV Visum, then you should show all slides. If you show certain parts

More information

Innovative Assignment Process for a Statewide Model

Innovative Assignment Process for a Statewide Model Innovative Assignment Process for a Statewide Model William G. Allen, Jr., PE TRB Innovations in Travel Modeling Conference Atlanta June 2018 1 New Statewide Travel Model for Kansas Conventional four-step

More information

Distillate Project F3b: Mode Chain Modelling in TRL s Strategic Transport Model

Distillate Project F3b: Mode Chain Modelling in TRL s Strategic Transport Model Distillate Project F3b: Mode Chain Modelling in TRL s Strategic Transport Model by Andrew Ash RPN 032 Final Version (May 2008) Project Report Transport Research Laboratory Distillate Project F3b: Mode

More information

Yoram Shiftan Transportation Research Institute, Technion - Israel Institute of Technology

Yoram Shiftan Transportation Research Institute, Technion - Israel Institute of Technology Yoram Shiftan Transportation Research Institute, Technion - Israel Institute of Technology The use of activity-based models for policy analysis Advances in ABM Emerging data Old challenges New challenges

More information

Best practice examples and research on passenger intermodality in the European Union. Šibenik - 18/6/2013, DUNEA l.l.c.

Best practice examples and research on passenger intermodality in the European Union. Šibenik - 18/6/2013, DUNEA l.l.c. Best practice examples and research on passenger intermodality in the European Union Šibenik - 18/6/2013, DUNEA l.l.c. Why intermodality? Report on passenger intermodality in the EU Policy background behind

More information

Greater Manchester 2040 Transport Strategy Vision and Modelling the Future

Greater Manchester 2040 Transport Strategy Vision and Modelling the Future Greater Manchester 2040 Transport Strategy Vision and Modelling the Future Iosif Stroumtsas TfGM Iosif.stroumtsas@aecom.com March, 2017 Kick of meeting in Thessaloniki 2 2040 Vision, Strategy and Delivery

More information

Munenori SHIBATA Transport Planning and Marketing Laboratory, Signalling and Transport Information Technology Division

Munenori SHIBATA Transport Planning and Marketing Laboratory, Signalling and Transport Information Technology Division PAPER A Study on Passengers Train Choice Model in Urban Railways Noriko FUKASAWA Munenori SHIBATA Transport Planning and Marketing Laboratory, Signalling and Transport Information Technology Division This

More information

That will also contribute to achievement of a number of objectives and policies in the Regional Policy Statement.

That will also contribute to achievement of a number of objectives and policies in the Regional Policy Statement. Board of Inquiry MacKays to Peka Peka Expressway Proposal Submitters Evidence Public Transport Voice 5 October 2012 Executive Summary Increasing modal share for public transport is a key outcome in the

More information

Appendix B2: Factors Affecting Transit Choice

Appendix B2: Factors Affecting Transit Choice Appendix B2: Factors Affecting Transit Choice 1 TRANSIT MARKET The transit market comprises those trips which have the option of taking transit, that is, those trips for which the trip origin and trip

More information

Development of a New Strategic Transport Planning Model for Adelaide

Development of a New Strategic Transport Planning Model for Adelaide Development of a New Strategic Transport Planning Model for Adelaide Nicholas Holyoak 1, Michael Taylor 1, Lindsay Oxlad 2 and John Gregory 3 1 Transport Systems Centre, University of South Australia,

More information

Macroscopic and Microscopic Simulation for the Evaluation of People Mover Systems. Dr.-Ing. Peter Mott Sven Beller PTV AG, Karlsruhe, Germany

Macroscopic and Microscopic Simulation for the Evaluation of People Mover Systems. Dr.-Ing. Peter Mott Sven Beller PTV AG, Karlsruhe, Germany Macroscopic and Microscopic Simulation for the Evaluation of People Mover Systems Dr.-Ing. Peter Mott Sven Beller PTV AG, Karlsruhe, Germany 1. Introduction This paper is intended to show how a comprehensive

More information

B.4 Variable Demand Model Development Report

B.4 Variable Demand Model Development Report B.4 Variable Demand Model Development Report 18 SEMMMS A6 to Manchester Airport Relief Road Model Development Report Report for Stockport Metropolitan Borough Council February 2012 Document Control Project

More information

B.4 Variable Demand Model Development Report

B.4 Variable Demand Model Development Report B.4 Variable Demand Model Development Report 18 SEMMMS A6 to Manchester Airport Relief Road Model Development Report Report for Stockport Metropolitan Borough Council February 2012 Document Control Project

More information

1.201 / / ESD.210 Transportation Systems Analysis: Demand and Economics. Assignment 2

1.201 / / ESD.210 Transportation Systems Analysis: Demand and Economics. Assignment 2 1.201 / 11.545 / ESD.210 Transportation Systems Analysis: Demand and Economics Assignment 2 Question 1 Elasticities and Consumer Surplus In April of 1973, the Massachusetts Bay Transportation Authority

More information

The services of the Consultant are outlined in this exhibit by task and will consist of, but not limited to the following:

The services of the Consultant are outlined in this exhibit by task and will consist of, but not limited to the following: Scope of Work: Travel Demand Model Update Phase 2: Southeast Louisiana Travel Model, New Orleans (SELATRAM) RPC Project TDMNO State Project No. H.972274 Project Description The purpose of this contract

More information

Travel Demand Modelling [T1]

Travel Demand Modelling [T1] This publication was prepared by the National Guidelines for Transport System Management in Australia Steering Committee and approved by the Transport and Infrastructure Senior Officials' Committee. The

More information

Technical Support for Bus Service Planning

Technical Support for Bus Service Planning Technical Support for Bus Service Planning David Ashley 1, Naomi Langdon 1, Craig McPherson 1 1 Sinclair Knight Merz, Melbourne, Australia 1 Introduction The purpose of this paper is to stimulate interest

More information

Transportation Model Report

Transportation Model Report 1. Introduction The traffic impacts of the future developments in the IL130/High Cross Road corridor for different scenarios were analyzed using a Travel Demand Model (TDM). A four step modeling process

More information

Database and Travel Demand Model

Database and Travel Demand Model Database and Travel Demand Model 7 The CMP legislation requires every CMA, in consultation with the regional transportation planning agency (the Metropolitan Transportation Commission (MTC) in the Bay

More information

Urban Transport Modeling (based on these two sources)

Urban Transport Modeling (based on these two sources) Urban Transport Modeling (based on these two sources) A Transportation Modeling Primer May, 1995 Edward A. Beimborn Center for Urban Transportation Studies University of Wisconsin- Milwaukee http://www.uwm.edu/dept/c

More information

BTS Heavy Vehicle Forecasts

BTS Heavy Vehicle Forecasts BTS Heavy Vehicle Forecasts February 2014 Release August 2014 Version: 1 Contents 1 Introduction... 3 2 Methodology... 3 3 FMM Framework... 5 4 FMM Classifications and Input Data... 7 4.1 Industry Classes...

More information

9. TRAVEL FORECAST MODEL DEVELOPMENT

9. TRAVEL FORECAST MODEL DEVELOPMENT 9. TRAVEL FORECAST MODEL DEVELOPMENT To examine the existing transportation system and accurately predict impacts of future growth, a travel demand model is necessary. A travel demand model is a computer

More information

CASE STUDY 5. Extension of the Adriatic-Ionian ferry corridor from Peloponnese to Crete" University of the Aegean Dpt. Shipping, Trade & Transport

CASE STUDY 5. Extension of the Adriatic-Ionian ferry corridor from Peloponnese to Crete University of the Aegean Dpt. Shipping, Trade & Transport Lisbon, 15 December 2011 CASE STUDY 5 Extension of the Adriatic-Ionian ferry corridor from Peloponnese to Crete" University of the Aegean Dpt. Shipping, Trade & Transport The concept of the Case Study

More information

Methodological Approach

Methodological Approach Appendix B Methodological Approach This section sets out the methodology which was utilised in the production of this analysis. It is informed by international literature and knowledge of the Irish transport

More information

CHAPTER 7. TRAVEL PATTERNS AND TRAVEL FORECASTING

CHAPTER 7. TRAVEL PATTERNS AND TRAVEL FORECASTING CHAPTER 7. TRAVEL PATTERNS AND TRAVEL FORECASTING TRAVEL PATTERNS Northwest Arkansas has experienced unprecedented growth in population and employment in the past 25 years. The economic vitality and diversity

More information

PIA - Core Skills in Planning Lecture Series 2015

PIA - Core Skills in Planning Lecture Series 2015 PIA - Core Skills in Planning Lecture Series 2015 Fundamentals of Transport Planning for Steve Williams (RPEQ # 6417) Lambert & Rehbein Introduction What is Transport Planning? Legislative Environment

More information

Treasure Coast Regional Planning Model ABM Development (TCRPM4)

Treasure Coast Regional Planning Model ABM Development (TCRPM4) Treasure Coast Regional Planning Model ABM Development (TCRPM4) presented to Southeast Florida Model Users Group presented by Ken Kaltenbach, The Corradino Group September 19, 2014 TRCPM Model Structure

More information

Enhanced Travel Modeling Tools at ODOT

Enhanced Travel Modeling Tools at ODOT Enhanced Travel Modeling Tools at ODOT Presented to the Ohio Transportation Engineering Conference Gregory Giaimo, PE Rebekah Anderson, PE The Ohio Department of Transportation Division of Planning October

More information

MODELLING PARKING CHOICES IN IRELAND S CITIES

MODELLING PARKING CHOICES IN IRELAND S CITIES Proceedings 1st - 2nd September 2016 SIDDLE, COLLEARY: Modelling Parking Choices in Ireland s cities Mr David Siddle Technical Director Jacobs MODELLING PARKING CHOICES IN IRELAND S CITIES Mr Barry Colleary

More information

Business Travel Policy

Business Travel Policy Business Travel Policy Lead Manager: Responsible Director: Niall McGrogan Jane Grant Approved By: Date Approved: Date for Review: Other Relevant Policies: Energy Policy, Environmental Policy, Lease Car

More information

Department of Transport City of Joburg April 2015

Department of Transport City of Joburg April 2015 Department of Transport City of Joburg April 2015 Transport Vision A people-centred transport system that is transformed. A very liveable City: very pro public transport, walking and cycling. The City

More information

TRANSPORTATION MASTER PLAN DRAFT A TARGET TRANSIT MODE SHARE STRATEGY TECHNICAL MEMORANDUM # 1

TRANSPORTATION MASTER PLAN DRAFT A TARGET TRANSIT MODE SHARE STRATEGY TECHNICAL MEMORANDUM # 1 TRANSPORTATION MASTER PLAN DRAFT A TARGET TRANSIT MODE SHARE STRATEGY TECHNICAL MEMORANDUM # 1 16 FEBRUARY 2010 TABLE OF CONTENTS 1 INTRODUCTION... 1 2 EXPERIENCE With target transit mode shares... 2 2.1

More information

Activity-Based Modeling: National Experience

Activity-Based Modeling: National Experience Activity-Based Modeling: National Experience presented to Panel on Activity-Based Models presented by Joel Freedman, PB May 26, 2010 Presentation Topics Applications of Activity-Based Models From: San

More information

National Transport Model

National Transport Model Variable Demand Model Model Documentation April 2012 Draft Work in Progress a Variable Demand Model Model Documentation Project No:... 60051475 Made:... Ian Stanness / Philip Shiels Checked:... Paul Hanson

More information

Scenario modelling In Sydney. David Kilsby and Frank Milthorpe Kilsby Australia Pty Ltd. Abstract

Scenario modelling In Sydney. David Kilsby and Frank Milthorpe Kilsby Australia Pty Ltd. Abstract Scenario modelling In Sydney David Kilsby and Frank Milthorpe Kilsby Australia Pty Ltd Abstract In Sydney the current Strategic Travel Model (STM) is a travel forecasting tool of world class. The Scenario

More information

Ideas + Action for a Better City learn more at SPUR.org. tweet about this #MTCModeling

Ideas + Action for a Better City learn more at SPUR.org. tweet about this #MTCModeling Ideas + Action for a Better City learn more at SPUR.org tweet about this event: @SPUR_Urbanist #MTCModeling Analytical Modeling at the Metropolitan Transportation Commission February 28, 2017 Lisa Zorn

More information

Arriva for your whole journey

Arriva for your whole journey Arriva for your whole journey What we do 2 The journey we aim to offer Predictable Efficient Enjoyable Connected Innovative 3 Some different perspectives Our business is here And our business is here 4

More information

The National Danish Transport Model

The National Danish Transport Model The National Danish Transport Model, oani@dtu.dk Professor, PhD Technical University of Denmark Bjarke Brun, bb@rapidis.com Partner, MSc Rapidis DTU Management Engineering Background / The case for a national

More information

UPTRANS: AN INCREMENTAL TRANSPORT MODEL WITH FEEDBACK FOR QUICK-RESPONSE STRATEGY EVALUATION

UPTRANS: AN INCREMENTAL TRANSPORT MODEL WITH FEEDBACK FOR QUICK-RESPONSE STRATEGY EVALUATION UPTRANS: AN INCREMENTAL TRANSPORT MODEL WITH FEEDBACK FOR QUICK-RESPONSE STRATEGY EVALUATION C Venter and M Mokonyama * Department of Civil Engineering, University of Pretoria, Pretoria, 0002, christo.venter@up.ac.za,

More information

Please complete this checklist by referencing locations where the relevant material can be found in the OBC document

Please complete this checklist by referencing locations where the relevant material can be found in the OBC document Large Local Major Schemes: Bid for construction funding Part Two: Checklist Please complete this checklist by referencing locations where the relevant material can be found in the OBC document Strategic

More information

Socio-economic spatial characteristics and household transport greenhouse gas emissions: a Sydney case study

Socio-economic spatial characteristics and household transport greenhouse gas emissions: a Sydney case study Australasian Transport Research Forum 2013 Proceedings 2-4 October 2013, Brisbane, Australia Publication website: http://www.patrec.org/atrf.aspx Socio-economic spatial characteristics and household transport

More information

Mid-South Regional Travel Surveys & Model Update

Mid-South Regional Travel Surveys & Model Update Mid-South Regional Travel Surveys & Model Update October 16, 2014 Presented to the Mid-South Travel Survey and Model Update Steering Committee By: Thomas Rossi and Anurag Komanduri, Cambridge Systematics

More information

Tour-based Travel Mode Choice Estimation based on Data Mining and Fuzzy Techniques

Tour-based Travel Mode Choice Estimation based on Data Mining and Fuzzy Techniques Infrastructure Provision and Social Needs Tour-based Travel Mode Choice Estimation based on Data Mining and Fuzzy Techniques Nagesh Shukla, Jun Ma, Rohan Wickramasuriya, Nam Huynh and Pascal Perez SMART

More information

Wellington Transport Models

Wellington Transport Models Date: December 2012 Wellington Transport Models TN22: WPTM Sensitivity Testing prepared for Greater Wellington Regional Council Prepared By Harriet Priddey (Arup) Marius Roman (Arup) Opus International

More information

Passenger Transport Modelling [T1]

Passenger Transport Modelling [T1] Passenger Transport Modelling [T1] Providing Feedback This draft document has been published for stakeholder feedback. Submissions are due Monday 9 February 2015 All submissions should be in writing and

More information

Integrated land-use and transport modelling using OTP to determine lowest cost trips. Presenter: Quintin van Heerden Co-author: Dr Louis Waldeck

Integrated land-use and transport modelling using OTP to determine lowest cost trips. Presenter: Quintin van Heerden Co-author: Dr Louis Waldeck Integrated land-use and transport modelling using OTP to determine lowest cost trips Presenter: Quintin van Heerden Co-author: Dr Louis Waldeck Cities are complex Developers Networks Government Goods Travel

More information

Integrated Transport Model of Thuringia

Integrated Transport Model of Thuringia Florian M. Heinitz, Diana Pataki Nagy Integrated Transport Model of Thuringia Guest Lecture, KTI Budapest, 6 May 2010 Outline Introduction Supply Side Modelling Demand Side Modelling Application Projects

More information

PRISM 2006 Model Rebasing Local Model Validation Report

PRISM 2006 Model Rebasing Local Model Validation Report CEPOG Core Support Team CENTRO, Centro House 16 Summer Lane Birmingham B19 3SD PRISM West Midlands PRISM 2006 Model Rebasing Local Model Validation Report November 2009 Canterbury House, 85 Newhall Street,

More information

Transit Market and Travel Demand Regional Service Councils June 2018

Transit Market and Travel Demand Regional Service Councils June 2018 Transit Market and Travel Demand Regional Service Councils June 2018 So, what is NextGen? Why are we doing this? Outdated bus network It s been 25 years since last redesign! A new bus network More People

More information

Abstract: Contact Author: Emmanuel Itonalba Roads and Iraffic Authority Locked Bag I HAYMARKEI NSW Ielephone: (02) Fax: (02)

Abstract: Contact Author: Emmanuel Itonalba Roads and Iraffic Authority Locked Bag I HAYMARKEI NSW Ielephone: (02) Fax: (02) The 1991 Sydney Home Interview Survey Pr eliminary Results: Implications for Modelling Emmanuel Iwr ralha Senior Transport Network AnalYlt Transport Study Group NSW Marie Balee Transport Modeller Transport

More information

Urban Goods Flow Modelling: Purchasing and Shopping Mobility Demand Models

Urban Goods Flow Modelling: Purchasing and Shopping Mobility Demand Models 2018 Winter School of University of Padova on Methods and models in freight transportation and logistics Padova (Italy), 1 st to 9 th of March 2018 Urban Goods Flow Modelling: Purchasing and Shopping Mobility

More information

Regional Travel Demand Management Plan

Regional Travel Demand Management Plan Regional Travel Demand Management Plan Adopted October 2009 Quality for life Regional Travel Demand Management Plan Adopted October 2009 For more information, contact: Greater Wellington 142 Wakefield

More information

Transit Market and Travel Demand Citizens Advisory Council

Transit Market and Travel Demand Citizens Advisory Council Transit Market and Travel Demand Citizens Advisory Council 7.25.18 So, what is NextGen? Why are we doing this? Outdated bus network It s been 25 years since last redesign! A new bus network More People

More information

Development of Modal Share Targets for Ottawa s Transportation Master Plan

Development of Modal Share Targets for Ottawa s Transportation Master Plan Development of Modal Share Targets for Ottawa s Transportation Master Plan Dr. Mona Abouhenidy, P.Eng., City of Ottawa David Kriger, P.Eng., MCIP, itrans Consulting Inc., Ottawa Don Stephens, P.Eng., McCormick

More information

Summary Final version of questionnaire and cover letter

Summary Final version of questionnaire and cover letter Work Package 2 Status: Final Date of preparation: March 2009 Author(s): Horários do Funchal Contributions from: All project partners Contract number: EIE/05/095/SI2.420185 Summary WP2 Description of the

More information

MARK BRADLEY BRADLEY RESEARCH & CONSULTING 524 Arroyo Ave., Santa Barbara, CA 93109, USA

MARK BRADLEY BRADLEY RESEARCH & CONSULTING 524 Arroyo Ave., Santa Barbara, CA 93109, USA SoundCast Activity-Based Travel Forecasting Model for PSRC Featuring DAYSIM the Person Day Activity and Travel Simulator Model System Design September 25, 2014 Prepared for Puget Sound Regional Council

More information

The London Land-Use and Transport Interaction Model (LonLUTI)

The London Land-Use and Transport Interaction Model (LonLUTI) The London Land-Use and Transport Interaction Model (LonLUTI) October 2014 Contents 3 Introduction 4 Why do we need transport models? 6 TfL s suite of models 8 What is LonLUTI? 12 How was LonLUTI developed?

More information

TUBA: General Guidance and Advice

TUBA: General Guidance and Advice TUBA: General Guidance and Advice January 2016 Department for Transport Great Minster House, 33 Horseferry Road, London, SW1P 4DR JOB NUMBER: 5132564 DOCUMENT REF: TUBA v1.9.6 General Guidance and Advice.doc

More information

Wellington Transport Models. Model Investigation Report

Wellington Transport Models. Model Investigation Report Contract C3079 Wellington Transport Models WTSM update and WPTM development Wellington Transport Models Model Investigation Report Prepared By Dan Jones / Andy Wilson EMME modellers Opus International

More information

2. DISTRIBUTION AND MODE CHOICE SUB-MODELS

2. DISTRIBUTION AND MODE CHOICE SUB-MODELS 26 th Australasian Transport Research Forum Wellington New Zealand 1-3 October 23 DIFFICULT EXPERIENCES AND INNOVATIVE FEATURES OF THE WELLINGTON TRANSPORT STRATEGY MODEL DEVELOPMENT: TRIP DISTRIBUTION,

More information

A1. CREATE: Long-term strategies to reduce car dependency (Part 1)

A1. CREATE: Long-term strategies to reduce car dependency (Part 1) 5 th European Conference on Sustainable Urban Mobility Plans 14-15 MAY 2018 NICOSIA, CYPRUS A1. CREATE: Long-term strategies to reduce car dependency (Part 1) Decoupling car use from economic growth -

More information

TAG UNIT Modelling Smarter Choices DRAFT FOR CONSULTATION. November Department for Transport. Transport Analysis Guidance (TAG)

TAG UNIT Modelling Smarter Choices DRAFT FOR CONSULTATION. November Department for Transport. Transport Analysis Guidance (TAG) TAG UNIT 3.10.6 Modelling Smarter Choices November 2011 Department for Transport Transport Analysis Guidance (TAG) www.dft.gov.uk/webtag DRAFT FOR CONSULTATION Technical queries and comments on this TAG

More information

Mobility as a Service and Technology Platforms for Rural Transportation: Realization of Potentials. DemandTrans Solutions

Mobility as a Service and Technology Platforms for Rural Transportation: Realization of Potentials. DemandTrans Solutions Mobility as a Service and Technology Platforms for Rural Transportation: Realization of Potentials Roger Teal DemandTrans Solutions Mobility as a Service (MaaS): What is It? A Concept Integrated view of

More information

Appendix B5 PT Model Validation

Appendix B5 PT Model Validation Appendix B5 PT Model Validation PT Model Validation Report Sheffield and Rotherham Public Transport Model Report for Sheffield City Council August 2009 Document Control Project Title: MVA Project Number:

More information

A Travel Time Reliability Estimation and Valuation Approach for Transportation Planning Applications

A Travel Time Reliability Estimation and Valuation Approach for Transportation Planning Applications A Travel Time Reliability Estimation and Valuation Approach for Transportation Planning Applications Sabya Mishra a, Liang Tang b, Sepehr Ghader b, Subrat Mahapatra c, and Lei Zhang b* a University of

More information

Executive Summary. Introduction

Executive Summary. Introduction Executive Summary 01 Introduction The City of Southampton lies at the western end of the South Hampshire sub-region. The wider urban South Hampshire area, consisting of Southampton, Eastleigh, Fareham,

More information

Analytical Capability Security Compute Ease Data Scale Price Users Traditional Statistics vs. Machine Learning In-Memory vs. Shared Infrastructure CRAN vs. Parallelization Desktop vs. Remote Explicit vs.

More information

The New Zealand National Transport Model

The New Zealand National Transport Model TRANSPORTATION RESEARCH CENTRE The New Zealand National Transport Model WORKSTREAM 5: OPTIONS ANALYSIS Prepared for: Tim Herbert Ministry of Transport December 2015 Status Draft 2014-07-07 Project Number

More information

Planning in a changing world: the use of SITLUM to inform policy and strategy development

Planning in a changing world: the use of SITLUM to inform policy and strategy development C O M P L E X I T Y Planning in a changing world: the use of SITLUM to inform policy and strategy development 1 Introduction 1.1 Background Alistair Halls, Paul Minta, Andy Dobson David Simmonds Consultancy

More information

A Comparison of CEMDAP Activity-Based Model With DFWRTM 4-Step Model

A Comparison of CEMDAP Activity-Based Model With DFWRTM 4-Step Model A Comparison of CEMDAP Activity-Based Model With DFWRTM 4-Step Model Arash Mirzaei P.E. NCTCOG - Arlington, Texas and Naveen Eluru UT Austin - Austin, Texas for 11 th TRB National Transportation Planning

More information

The Trouble with Intercity Travel Demand Models. Presentation Outline

The Trouble with Intercity Travel Demand Models. Presentation Outline The Trouble with Intercity Travel Demand Models Eric J. Miller, Ph.D. Bahen-Tanenbaum Professor, Dept. of Civil Engineering Director, Joint Program in Transportation University of Toronto 2004 Annual Meeting

More information

Demand Response: How cities around the world have responded to this global phenomenon

Demand Response: How cities around the world have responded to this global phenomenon Demand Response: How cities around the world have responded to this global phenomenon Nov 2017 l Mel Pecen, Managing Director, ANZ Demand Response: How cities around the world have responded to this global

More information

VPS. Agenda. ETC System in Taiwan 4/04/2011

VPS. Agenda. ETC System in Taiwan 4/04/2011 IPENZ Transportation Group Conference Auckland, 27-30, 2011 Sustainable Mobility: Scenario Beyond the Technology and Road Pricing Agenda Taiwan ETC System ITS Vision Sustainable Mobility: Dream and Scenario

More information

Management and Integration of Data and Modeling at Santa Clara County Congestion Management Agency

Management and Integration of Data and Modeling at Santa Clara County Congestion Management Agency Management and Integration of Data and Modeling at Santa Clara County Congestion Management Agency VTA Modeling and GIS Group Peter Chen ITE SF Bay Area Annual Modeling Workshop April 29, 2015 Outlines

More information

ARC Activity-Based Model Overview/Deployment

ARC Activity-Based Model Overview/Deployment ARC Activity-Based Model Overview/Deployment Model Users Group Meeting March 11, 2016 ARC Model Development - History 2000: Peer review 2000-2001: Transit and home interview surveys 2002-2003: ABM model

More information

AN ASSESSMENT TOOL FOR THE APPROPRIATENESS OF ACTIVITY-BASED TRAVEL DEMAND MODELS

AN ASSESSMENT TOOL FOR THE APPROPRIATENESS OF ACTIVITY-BASED TRAVEL DEMAND MODELS AN ASSESSMENT TOOL FOR THE APPROPRIATENESS OF ACTIVITY-BASED TRAVEL DEMAND MODELS A Thesis Presented to The Academic Faculty by Melody Butler In Partial Fulfillment of the Requirements for the Degree Master's

More information

Green Bond Program Sustainable Development Contribution of the Société de transport de Montréal

Green Bond Program Sustainable Development Contribution of the Société de transport de Montréal Green Bond Program Sustainable Development Contribution of the Société de transport de Montréal February 24, 2017 Green Bond Program The Government of Quebec proceeded, on February 24, 2017, to the first

More information