17
Development of a MultiModal Travel Demand Module for the Regional Strategic Planning Model tool Experience of contributing to the VisionEval project Liming Wang, Huajie Yang, Brian Gregor, and Tara Weidner 6/25/2018 1 / 17

Development of a MultiModal Travel Demand Module for the

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Development of a MultiModal Travel Demand Module for the

Development of a MultiModal Travel DemandModule for the Regional Strategic Planning

Model toolExperience of contributing to the VisionEval project

Liming Wang, Huajie Yang, Brian Gregor, and Tara Weidner

6/25/2018

1 / 17

Page 2: Development of a MultiModal Travel Demand Module for the

OutlineThe VETravelDemandMM moduleInnovationsThe process of contributing to VisionEvalReflections

2 / 17

Page 3: Development of a MultiModal Travel Demand Module for the

The VETravelDemandMM moduleStarted in 2015 as an Oregon DOT SPR project to better capture modeshifting for the Regional Strategic Planning Model (RSPM) tool to

Incorporate non-auto modes into a mode choice module for the RSPMtool;Explore and utilize the best data sources available for modelestimation;Leverage this effort for additional research and expand the scope toinclude emerging modes (bike sharing, car sharing, shared automatedvehicles).

3 / 17

Page 4: Development of a MultiModal Travel Demand Module for the

4 / 17

Page 5: Development of a MultiModal Travel Demand Module for the

ProgressScope includes review of literature & data, model design and testing, andfinally implementationThe implementation was orginally planned for RSPM/GreenSTEP (ver 3.5)Modes/models included:

Annual Average Daily Vehicle Models Travelled (VMT) modelTransit trips (frequency and length) and Person Miles Travelled (PMT)Biking trips and PMTWalking trips and PMT

Products (so far):Project working papers and report deliverablesA poster presentation at the 2018 TRB annual meetingA manuscript under review for publication at the Journal ofTransport and Land UseTRB ITM 2018

5 / 17

Page 6: Development of a MultiModal Travel Demand Module for the

6 / 17

Page 7: Development of a MultiModal Travel Demand Module for the

InnovationsUtilizing a novel nationwide dataset of highly detailed information ofhouseholds (2009 NHTS) and built environment (EPA Smart LocationDatabase) with a complete US coverage;Modeling annual average daily Vehicle Miles Traveled (AADVMT),instead of the VMT during the day of the survey commonly used in similarmodels;Use of cross validation in model development to avoid overfitting;Conducting model selection, in addition to variable selection, in themodel development process to select the best model structure among ahandful of options;Implemented as a self-contained R package for VisionEval, whichcontains documents and functions for model (re-)estimation andprediction;The model development process, from data processing, model estimation,validation and testing, to report and document compiling, follows thebest practice of reproducible research; results and products derivedfrom our work, including this ITM paper/presentation, is fullyreproducible by others (sans confidential data).

7 / 17

Page 8: Development of a MultiModal Travel Demand Module for the

Model Selection

8 / 17

Page 9: Development of a MultiModal Travel Demand Module for the

Elasticities

9 / 17

Page 10: Development of a MultiModal Travel Demand Module for the

Validation: VETravelDemandMM Predictions

10 / 17

Page 11: Development of a MultiModal Travel Demand Module for the

Validation: RSPM Predictions

11 / 17

Page 12: Development of a MultiModal Travel Demand Module for the

Validation: "Observed" OHAS

12 / 17

Page 13: Development of a MultiModal Travel Demand Module for the

VisionEval FrameworkWhen the project started, VisionEval (formerly RSPM Framework) wasstill on the drawing board;As VE development picked up steam and materialized, the project teamand TAC decided that it made more sense to implement for VE instead;Started swtiching to implement as a VE module package in 12/2016;Amended the Scope of Work to include the contribution review in 02/2017

13 / 17

Page 14: Development of a MultiModal Travel Demand Module for the

VETravelDemandMM ImplementationGitHub Repository: https://github.com/cities-lab/VETravelDemandMMA standard R package with

inst/extdata - external datasets (HPMS, NTD, Place Types etc; 2009NTHS and SLD are dependencies as separate packages)data-raw/ - scripts for model estimation; can be adapted for re-estimating models with new datadata/ - estimated R model objectsR/ - implementation of the moduleman/ - manuals for functions implemented in the packagevignettes/ - vignettes (documents) for the package, including anintroduction document, contribution review and feedbacktest/ - tests that are automatically with travis-ci buildbuild passingpassing

14 / 17

Page 15: Development of a MultiModal Travel Demand Module for the

Contribution Review ProcessContribution Review Criteria Check ListResponses to Contribution Review CriteriaPull RequestComments from the Review team

15 / 17

Page 16: Development of a MultiModal Travel Demand Module for the

Re�ectionsThe modular VE framework, along with the design principle, samplemodules, extensive documentation and coding style guide, is extremelyhelpful;Best practices we follow facilitate incorporating our code with the VE codebase:

The git/GitHub workflowAutomated tests and continous integrationCode organization as R packageReproducible research practice

Working closely with VE core developers like Brian Gregor and reviewteam members (Tara Weinder, Ben Stabler, et al) helped tremendously;Bridging the gap between transportation research and professionalpractice and leveraging SPR/UTC funding

16 / 17

Page 17: Development of a MultiModal Travel Demand Module for the

AcknowledgementsOregon Department of Transportation (SPR 788)National Institute for Transportation and Communities (NITC-881)

17 / 17