-
Notifications
You must be signed in to change notification settings - Fork 2
Segments Table
Jaap Baak edited this page Jan 1, 2022
·
1 revision
The segments table provides level of service data for transit line segments. A transit line segment is the part of a transit line between two consecutive stops of its itinerary (the i'th segment refers to the segment beween stop i and stop i+1). For a circular line the number of segments equals the number of stops (the last segment refers to the line part between the last stop and the first stop). Non circular lines have one segment less.
The segments table may contain the following fields (when a field is missing, its default value is used for all segments):
Field Name | Description | Required | Default |
LINE | Line number of the transit line | ✔ | |
SEGMENT | Transit line segment. Segments on a line must be indexed sequentially, without interruptions | ✔ | |
TIME | Time on the line segment | When the STD-setting in the control file has the value T,TD or TS | |
DIST | Distance on the line segment | When the STD-setting in the control file has the value TD or DS | 0 |
COST | Costs on the line segment | 0 |