Inputs
Input ¶
Input File List ¶
The table below contains brief descriptions of the input files required to execute the travel model.
Directory | File | Description |
---|---|---|
hwy/ | complete_network.net | Highway, bike, walk network |
hwy/ | tolls.csv | Contains toll prices for all facilities and all time periods |
hwy/ | interchange_nodes.csv | Identifies nodes connected to interchanges |
landuse/ | mazData.csv | Micro zone data |
landuse/ | tazData.csv | Travel analysis zone data |
nonres/ | truckFF.dat | Friction factors for the commercial vehicle distribution models |
nonres/ | truck_kfactors_taz.csv | “K-factors” for the commercial vehicle distribution models |
nonres/ | ixDaily2015.tpp | Internal-external fixed trip table for year 2015 |
nonres/ | ixDaily2015_totals.dbf | Internal-external total trips table for year 2015 |
nonres/ | YYYY_fromtoAAA.csv | Airport passenger fixed trips for year YYYY and airport AAA |
nonres/ | ixex_config.dbf | Station-specific growth rates and commute shares for each forecast year |
popsyn/ | households.csv | Synthetic population household file |
popsyn/ | persons.csv | Synthetic population person file |
trn/ | transitLines.lin | Transit lines |
trn/ | station_attribute_data_input.csv | Station attributes |
trn/ | vehtype.pts | Vehicle types |
trn/ | roadway-assignment-names-helper.csv | Names for model links |
trn/ | fareMatrix.txt | Matrix containing transit fares |
trn/ | fares.far | Used to run fare calculations for EMME scenario |
Time Periods ¶
Time periods in Travel Model Two are consistent with Travel Model One:
Time Period | Times | Duration |
---|---|---|
EA (early AM) | 3 am to 6 am | 3 hours |
AM (AM peak period) | 6 am to 10 am | 4 hours |
MD (mid-day) | 10 am to 3 pm | 5 hours |
PM (PM peak period) | 3 pm to 7 pm | 4 hours |
EV (evening) | 7 pm to 3 am | 8 hours |
Roadway Network ¶
The all streets highway network, walk network, and bicycle network were developed from OpenStreetMap. The projection is NAD 1983 StatePlane California VI FIPS 0406 Feet.
County Node Numbering System ¶
The highway network uses a numbering system whereby each county has a reserved block of nodes. Within each county’s block:
- Nodes 1 through 9,999 are reserved for TAZs
- Nodes 10,001 through 89,999 are for MAZs
- Nodes 90,001 through 99,999 are for transit access points (TAPs)
The blocks are assigned to the nine counties per MTC’s numbering scheme, as shown in the table below.
Roadway, walk, bicycle, and transit network nodes are numbered by county as well and range from 1,000,000 to 10,000,000 as shown below.
Code | County | TAZs | MAZs | TAPs | Network Node | HOV Lane Node |
---|---|---|---|---|---|---|
1 | San Francisco | 1–9,999 | 10,001–89,999 | 90,001–99,999 | 1,000,000–1,500,000 | 5,500,000–6,000,000 |
2 | San Mateo | 100,001–109,999 | 110,001–189,999 | 190,001–199,999 | 1,500,000–2,000,000 | 6,000,000–6,500,000 |
3 | Santa Clara | 200,001–209,999 | 210,001–289,999 | 290,001–299,999 | 2,000,000–2,500,000 | 6,500,000–7,000,000 |
4 | Alameda | 300,001–309,999 | 310,001–389,999 | 390,001–399,999 | 2,500,000–3,000,000 | 7,000,000–7,500,000 |
5 | Contra Costa | 400,001–409,999 | 410,001–489,999 | 490,001–499,999 | 3,000,000–3,500,000 | 7,500,000–8,000,000 |
6 | Solano | 500,001–509,999 | 510,001–589,999 | 590,001–599,999 | 3,500,000–4,000,000 | 8,000,000–8,500,000 |
7 | Napa | 600,001–609,999 | 610,001–689,999 | 690,001–699,999 | 4,000,000–4,500,000 | 8,500,000–9,000,000 |
8 | Sonoma | 700,001–709,999 | 710,001–789,999 | 790,001–799,999 | 4,500,000–5,000,000 | 9,000,000–9,500,000 |
9 | Marin | 800,001–809,999 | 810,001–889,999 | 890,001–899,999 | 5,000,000–5,500,000 | 9,500,000–10,000,000 |
External | 900,001–999,999 |
Node Attributes ¶
The following node attributes are included in the master network.
Field | Description | Data Type |
---|---|---|
N | Node Number | Integer (see Node Numbering) |
X | X coordinate (feet) | Float |
Y | Y coordinate (feet) | Float |
OSM_NODE_ID | OpenStreetMap node identifier | Integer |
COUNTY | County Name | String |
DRIVE_ACCESS | Node is used by automobile and/or bus links | Boolean |
WALK_ACCESS | Node is used by pedestrian links | Boolean |
BIKE_ACCESS | Node is used by bicycle links | Boolean |
RAIL_ACCESS | Node is used by rail links | Boolean |