Parsing of RSP's specification now cached to /data. This means that we can ship the tables with the project, rather than the .pdf being a requirement of use.

This commit is contained in:
2026-05-22 10:37:42 +01:00
parent 14b17a22d7
commit fc09eb775e
14 changed files with 195 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
Field,Field Description,Length,Position,Notes
1,Record Identity,2,1-2,With the constant value LT.
2,Location,8,3-10,TIPLOC +Suffix. Suffix is always the eighth character.
3,Scheduled Arrival Time,5,11-15,
4,Public Arrival Time,4,16-19,If there is no Public Arrival time this field will default to 0000.
5,Platform,3,20-22,
6,Path,3,23-25,
7,Activity,12,26-37,"Up to 6 activity codes may be present. The first 2 characters will always be TF (train finishes). If there are no other activity codes, this defaults to being an advertised arrival."
8,Spare,43,38-80,
1 Field Field Description Length Position Notes
2 1 Record Identity 2 1-2 With the constant value ‘LT’.
3 2 Location 8 3-10 TIPLOC +Suffix. Suffix is always the eighth character.
4 3 Scheduled Arrival Time 5 11-15
5 4 Public Arrival Time 4 16-19 If there is no Public Arrival time this field will default to 0000.
6 5 Platform 3 20-22
7 6 Path 3 23-25
8 7 Activity 12 26-37 Up to 6 activity codes may be present. The first 2 characters will always be TF (train finishes). If there are no other activity codes, this defaults to being an advertised arrival.
9 8 Spare 43 38-80