-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_2.txt
82 lines (82 loc) · 1.68 KB
/
test_2.txt
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
78
79
80
81
82
[
{
"bus_id": 128,
"stop_id": 1,
"stop_name": "Prospekt Avenue",
"next_stop": 3,
"stop_type": "S",
"a_time": "08:12"
},
{
"bus_id": 128,
"stop_id": 3,
"stop_name": "Elm Street",
"next_stop": 5,
"stop_type": "O",
"a_time": "08:19"
},
{
"bus_id": 128,
"stop_id": 5,
"stop_name": "Fifth Avenue",
"next_stop": 7,
"stop_type": "O",
"a_time": "08:25"
},
{
"bus_id": 128,
"stop_id": 7,
"stop_name": "Sesame Street",
"next_stop": 0,
"stop_type": "F",
"a_time": "08:37"
},
{
"bus_id": 256,
"stop_id": 2,
"stop_name": "Pilotow Street",
"next_stop": 3,
"stop_type": "S",
"a_time": "09:20"
},
{
"bus_id": 256,
"stop_id": 3,
"stop_name": "Elm Street",
"next_stop": 6,
"stop_type": "",
"a_time": "09:45"
},
{
"bus_id": 256,
"stop_id": 6,
"stop_name": "Sunset Boulevard",
"next_stop": 7,
"stop_type": "O",
"a_time": "09:59"
},
{
"bus_id": 256,
"stop_id": 7,
"stop_name": "Sesame Street",
"next_stop": 0,
"stop_type": "F",
"a_time": "10:12"
},
{
"bus_id": 512,
"stop_id": 4,
"stop_name": "Bourbon Street",
"next_stop": 6,
"stop_type": "S",
"a_time": "08:13"
},
{
"bus_id": 512,
"stop_id": 6,
"stop_name": "Sunset Boulevard",
"next_stop": 0,
"stop_type": "F",
"a_time": "08:19"
}
]