gb-station-data 6.0.0 → 6.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/data/lines.json +380 -0
- data/lib/data/stations.json +1250 -0
- data/lib/data/tocs.json +114 -0
- data/lib/gb-station-data/version.rb +1 -1
- metadata +4 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e0ba4f04c6bf1b4aa5c182502016645ab3a29229fb6e5f8bc24eb9e7ba9b3ed6
|
|
4
|
+
data.tar.gz: 58539adaa9d33e7b410be179807b75113dc009310429613f0a456a4d357b533f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00b58f40b1a2ec72eac52e4a004d4b1d6161650bad894883b5e5b6b3c4ce94de8ad5d2563459221fbd2f7b0c83ef430129d5bf475c63bbfb7931a19c55fc357c
|
|
7
|
+
data.tar.gz: 907e4059e65ab5e25d5553ef01f20e9a0576567ccd66dd2fe3f753ae48a8e9390bb701367b60dc4504ec64e0bdfee45a7947f3f7c4c871d4a70d2219fb1c3036
|
data/lib/data/lines.json
ADDED
|
@@ -0,0 +1,380 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bakerloo": {
|
|
3
|
+
"displayName": "Bakerloo Line",
|
|
4
|
+
"colour": "#a45a2a",
|
|
5
|
+
"tocs": [
|
|
6
|
+
"tfl"
|
|
7
|
+
]
|
|
8
|
+
},
|
|
9
|
+
"central": {
|
|
10
|
+
"displayName": "Central Line",
|
|
11
|
+
"colour": "#da291c",
|
|
12
|
+
"tocs": [
|
|
13
|
+
"tfl"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"circle": {
|
|
17
|
+
"displayName": "Circle Line",
|
|
18
|
+
"colour": "#ffcd00",
|
|
19
|
+
"tocs": [
|
|
20
|
+
"tfl"
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
"district": {
|
|
24
|
+
"displayName": "District Line",
|
|
25
|
+
"colour": "#007a33",
|
|
26
|
+
"tocs": [
|
|
27
|
+
"tfl"
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
"hammersmithAndCity": {
|
|
31
|
+
"displayName": "Hammersmith & City Line",
|
|
32
|
+
"colour": "#e89cae",
|
|
33
|
+
"tocs": [
|
|
34
|
+
"tfl"
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
"jubilee": {
|
|
38
|
+
"displayName": "Jubilee Line",
|
|
39
|
+
"colour": "#7c878e",
|
|
40
|
+
"tocs": [
|
|
41
|
+
"tfl"
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"metropolitan": {
|
|
45
|
+
"displayName": "Metropolitan Line",
|
|
46
|
+
"colour": "#840b55",
|
|
47
|
+
"tocs": [
|
|
48
|
+
"tfl"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"northern": {
|
|
52
|
+
"displayName": "Northern Line",
|
|
53
|
+
"colour": "#000000",
|
|
54
|
+
"tocs": [
|
|
55
|
+
"tfl"
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
"piccadilly": {
|
|
59
|
+
"displayName": "Piccadilly Line",
|
|
60
|
+
"colour": "#10069f",
|
|
61
|
+
"tocs": [
|
|
62
|
+
"tfl"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
"victoria": {
|
|
66
|
+
"displayName": "Victoria Line",
|
|
67
|
+
"colour": "#00a3e0",
|
|
68
|
+
"tocs": [
|
|
69
|
+
"tfl"
|
|
70
|
+
]
|
|
71
|
+
},
|
|
72
|
+
"waterlooAndCity": {
|
|
73
|
+
"displayName": "Waterloo & City Line",
|
|
74
|
+
"colour": "#6eceb2",
|
|
75
|
+
"tocs": [
|
|
76
|
+
"tfl"
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
"elizabeth": {
|
|
80
|
+
"displayName": "Elizabeth Line",
|
|
81
|
+
"colour": "#6950a1",
|
|
82
|
+
"tocs": [
|
|
83
|
+
"tfl"
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
"dlr": {
|
|
87
|
+
"displayName": "DLR",
|
|
88
|
+
"colour": "#00afad",
|
|
89
|
+
"tocs": [
|
|
90
|
+
"tfl"
|
|
91
|
+
]
|
|
92
|
+
},
|
|
93
|
+
"londonTrams": {
|
|
94
|
+
"displayName": "London Trams",
|
|
95
|
+
"colour": "#5fb526",
|
|
96
|
+
"tocs": [
|
|
97
|
+
"tfl"
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
"cableCar": {
|
|
101
|
+
"displayName": "IFS Cloud Cable Car",
|
|
102
|
+
"colour": "#734fa0",
|
|
103
|
+
"tocs": [
|
|
104
|
+
"tfl"
|
|
105
|
+
]
|
|
106
|
+
},
|
|
107
|
+
"liberty": {
|
|
108
|
+
"displayName": "Liberty Line",
|
|
109
|
+
"colour": "#5d6061",
|
|
110
|
+
"tocs": [
|
|
111
|
+
"londonOverground"
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
"lioness": {
|
|
115
|
+
"displayName": "Lioness Line",
|
|
116
|
+
"colour": "#faa61a",
|
|
117
|
+
"tocs": [
|
|
118
|
+
"londonOverground"
|
|
119
|
+
]
|
|
120
|
+
},
|
|
121
|
+
"mildmay": {
|
|
122
|
+
"displayName": "Mildmay Line",
|
|
123
|
+
"colour": "#0077ad",
|
|
124
|
+
"tocs": [
|
|
125
|
+
"londonOverground"
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
"suffragette": {
|
|
129
|
+
"displayName": "Suffragette Line",
|
|
130
|
+
"colour": "#5bb972",
|
|
131
|
+
"tocs": [
|
|
132
|
+
"londonOverground"
|
|
133
|
+
]
|
|
134
|
+
},
|
|
135
|
+
"weaver": {
|
|
136
|
+
"displayName": "Weaver Line",
|
|
137
|
+
"colour": "#823a62",
|
|
138
|
+
"tocs": [
|
|
139
|
+
"londonOverground"
|
|
140
|
+
]
|
|
141
|
+
},
|
|
142
|
+
"windrush": {
|
|
143
|
+
"displayName": "Windrush Line",
|
|
144
|
+
"colour": "#ed1b00",
|
|
145
|
+
"tocs": [
|
|
146
|
+
"londonOverground"
|
|
147
|
+
]
|
|
148
|
+
},
|
|
149
|
+
"avantiWestCoast": {
|
|
150
|
+
"displayName": "Avanti West Coast",
|
|
151
|
+
"colour": "#004354",
|
|
152
|
+
"tocs": [
|
|
153
|
+
"avantiWestCoast"
|
|
154
|
+
]
|
|
155
|
+
},
|
|
156
|
+
"c2c": {
|
|
157
|
+
"displayName": "C2C",
|
|
158
|
+
"colour": "#b7007c",
|
|
159
|
+
"tocs": [
|
|
160
|
+
"c2c"
|
|
161
|
+
]
|
|
162
|
+
},
|
|
163
|
+
"csLowlander": {
|
|
164
|
+
"displayName": "Lowlander Sleeper",
|
|
165
|
+
"colour": "#b26734",
|
|
166
|
+
"tocs": [
|
|
167
|
+
"caledonianSleeper"
|
|
168
|
+
]
|
|
169
|
+
},
|
|
170
|
+
"csHighlander": {
|
|
171
|
+
"displayName": "Highlander Sleeper",
|
|
172
|
+
"colour": "#006984",
|
|
173
|
+
"tocs": [
|
|
174
|
+
"caledonianSleeper"
|
|
175
|
+
]
|
|
176
|
+
},
|
|
177
|
+
"chiltern": {
|
|
178
|
+
"displayName": "Chiltern Railways",
|
|
179
|
+
"colour": "#00bfff",
|
|
180
|
+
"tocs": [
|
|
181
|
+
"chiltern"
|
|
182
|
+
]
|
|
183
|
+
},
|
|
184
|
+
"crossCountry": {
|
|
185
|
+
"displayName": "Cross Country",
|
|
186
|
+
"colour": "#660f21",
|
|
187
|
+
"tocs": [
|
|
188
|
+
"crossCountry"
|
|
189
|
+
]
|
|
190
|
+
},
|
|
191
|
+
"eastMidlandsRailway": {
|
|
192
|
+
"displayName": "East Midlands Railway",
|
|
193
|
+
"colour": "#713563",
|
|
194
|
+
"tocs": [
|
|
195
|
+
"eastMidlandsRailway"
|
|
196
|
+
]
|
|
197
|
+
},
|
|
198
|
+
"gatwickExpress": {
|
|
199
|
+
"displayName": "Gatwick Express",
|
|
200
|
+
"colour": "#eb1e2d",
|
|
201
|
+
"tocs": [
|
|
202
|
+
"goviaThameslinkRailway"
|
|
203
|
+
]
|
|
204
|
+
},
|
|
205
|
+
"grandCentral": {
|
|
206
|
+
"displayName": "Grand Central",
|
|
207
|
+
"colour": "#1d1d1b",
|
|
208
|
+
"tocs": [
|
|
209
|
+
"grandCentral"
|
|
210
|
+
]
|
|
211
|
+
},
|
|
212
|
+
"greatNorthern": {
|
|
213
|
+
"displayName": "Great Northern",
|
|
214
|
+
"colour": "#00ABE6",
|
|
215
|
+
"tocs": [
|
|
216
|
+
"goviaThameslinkRailway"
|
|
217
|
+
]
|
|
218
|
+
},
|
|
219
|
+
"greatWesternRailway": {
|
|
220
|
+
"displayName": "Great Western Railway",
|
|
221
|
+
"colour": "#0a493e",
|
|
222
|
+
"tocs": [
|
|
223
|
+
"greatWesternRailway"
|
|
224
|
+
]
|
|
225
|
+
},
|
|
226
|
+
"greaterAnglia": {
|
|
227
|
+
"displayName": "Greater Anglia",
|
|
228
|
+
"colour": "#d70428",
|
|
229
|
+
"tocs": [
|
|
230
|
+
"greaterAnglia"
|
|
231
|
+
]
|
|
232
|
+
},
|
|
233
|
+
"heathrowExpress": {
|
|
234
|
+
"displayName": "Heathrow Express",
|
|
235
|
+
"colour": "#532e63",
|
|
236
|
+
"tocs": [
|
|
237
|
+
"heathrowExpress"
|
|
238
|
+
]
|
|
239
|
+
},
|
|
240
|
+
"hullTrains": {
|
|
241
|
+
"displayName": "Hull Trains",
|
|
242
|
+
"colour": "#cc0066",
|
|
243
|
+
"tocs": [
|
|
244
|
+
"hullTrains"
|
|
245
|
+
]
|
|
246
|
+
},
|
|
247
|
+
"islandLineTrains": {
|
|
248
|
+
"displayName": "Island Line",
|
|
249
|
+
"colour": "#1e90ff",
|
|
250
|
+
"tocs": [
|
|
251
|
+
"southWesternRailway"
|
|
252
|
+
]
|
|
253
|
+
},
|
|
254
|
+
"londonNorthEasternRailway": {
|
|
255
|
+
"displayName": "London North Eastern Railway",
|
|
256
|
+
"colour": "#ce0e2d",
|
|
257
|
+
"tocs": [
|
|
258
|
+
"londonNorthEasternRailway"
|
|
259
|
+
]
|
|
260
|
+
},
|
|
261
|
+
"londonNorthwesternRailway": {
|
|
262
|
+
"displayName": "London Northwestern Railway",
|
|
263
|
+
"colour": "#00bf6f",
|
|
264
|
+
"tocs": [
|
|
265
|
+
"westMidlandsTrains"
|
|
266
|
+
]
|
|
267
|
+
},
|
|
268
|
+
"lumo": {
|
|
269
|
+
"displayName": "Lumo",
|
|
270
|
+
"colour": "#2b6ef5",
|
|
271
|
+
"tocs": [
|
|
272
|
+
"lumo"
|
|
273
|
+
]
|
|
274
|
+
},
|
|
275
|
+
"northernTrains": {
|
|
276
|
+
"displayName": "Northern",
|
|
277
|
+
"colour": "#0f0d78",
|
|
278
|
+
"tocs": [
|
|
279
|
+
"northernTrains"
|
|
280
|
+
]
|
|
281
|
+
},
|
|
282
|
+
"scotRail": {
|
|
283
|
+
"displayName": "ScotRail",
|
|
284
|
+
"colour": "#1e467d",
|
|
285
|
+
"tocs": [
|
|
286
|
+
"scotRail"
|
|
287
|
+
]
|
|
288
|
+
},
|
|
289
|
+
"southWesternRailway": {
|
|
290
|
+
"displayName": "South Western Railway",
|
|
291
|
+
"colour": "#24398c",
|
|
292
|
+
"tocs": [
|
|
293
|
+
"southWesternRailway"
|
|
294
|
+
]
|
|
295
|
+
},
|
|
296
|
+
"southeastern": {
|
|
297
|
+
"displayName": "Southeastern",
|
|
298
|
+
"colour": "#389cff",
|
|
299
|
+
"tocs": [
|
|
300
|
+
"southeastern"
|
|
301
|
+
]
|
|
302
|
+
},
|
|
303
|
+
"southeasternHighSpeed": {
|
|
304
|
+
"displayName": "Southeastern High Speed",
|
|
305
|
+
"colour": "#1e1e50",
|
|
306
|
+
"tocs": [
|
|
307
|
+
"southeastern"
|
|
308
|
+
]
|
|
309
|
+
},
|
|
310
|
+
"southern": {
|
|
311
|
+
"displayName": "Southern",
|
|
312
|
+
"colour": "#8cc63e",
|
|
313
|
+
"tocs": [
|
|
314
|
+
"goviaThameslinkRailway"
|
|
315
|
+
]
|
|
316
|
+
},
|
|
317
|
+
"stanstedExpress": {
|
|
318
|
+
"displayName": "Stansted Express",
|
|
319
|
+
"colour": "#6b717a",
|
|
320
|
+
"tocs": [
|
|
321
|
+
"greaterAnglia"
|
|
322
|
+
]
|
|
323
|
+
},
|
|
324
|
+
"thameslink": {
|
|
325
|
+
"displayName": "Thameslink",
|
|
326
|
+
"colour": "#ff5aa4",
|
|
327
|
+
"tocs": [
|
|
328
|
+
"goviaThameslinkRailway"
|
|
329
|
+
]
|
|
330
|
+
},
|
|
331
|
+
"transPennineExpress": {
|
|
332
|
+
"displayName": "TransPennine Express",
|
|
333
|
+
"colour": "#09a4ec",
|
|
334
|
+
"tocs": [
|
|
335
|
+
"transPennineExpress"
|
|
336
|
+
]
|
|
337
|
+
},
|
|
338
|
+
"transportForWales": {
|
|
339
|
+
"displayName": "Transport for Wales",
|
|
340
|
+
"colour": "#ff0000",
|
|
341
|
+
"tocs": [
|
|
342
|
+
"transportForWales"
|
|
343
|
+
]
|
|
344
|
+
},
|
|
345
|
+
"westMidlandsRailway": {
|
|
346
|
+
"displayName": "West Midlands Railway",
|
|
347
|
+
"colour": "#ff8300",
|
|
348
|
+
"tocs": [
|
|
349
|
+
"westMidlandsTrains"
|
|
350
|
+
]
|
|
351
|
+
},
|
|
352
|
+
"blackpoolTramway": {
|
|
353
|
+
"displayName": "Blackpool Tramway",
|
|
354
|
+
"colour": "#56004E",
|
|
355
|
+
"tocs": [
|
|
356
|
+
"blackpoolTramway"
|
|
357
|
+
]
|
|
358
|
+
},
|
|
359
|
+
"edinburghTrams": {
|
|
360
|
+
"displayName": "Edinburgh Trams",
|
|
361
|
+
"colour": "#8D181B",
|
|
362
|
+
"tocs": [
|
|
363
|
+
"edinburghTrams"
|
|
364
|
+
]
|
|
365
|
+
},
|
|
366
|
+
"glasgowSubway": {
|
|
367
|
+
"displayName": "Glasgow Subway",
|
|
368
|
+
"colour": "#FF6200",
|
|
369
|
+
"tocs": [
|
|
370
|
+
"glasgowSubway"
|
|
371
|
+
]
|
|
372
|
+
},
|
|
373
|
+
"lutonDart": {
|
|
374
|
+
"displayName": "Luton DART",
|
|
375
|
+
"colour": "#d6ae00",
|
|
376
|
+
"tocs": [
|
|
377
|
+
"lutonDart"
|
|
378
|
+
]
|
|
379
|
+
}
|
|
380
|
+
}
|