The diagram below is really of the database table, but it should also be useful in trying to understand the text file content. Note that both the diagram and the description below make reference to station alignments, which are no longer extant.
The individual records are defined as follows:
LINE | Type String: | line |
Format: | <line code>,<colour>,<name> | |
STATION | Type String: | station |
Format: | <name>,<zone>,{<default quadrant>}
... where <zone> is the zone number for stations in only one
zone but both zone numbers separated by 'b' for zone border stations (eg
2b3); |
|
STATION NODE | Type String: | node |
Format: | <line
code>,<ordinal>,({<flags>}),(<x>,<y>){,<quadrant>}
... where {...} indicate something optional; Note: the station of which a particular node is deemed to be a part is the most recently named one. |
|
LINE SEGMENT | Type String: | line |
Format: | <direction>,({<flags>}),<to
station>:<node ordinal>
... where <direction> is a compass direction; Note: the <from station>:<node ordinal> is taken to be the most recently defined node. |