forked from OrMSC/SimOR
-
Notifications
You must be signed in to change notification settings - Fork 0
Network Attributes
lukegordon333 edited this page Mar 24, 2026
·
5 revisions
- a - BRT
- b - bus
- e - Streetcar
- ht - Heavy Truck
- i - KnR Access
- k - Bike
- l - LRT
- mt - Medium Truck
- r - Commuter Rail
- s - SOV
- sr2 - Shared Ride 2
- sr3 - Shared Ride 3+
- w - Walk to Transit
- wlk - Walk (as transportation)
- Walk_Speed - Defines the walk speed for wlk and w transport systems over network connectors - Used in transit skimming
- Connector_Vehicle_Speed - Defines the vehicle speed over network connectors - Used in transit skimming
- Intrazonal_Vehicle_Speed - Defines the vehicle speed for intrazonal trips - Used to set INTRTIME on the zones and then used for matrix diagonals
- TSysSet* - Transport Systems Allowed on the link - Used to control modes by link and to filter walk links for the MAZ skims
- TypeNO* - Link type - Used to define default speeds and clean up the network for intersection counts in the MAZ skims
- FWY_CAP_1HR* - 1-hour freeway capacity - Used to store per hour freeway capacity
- APP_CAP_1HR* - 1-hour approach link capacity - Used to store per hour capacity on approach links
- MB_CAP_1HR* - 1-hour midblock capacity - Used to store per hour midblock (non-freeway) capacity
- [Period]_METER* - Period ramp meter link capacity - Used to store per hour ramp meter capacity by period
- HOURLY_ROADWAY_CAP - 1-hour roadway capacity - Used to store per hour roadway capacity, later multiplied by the number of hours in a period
- Metro: Gets filled by the capacity calculation steps in the procedure sequence
- SKATS: Is static
- ADDVAL3 - User value 3 - Used as midblock capacity per period in the custom VDF function (Metro)
- [Period]_TTC - Congested travel time by period - Used for auto skimming and transit run times
- ADDVAL1 - Set to congested travel time by period - Used as the working field to skim congested auto time by period
- [Period]_[Mode]_TOLL* - Toll by period and mode - Used for generalized cost calculation, gen cost = auto impedance for skimming
- ADDVAL2 - Generalized cost by period - Used as the working field for skimming impedance
- CapPrT - Visum's capacity field - Used in the Volume-Delay Function
- Boarding Penalty - Boarding penalty for transit based on the highest order transit available at the stop at that node - Used in transit skimming
- INTRDIST - Intrazonal distance for motorized modes - Used to set the distance skim diagonal
- INTRDIST_WLK - Intrazonal distance for walking - Used to set the distance skim diagonal
- INTRTIME - Intrazonal time for motorized modes - Used to set the motorized time skims diagonals
- TSYS_HOLDING - Saves values from TSysSet - Used for KnR skimming, which adjusts the TSysSet field to temporarily accommodate the KnR (i) mode
- ADDVAL1 - Travel time by period
- ADDVAL2 - Generalized cost for impedance calculation
- isbrt - Equals 1 if the stop serves BRT - Used for stop type determination
- isbus - Equals 1 if the stop serves bus - Used for stop type determination
- iscrr - Equals 1 if the stop serves commuter rail - Used for stop type determination
- islrt - Equals 1 if the stop serves LRT - Used for stop type determination
- isscr - Equals 1 if the stop serves Streetcar - Used for stop type determination
- istc* - Transit center flag - Used for stop type determination
- istm* - Transit mall flag - Used for stop type determination
- op_bushr - Number of buses serving the stop in off peak hours - Used for stop type determination
- sttyp - Stop type, defines the desireablity of a stop, "A,B,C" > "D" > "E" - Used to set the stc and wtpf
- stcon - Stop type constant value depending on the stop type - Skimmed during transit skimming, with the "average stop type constant skim" being the sum of the stop type constants at the stops a path boarded a vehicle at, divided by number of boardings
- wtpf - Wait Time Perception Factor applied to wait times depending on the stop type - Used in transit skimming
- AM4/MD6/PM4/EV5/NT5* - Transit headway by period, with length in hours designations (could be changed)
- op_bushr - Off-peak buses per hour (route level) - Aggregated to the stop area level in the transit skimming setup script
- EMME_DWT* - Dwell time from Emme network - Used to set dwell time at the time profile items level
- EMME_TTFINDEX* - Travel time index from Emme network - Used to set transit run times
- Headway_Halved - Period headway divided by 2 - Used for "Optimal strategies" headway-based transit skimming, which incorrectly calculates wait time as the headway value, so we divide it in half preemptively
- HEADWAY(AP) - Working headway field - NOT USER DEFINED but this is the field Visum recognizes as headway for transit skimming
- ivpf - In-vehicle perception factor - Used to skim in-vehicle time as part of the transit impedance function. Depends on the period and transit mode
- DWELL_TIME - Working transit dwell time - Used to funnel dwell time into each transit route at the stop level
- RUN_TIME - Working transit run time - Used to funnel run time into each transit route at the stop-to-stop level