Highway Network - Bi-County-AlaCC-Activity-Based-Model/client_actc_ccta_model_doc GitHub Wiki
Home > TravelModel > UsersGuide > DataDictionary > Highway Network
The input network to the Ala-CC Bicounty Model is the All-streets, version 1 roadway network processed by Network Wrangler. This is much more detailed than the simple network used for PBA 2050 as part of MTC Travel Model 1.5.
Input Network (complete_network_with_externals.net) attributes:
File location: hwy/complete_network_with_externals.net
The following link attributes are included on the master network.
Field | Description | Data Type | Source |
---|---|---|---|
A | from node | Integer (see Node Numbering) | |
B | to node | Integer (see Node Numbering) | |
MODEL_LINK_ID | Unique link identifier | Integer | |
SHSTGEOMERTRYID | Unique link shape identifier per SharedStreets approach | String | |
ASSIGNABLE | Is link used for assignment (1=True, 0=False) | Integer | |
DRIVE_ACCESS | Link is used by automobiles and/or buses (1=True, 0=False) | Integer | |
BIKE_ACCESS | Link is used by bicycles (1=True, 0=False) | Integer | |
WALK_ACCESS | Link is used by pedestrians (1=True, 0=False) | Integer | |
BUS_ONLY | Link is used by buses, but not automobiles (1=True, 0=False) | Integer | |
RAIL_ONLY | Link is used by rail vehicles (1=True, 0=False) | Integer | |
DRIVE_ACCESS | Link is used by automobiles and/or buses (1=True, 0=False) | Integer | |
MANAGED | Link has a parallel managed lane (1=True, 0=False) | Integer | |
SEGMENT_ID | Parallel managed lane unique segment identifier (on managed and general purpose lanes) | Integer | |
COUNTY | County name | String | |
CNTYPE | Link connector type{::nomarkdown}
|
String | |
TRANSIT | Is Transit link | Integer | |
TOLLBOOTH | Toll link. See TOLLBOOTH & TOLLSEG table below. Links with values less than 11 are bridge tolls; 11 or above are value tolls. | Integer | |
TOLLSEG | See TOLLBOOTH & TOLLSEG table below. | Integer | |
FT | Facility type
|
Integer | |
LANES_[EA,AM,MD,PM,EV] | Model number of lanes by time period | Integer | |
USECLASS_[EA,AM,MD,PM,EV] | Link user class by time period{::nomarkdown}
|
Integer | |
BRT | Link user class by time period
|
Integer | |
HAS_TRANSIT | Link is used by any transit line (1=True, 0=False) | Integer |
County Code | County Name | TAZ 6593 range |
---|---|---|
1 | San Francisco | 1-636 |
2 | San Mateo | 637-1057 |
3 | Santa Clara | 1058-2078 |
4 | Alameda | 2079-3823 |
5 | Contra Costa | 3824-5344 |
6 | Solano | 5345-5613 |
7 | Napa | 5614-5713 |
8 | Sonoma | 5714-6070 |
9 | Marin | 6071-6271 |
10 | San Joaquin | 6272-6593 |
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, 10,001 through 89,999 are for MAZs, and 90,001 through 99,999 for transit access points or 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 | Network Node | HOV Lane Node |
---|---|---|---|---|
1 | San Francisco | 1 - 9,999 | 1,000,000 โ 1,500,000 | 5,500,000 โ 6,000,000 |
2 | San Mateo | 100,001 โ 109,999 | 1,500,000 โ 2,000,000 | 6,000,000 โ 6,500,000 |
3 | Santa Clara | 200,001 โ 209,999 | 2,000,000 โ 2,500,000 | 6,500,000 โ 7,000,000 |
4 | Alameda | 300,001 โ 309,999 | 2,500,000 โ 3,000,000 | 7,000,000 โ 7,500,000 |
5 | Contra Costa | 400,001 โ 409,999 | 3,000,000 โ 3,500,000 | 7,500,000 โ 8,000,000 |
6 | Solano | 500,001 โ 509,999 | 3,500,000 โ 4,000,000 | 8,000,000 โ 8,500,000 |
7 | Napa | 600,001 โ 609,999 | 4,000,000 โ 4,500,000 | 8,500,000 โ 9,000,000 |
8 | Sonoma | 700,001 โ 709,999 | 4,500,000 โ 5,000,000 | 9,000,000 โ 9,000,000 |
9 | Marin | 800,001 โ 804,999 | 5,000,000 - 5,250,000 | 9,500,000 - 9,750,000 |
10 | San Joaquin | 805,001 - 809,999 | 5,250,000 - 5,500,000 | 9,750,000 - 9,999,999 |
External | 900,001 - 999,999 |
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 |
FAREZONE | Unique sequential fare zone ID for transit skimming and assignment | Integer |
TAP_ID | Transit access point (TAP) associated connected to this node, NOT USED IN THE MODEL | Integer |
PNR | Park and Ride node (1=True, 2=False) | Integer |
The tolls for the express lanes and bridges are defined in the hwy/tolls.csv
file. This file is again year-specific.