-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgps.avsc
121 lines (121 loc) · 2.21 KB
/
gps.avsc
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"type": "record",
"name": "gps",
"fields": [
{
"name": "speed",
"type": "string",
"doc": "Type inferred from '\"0.066\"'"
},
{
"name": "diskfree",
"type": "string",
"doc": "Type inferred from '\"4830.3 MB\"'"
},
{
"name": "altitude",
"type": "string",
"doc": "Type inferred from '\"43.0\"'"
},
{
"name": "ts",
"type": "string",
"doc": "Type inferred from '\"2018-07-18 23:46:39\"'"
},
{
"name": "cputemp",
"type": "double",
"doc": "Type inferred from '54.0'"
},
{
"name": "latitude",
"type": "string",
"doc": "Type inferred from '\"40.2681555\"'"
},
{
"name": "track",
"type": "string",
"doc": "Type inferred from '\"0.0\"'"
},
{
"name": "memory",
"type": "double",
"doc": "Type inferred from '32.3'"
},
{
"name": "host",
"type": "string",
"doc": "Type inferred from '\"rainbow\"'"
},
{
"name": "uniqueid",
"type": "string",
"doc": "Type inferred from '\"gps_uuid_20180718234640\"'"
},
{
"name": "ipaddress",
"type": "string",
"doc": "Type inferred from '\"192.168.1.165\"'"
},
{
"name": "epd",
"type": "string",
"doc": "Type inferred from '\"nan\"'"
},
{
"name": "utc",
"type": "string",
"doc": "Type inferred from '\"2018-07-18T23:46:40.000Z\"'"
},
{
"name": "epx",
"type": "string",
"doc": "Type inferred from '\"40.135\"'"
},
{
"name": "epy",
"type": "string",
"doc": "Type inferred from '\"42.783\"'"
},
{
"name": "epv",
"type": "string",
"doc": "Type inferred from '\"171.35\"'"
},
{
"name": "ept",
"type": "string",
"doc": "Type inferred from '\"0.005\"'"
},
{
"name": "eps",
"type": "string",
"doc": "Type inferred from '\"85.57\"'"
},
{
"name": "longitude",
"type": "string",
"doc": "Type inferred from '\"-74.529094\"'"
},
{
"name": "mode",
"type": "string",
"doc": "Type inferred from '\"3\"'"
},
{
"name": "time",
"type": "string",
"doc": "Type inferred from '\"2018-07-18T23:46:40.000Z\"'"
},
{
"name": "climb",
"type": "string",
"doc": "Type inferred from '\"0.0\"'"
},
{
"name": "epc",
"type": "string",
"doc": "Type inferred from '\"nan\"'"
}
]
}