-
Notifications
You must be signed in to change notification settings - Fork 6
/
TestData.json
106 lines (106 loc) · 1.6 KB
/
TestData.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{"vessels":[{
"name": "Vessel 1",
"positions": [{
"x": 5,
"y": 5,
"timestamp": "2020-01-01T07:40Z"
}, {
"x": 9,
"y": 9,
"timestamp": "2020-01-01T07:55Z"
}, {
"x": 15,
"y": 11,
"timestamp": "2020-01-01T08:25Z"
}, {
"x": 22,
"y": 14,
"timestamp": "2020-01-01T08:50Z"
}, {
"x": 29,
"y": 16,
"timestamp": "2020-01-01T09:06Z"
}, {
"x": 35,
"y": 17,
"timestamp": "2020-01-01T09:24Z"
}, {
"x": 41,
"y": 20,
"timestamp": "2020-01-01T09:45Z"
}, {
"x": 48,
"y": 23,
"timestamp": "2020-01-01T10:13Z"
}]
}, {
"name": "Vessel 2",
"positions": [{
"x": 35,
"y": 35,
"timestamp": "2020-01-01T08:24Z"
}, {
"x": 41,
"y": 33,
"timestamp": "2020-01-01T08:48Z"
}, {
"x": 45,
"y": 31,
"timestamp": "2020-01-01T09:15Z"
}, {
"x": 47,
"y": 27,
"timestamp": "2020-01-01T09:43Z"
}, {
"x": 52,
"y": 25,
"timestamp": "2020-01-01T10:12Z"
}, {
"x": 56,
"y": 23,
"timestamp": "2020-01-01T10:37Z"
}, {
"x": 62,
"y": 19,
"timestamp": "2020-01-01T10:58Z"
}, {
"x": 67,
"y": 17,
"timestamp": "2020-01-01T11:24Z"
}]
}, {
"name": "Vessel 3",
"positions": [{
"x": 30,
"y": 5,
"timestamp": "2020-01-01T07:55Z"
}, {
"x": 29,
"y": 9,
"timestamp": "2020-01-01T08:20Z"
}, {
"x": 26,
"y": 15,
"timestamp": "2020-01-01T08:49Z"
}, {
"x": 24,
"y": 18,
"timestamp": "2020-01-01T09:14Z"
}, {
"x": 21,
"y": 23,
"timestamp": "2020-01-01T09:40Z"
}, {
"x": 19,
"y": 27,
"timestamp": "2020-01-01T10:08Z"
}, {
"x": 16,
"y": 31,
"timestamp": "2020-01-01T10:24Z"
}, {
"x": 15,
"y": 37,
"timestamp": "2020-01-01T10:43Z"
}]
}]}