-
Notifications
You must be signed in to change notification settings - Fork 0
/
trips.json
32 lines (32 loc) · 1.14 KB
/
trips.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
{
"trips": {
"origin": [
"B",
"B",
"BV",
"TM",
"CJ"
],
"destination": [
"SB",
"MM",
"IS",
"CT",
"SB"
],
"internal_bus_station_ids": [
[0,2],
[0,2,4],
[1,8,3,5],
[7,2,9,4,6],
[3,9,5,6,7,8,2]
],
"triptimes": [
["2021-03-01 06:00:00", "2021-03-01 09:10:00"],
["2021-03-01 10:10:00", "2021-03-01 12:20:10", "2021-03-01 14:10:10"],
["2021-04-01 08:10:00", "2021-04-01 12:20:10", "2021-04-01 15:10:00", "2021-04-01 15:45:00"],
["2021-05-01 10:45:00", "2021-05-01 12:20:10", "2021-05-01 18:30:00", "2021-05-01 20:45:00", "2021-05-01 22:00:00"],
["2021-05-01 07:10:00", "2021-05-01 10:20:00", "2021-05-01 12:30:00", "2021-05-01 13:25:00", "2021-05-01 14:35:00", "2021-05-01 15:45:00", "2021-05-01 19:20:00"]
]
}
}