-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathlinearMargin.json
70 lines (70 loc) · 1.59 KB
/
linearMargin.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[
{
"stationName": "West_station",
"stationCh": "BV",
"trackName": "V2",
"requestedArrival": "11:22:40",
"requestedDeparture": "",
"stopTime": "",
"signalReceptionClosed": false,
"margin": {
"theoretical": "10 %",
"theoreticalS": "105 s",
"actual": "105 s",
"difference": "0 s"
},
"calculatedArrival": "11:22:40",
"calculatedDeparture": ""
},
{
"stationName": "Mid_West_station",
"stationCh": "BV",
"trackName": "V1",
"requestedArrival": "",
"requestedDeparture": "",
"stopTime": "",
"signalReceptionClosed": false,
"margin": {
"theoretical": "",
"theoreticalS": "",
"actual": "",
"difference": ""
},
"calculatedArrival": "11:33:33",
"calculatedDeparture": ""
},
{
"stationName": "Mid_East_station",
"stationCh": "BV",
"trackName": "V1",
"requestedArrival": "",
"requestedDeparture": "",
"stopTime": "124",
"signalReceptionClosed": false,
"margin": {
"theoretical": "10 %",
"theoreticalS": "62 s",
"actual": "62 s",
"difference": "0 s"
},
"calculatedArrival": "11:41:41",
"calculatedDeparture": "11:43:45"
},
{
"stationName": "South_East_station",
"stationCh": "BV",
"trackName": "V1",
"requestedArrival": "",
"requestedDeparture": "",
"stopTime": "0",
"signalReceptionClosed": false,
"margin": {
"theoretical": "",
"theoreticalS": "",
"actual": "",
"difference": ""
},
"calculatedArrival": "11:54:59",
"calculatedDeparture": "11:54:59"
}
]