Technical Advisory Committee

Slides:



Advertisements
Similar presentations
MOSS 2007 Document Management Adam McCarthy 1 st April 2009.
Advertisements

Patrick Evans, P.E. Senior Advisory Pre-Sales Technical Support Rep Superelevation in the Roadway Designer.
Using the Jumble Word Template
Environmental GIS Nicholas A. Procopio, Ph.D, GISP Some slides from Lyna Wiggins (Rutgers University)
TransCAD Network Settings 2017/4/17.
King County Metro Long Range Public Transportation Plan Kirkland Transportation Commission_ April 10, 2015.
Process Maps “101” An introduction to QAD.NET UI’s Process Maps Stacy Green, BravePoint MWUG Mar 2013.
Extending the Discovery Environment: Tool Integration and Customization.
1. What ??? Why ??? Automation ??? INTRODUCTION Where Do we Need Automation ????? Future Applications ??? Coding ???? IT ??? REPITITIONS.
11 SECURITY TEMPLATES AND PLANNING Chapter 7. Chapter 7: SECURITY TEMPLATES AND PLANNING2 OVERVIEW  Understand the uses of security templates  Explain.
What is Sure BDCs? BDC stands for Batch Data Communication and is also known as Batch Input. It is a technique for mass input of data into SAP by simulating.
© 2015 Water Research Foundation. ALL RIGHTS RESERVED. © 2015 Water Research Foundation. ALL RIGHTS RESERVED. No part of this presentation may be copied,
Network Analysis with Python
Python File Handling. In all the programs you have made so far when program is closed all the data is lost, but what if you want to keep the data to use.
Esri UC 2014 | Demo Theater | Esri Production Mapping: Configuring Business Rules Joseph Sheffield.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Sites Lists Advanced Site collection administration –Moving sites –Save site as template.
Introduction to Engineering MATLAB – 6 Script Files - 1 Agenda Script files.
IBM Software Group ® Overview of SA and RSA Integration John Jessup June 1, 2012 Slides from Kevin Cornell December 2008 Have been reused in this presentation.
1 FSUTMS-Voyager: Transit Standards within Evolving FSUTMS Summary Presentation Florida Model Task Force Tampa, Florida December 13 th, slides.
Presented to MTF Transit Committee presented by David Schmitt, AICP November 20, 2008 FSUTMS Transit Model Application.
FSUTMS Model Status and Standardization Florida Model Task Force Meeting Tampa, FL December 13, 2006 Developments and Future Directions.
GOSS iCM Forms Gary Ratcliffe. 2 Agenda Webinar Programme Form Groups Publish Multiple Visual Script Editor Scripted Actions Form Examples.
DIRECTIONS for Continent Power Point Presentation (grade 3) After you are done, delete this slide –EDIT  DELETE SLIDE On the title slide, replace the.
DIRECTIONS for Landforms Power Point Presentation (grade 3) After you are done, delete this slide –EDIT  DELETE SLIDE On the title slide, replace the.
IBM Express Runtime Quick Start Workshop © 2007 IBM Corporation Deploying a Solution.
1 Meeting the Future Together Update on The Garfield County “Socio-Economic” Impacts Study Energy Advisory Board April 7, 2005.
Esri Production Mapping: Configuring Business Rules Joseph Sheffield.
Analyze This: Translating Business Needs into Technical Solutions
OFFICE OF FINANCIAL MANAGEMENT 0 Office of Financial Management Office of Financial Management TALS Draft Conceptual Solution February 24, 2004.
Technical Advisory Committee
Automata Editor Tool with GEF and EMF
Technical Advisory Committee
Avoiding Redundancy in the Management of Technical Documentation and Models: Requirements Analysis and Prototypical Implementation for Enterprise Architecture.
Travel Modelling Group Technical Advisory Committee
FHIRForms – Viewing and Editing FHIR Data
Travel Modelling Group Technical Advisory Committee
Travel Modelling Group Technical Advisory Committee
Oregon Statewide Integrated Model
Travel Modelling Group
Integrating Dropbox with Canvas
Travel Modelling Group Technical Advisory Committee
Travel Modelling Group Technical Advisory Committee
Travel Modelling Group Steering Committee Meeting
Implementation of Simulation
Jim Henricksen, MnDOT Steve Ruegg, WSP
Technical Advisory Committee
PREPARATION OF DOCUMENTATION FOR CONSTITUENT BODIES MEETINGS
Technical Advisory Committee
Dynamics 365 Customer Engagement Deep Dive: Creating a Basic Plug-in
LAB # 2 – MESSAGE AUTHENTICATION STUDENTS MANUAL
Technical Advisory Committee
Assignment 4 For this assignment refer to the notes on MATLAB from an MIT course that you can find here (or at the original website, lectures 14, 15, 16).
Author: Joe ‘The CRM Chap’ Griffin Website: crmchap.co.uk
MS PowerPoint.
ASSIGNMENT #5: DUE APRIL 11
2040 Long Range Transportation Plan Update
SafeFITS A Road Safety Decision-Making Tool
TMG Steering Committee
Technical Advisory Committee
Technical Advisory Committee
Dave Hurlburt March 27, 2018 Design True DFx Dave Hurlburt March 27, 2018.
SciQuest Update Purchasing and Distribution Services FAR
Jim Lam, Caliper Corporation Guoxiong Huang, SCAG Mark Bradley, BB&C
CSCI N317 Computation for Scientific Applications Unit 1 – 1 MATLAB
Next Steps Advisory group debrief call Circulate meeting summary
HP Quality Center 10.0 The Test Plan Module
Grants Management Solution Suite (GMSS)
Tractography Algorithm: Toolbox:
  Use of Dynamic Traffic Assignment in FSUTMS in Support of Transportation Planning in Florida FDOT Research #BDK80 Task Work Order No June.
Beyond Happy-Path Testing: Using cFactory to do Negative Testing
Presentation transcript:

Technical Advisory Committee April 6, 2016

Today’s Agenda TMG Multi-Run Framework Multi-class Congested Fare Based Transit Assignment progress update Centroid connector issues Documentation needs Other business

Work Plan Update

TMG Multi-Run Framework Overview Current commands Integration in GTAModel V4.0 Experimental Commands Questions / Comments about the framework

TMG Multi-Run Framework - Overview

Batch Edit File <Root> <!-- Commands are executed in order starting here --> </Root>

Current Commands Copy <copy Origin="../../../NetworkScenarios/MyScenario" Destination="Network Scenario" />

Current Commands Change Parameter <changeParameter ParameterPath="ModuleA.ModuleB.MyParameter“ Value="TheValueIWant"/> <changeParameter Value="TheValueIWant"> <parameter ParameterPath="ModuleA.ModuleB.MyParameter" />     <parameter ParameterPath="ModuleA.ModuleC.MyParameter" />     <parameter ParameterPath="ModuleA.ModuleD.MyParameter" /> </changeParameter>

Current Commands Delete <delete Path="TheFileToDelete.txt" />   <delete Path="TheDirectoryToDelete" />

Current Commands Write <write Path="TheFileToWriteTo.txt">   This is some text that I would like to save.   There are some restrictions.   &, ", <, > need to be used to  replace the symbols ampersand, quotes,   less than, and greater than. </write>

Current Commands Unload <unload Path="Resources" Recursive="true" />

Current Commands Run <run Name="Run Name:" RunAs="Run Name">   <copy Origin="../../../NetworkScenarios/MyScenario"  Destination="Network Scenario" /> </run>

Integration in GTAModel V4.0     <run Name="%RunName%:" RunAs="%RunName%">       <copy Origin="../../../NetworkScenarios/%NetworkScenario%“  Destination="Network Scenario" />       <copy Origin="../../../NetworkScenarios/%BaseNetwork%“  Destination="Network Scenario/BaseNetwork.nwp" />       <copy Origin="../../../NetworkScenarios/%NetworkScenario%/Fares.xml"  Destination="../../../V4Input/Transit Fares/LastScenarioFares.xml" />       <copy Origin="../../../V4Input/Forecast-Stations/%Stations%" Destination="../../../V4Input" />       <copy Origin="../../../V4Input/Forecasts-Employment/%Employment%" Destination="../../../V4Input" />       <copy Origin="../../../V4Input/Forecasts-Population/%Population%" Destination="../../../V4Input" />       <changelinkedparameter Name="Airport Zone" Value="3725" />     </run>     <unload Path="Resources" Recursive="true" />

Experimental Commands Import   <import Path="..\..\V4Input\RunTemplate.xml" />

Experimental Commands Template   <template Name="V4Run" Parameters="RunName;NetworkScenario;BaseNetwork;Stations;Employment;Population">     <run Name="%RunName%:" RunAs="%RunName%">       <copy Origin="../../../NetworkScenarios/%NetworkScenario%"  Destination="Network Scenario" />       <copy Origin="../../../NetworkScenarios/%BaseNetwork%" Destination="Network Scenario/BaseNetwork.nwp" />       <copy Origin="../../../NetworkScenarios/%NetworkScenario%/Fares.xml"  Destination="../../../V4Input/Transit Fares/LastScenarioFares.xml" />       <copy Origin="../../../V4Input/Forecast-Stations/%Stations%" Destination="../../../V4Input" />       <copy Origin="../../../V4Input/Forecasts-Employment/%Employment%" Destination="../../../V4Input" />       <copy Origin="../../../V4Input/Forecasts-Population/%Population%" Destination="../../../V4Input" />       <changelinkedparameter Name="Airport Zone" Value="3725" />     </run>     <unload Path="Resources" Recursive="true" />   </template>

Experimental Commands Execute Template   <executeTemplate Name="V4Run“                    RunName="2031 Base with X“                    NetworkScenario="2031X“                    BaseNetwork="2031Base.nwp“                    Stations="2031-low-expansion“                    Employment="2031-medium “                    Population="2031-low"/>

Questions Workflow issues? Additional commands? General Comments?

Multi-Class Congested Fare-Based Transit Assignment

Multi-Class Congested Fare-Based Transit Assignment

Multi-Class Congested Fare-Based Transit Assignment

Multi-Class Congested Fare-Based Transit Assignment

Multi-Class Congested Fare-Based Transit Assignment Current Work: Validation Estimation

Centroid Connectors

CCGEN tool – TMG Toolbox

Centroid Connectors - Issues Different CCGEN settings produce very different results:

Centroid Connectors - Issues Different CCGEN settings produce different results. Centroid connectors can significantly impact travel times, especially walk. This can lead to under-predicting transit use.

Centroid Connectors – Solutions Improved documentation CCGEN development Fewer user inputs Improved algorithm Estimation of parameters Workshop Thoughts?

Documentation Current state and future needs

Documentation – Current State With every XTMF: XTMF Documentation With every GTAModel V4.0 Model System input files: GTAV4.0 Model Design, Background, Calibration GTAV4.0 User’s Manual Reports (eg: Full Network Set Generator) TMG Website: NCS11 Slides (from meetings and workshops) 2011/2012 Base Network

Documentation Suggestions?

Other Business

Thank you! Next TAC Meeting: June 1st