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
+12
View File
@@ -0,0 +1,12 @@
Field,Field Description,Length,Position,Notes
1,Record Identity,2,1-2,With the constant value TI.
2,TIPLOC code,7,3-9,A TIPLOC is 4-7 characters. If less than 7 then it will be padded by blanks.
3,Capitals,2,10-11,Defines capitalisation of TIPLOC. Can be ignored for retailing/journey planners.
4,National Location Code,6,12-17,
5,NLC Check Character,1,18-18,
6,TPS Description,26,19-44,
7,STANOX,5,45-49,TOPS location code.
8,PO MCP Code,4,50-53,Post Office Location Code. (Not used but may contain historic data or three blank spaces followed by 0).
9,CRS Code,3,54-56,
10,Description,16,57-72,Description used in LENNON.
11,Spare,8,73-80,
1 Field Field Description Length Position Notes
2 1 Record Identity 2 1-2 With the constant value ‘TI’.
3 2 TIPLOC code 7 3-9 A TIPLOC is 4-7 characters. If less than 7 then it will be padded by blanks.
4 3 Capitals 2 10-11 Defines capitalisation of TIPLOC. Can be ignored for retailing/journey planners.
5 4 National Location Code 6 12-17
6 5 NLC Check Character 1 18-18
7 6 TPS Description 26 19-44
8 7 STANOX 5 45-49 TOPS location code.
9 8 PO MCP Code 4 50-53 Post Office Location Code. (Not used but may contain historic data or three blank spaces followed by 0).
10 9 CRS Code 3 54-56
11 10 Description 16 57-72 Description used in LENNON.
12 11 Spare 8 73-80