-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathstdcmAllStops.json
52 lines (52 loc) · 998 Bytes
/
stdcmAllStops.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[
{
"index": 1,
"operationalPoint": "North_West_station",
"code": "BC",
"endStop": "",
"passageStop": "",
"startStop": "00:55",
"weight": "400t",
"refEngine": ""
},
{
"index": 2,
"operationalPoint": "Mid_West_station",
"code": "BV",
"endStop": "",
"passageStop": "01:15",
"startStop": "",
"weight": "=",
"refEngine": "="
},
{
"index": 3,
"operationalPoint": "Mid_East_station",
"code": "BV",
"endStop": "01:21",
"passageStop": "3 min",
"startStop": "01:24",
"weight": "=",
"refEngine": "="
},
{
"index": 4,
"operationalPoint": "North_station",
"code": "BV",
"endStop": "01:32",
"passageStop": "4 min",
"startStop": "01:36",
"weight": "=",
"refEngine": "="
},
{
"index": 5,
"operationalPoint": "South_station",
"code": "BV",
"endStop": "01:39",
"passageStop": "",
"startStop": "",
"weight": "400t",
"refEngine": ""
}
]