| 76 | | The Highways and Highway classes were developed to give developers an abstraction of the traffic network that was feasible to work with. A Highway is undirected, meaning it does not have an associated (N/S/W/E) direction and represents traffic in both directions on the highway. A Highway is an aggregation of all of the Stations on a highway, sorted by postmile value. Stations do have an associated direction. Stations may or may not have Loop Detectors associated with the specified station direction, or the opposite specified direction. Hence, the undirected Highway abstraction. Diagram: [attachment:PeMS_data_sources.png PeMS data sources]. |
| | 76 | The Highways and Highway classes were developed to give developers an abstraction of the traffic network that was feasible to work with. A Highway is undirected, meaning it does not have an associated (N/S/W/E) direction and represents traffic in both directions on the highway. A Highway is an aggregation of all of the Stations on a highway, sorted by postmile value. Stations do have an associated direction. Stations may or may not have Loop Detectors associated with the specified station direction, or the opposite specified direction. Hence, the undirected Highway abstraction. |
| | 77 | |
| | 78 | ''Update: ''As of r280 on Feb 26, 2019, "Station" now represents a Vehicle Detection Station, which is a logical grouping of all loop detectors for one direction. So it DOES have an associated direction and all the loop detectors it monitors are going that direction. Please refer to this diagram: [attachment:PeMS_data_sources.png PeMS data sources]. |