-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathsimple_array.json
77 lines (77 loc) · 1.58 KB
/
simple_array.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
71
72
73
74
75
76
77
[
{
"train_name": "ABC3615",
"rolling_stock_name": "R2D2",
"labels": [
"choo-choo",
"tchou-tchou"
],
"speed_limit_tag": "MA100",
"start_time": "2023-12-21T08:51:30+00:00",
"path": [
{
"id": "a",
"uic": 87210
},
{
"id": "b",
"track": "foo",
"offset": 10
},
{
"id": "c",
"deleted": true,
"trigram": "ABC"
},
{
"id": "d",
"operational_point": "X"
}
],
"constraint_distribution": "MARECO",
"schedule": [
{
"at": "a",
"stop_for": "PT5M",
"locked": true
},
{
"at": "b",
"arrival": "PT10M",
"stop_for": "PT5M"
},
{
"at": "c",
"stop_for": "PT5M"
},
{
"at": "d",
"arrival": "PT50M",
"locked": true
}
],
"margins": {
"boundaries": [
"b",
"c"
],
"values": [
"5%",
"3min/km",
"none"
]
},
"initial_speed": 2.5,
"power_restrictions": [
{
"from": "b",
"to": "c",
"value": "M1C1"
}
],
"comfort": "AIR_CONDITIONING",
"options": {
"use_electrical_profiles": true
}
}
]