Lines Table - transportmodelling/PTSKIM GitHub Wiki
The lines table provides the transit lines available in the transit network. The lines table may contain the following fields (when a field is missing, its default value is used for all lines):
Field Name | Description | Required | Default |
LINE | Line number of the transit line | ✔ | |
HEADWAY | Time between two line departures. A zero value indicates the line is not available | ✔ | |
REVERSE | Line number of the reverse line. The stop and segments tables may contain data for one direction only. A value less or equal to zero indicates a oneway line | 0 | |
CIRCULAR | Indicates whether the line is circular (T) or not (F). A circular line contains an additional segment between the last and the first stop | F | |
PENALTY | Boarding penalty for the transit line. The line specific boarding penalty is added to the user class specific boarding penalty specified in the control file | 0 | |
DWELLTIME | Time spend at line stops. The line specific dwell time is added to the stop specific dwell time specified in the stops table | 0 | |
SPEED | Travel speed on the transit line. It is used to calculate time or distance of the line segments | When the STD-setting in the control file has the value TS or TD | |
CAPCITY | Total line capacity (standing or seated) | ∞ | |
SEATS | Number of seats | ∞ | |
NAME | Name of the transit line |