Download presentation
Presentation is loading. Please wait.
1
Technical Advisory Committee
April 6, 2016
2
Today’s Agenda TMG Multi-Run Framework
Multi-class Congested Fare Based Transit Assignment progress update Centroid connector issues Documentation needs Other business
3
Work Plan Update
4
TMG Multi-Run Framework
Overview Current commands Integration in GTAModel V4.0 Experimental Commands Questions / Comments about the framework
5
TMG Multi-Run Framework - Overview
6
Batch Edit File <Root> <!-- Commands are executed in order starting here --> </Root>
7
Current Commands Copy <copy Origin="../../../NetworkScenarios/MyScenario" Destination="Network Scenario" />
8
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>
9
Current Commands Delete
<delete Path="TheFileToDelete.txt" /> <delete Path="TheDirectoryToDelete" />
10
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>
11
Current Commands Unload
<unload Path="Resources" Recursive="true" />
12
Current Commands Run <run Name="Run Name:" RunAs="Run Name">
<copy Origin="../../../NetworkScenarios/MyScenario" Destination="Network Scenario" /> </run>
13
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" />
14
Experimental Commands Import
<import Path="..\..\V4Input\RunTemplate.xml" />
15
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>
16
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"/>
17
Questions Workflow issues? Additional commands? General Comments?
18
Multi-Class Congested Fare-Based Transit Assignment
19
Multi-Class Congested Fare-Based Transit Assignment
20
Multi-Class Congested Fare-Based Transit Assignment
21
Multi-Class Congested Fare-Based Transit Assignment
22
Multi-Class Congested Fare-Based Transit Assignment
Current Work: Validation Estimation
23
Centroid Connectors
24
CCGEN tool – TMG Toolbox
25
Centroid Connectors - Issues
Different CCGEN settings produce very different results:
26
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.
27
Centroid Connectors – Solutions
Improved documentation CCGEN development Fewer user inputs Improved algorithm Estimation of parameters Workshop Thoughts?
28
Documentation Current state and future needs
29
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
30
Documentation Suggestions?
31
Other Business
32
Thank you! Next TAC Meeting: June 1st
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.