This repository was archived by the owner on Apr 19, 2024. It is now read-only.
forked from open-network-infrastructure/twist2018-dataset
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdatapackage.json
More file actions
134 lines (133 loc) · 3.46 KB
/
datapackage.json
File metadata and controls
134 lines (133 loc) · 3.46 KB
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
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name":"ttn-twist2018-dataset",
"title":"TTN TWIST2018 Dataset",
"version":"0.1.0",
"profile":"data-package",
"readme":"Data from The Things Network (TTN) gateways in Zürich, collected as part of ongoing research and originally provided by Benedikt Hitz-Gamper (Institute of Information Systems, University of Bern) for the TWIST 2018 hackathon.",
"resources":[
{
"bytes":40091,
"encoding":"utf-8",
"format":"geojson",
"title":"Gateways map",
"mediatype":"application/json",
"name":"ttn_gateways_geojson",
"path":"ttn_gateways.geojson",
"profile":"data-resource"
},
{
"bytes": 12136,
"path": "ttn_gateways.csv",
"profile": "tabular-data-resource",
"name": "ttn_gateways",
"title":"Gateways data",
"format": "csv",
"mediatype": "text/csv",
"encoding": "utf-8",
"schema": {
"fields": [
{
"name": "device_id",
"type": "integer",
"format": "default"
},
{
"name": "eui_id",
"type": "string",
"format": "default"
},
{
"name": "platform",
"type": "string",
"format": "default"
},
{
"name": "category",
"type": "string",
"format": "default"
},
{
"name": "lat",
"type": "number",
"format": "default"
},
{
"name": "lng",
"type": "number",
"format": "default"
},
{
"name": "altitude",
"type": "number",
"format": "default"
},
{
"name": "ETH_dist",
"type": "number",
"format": "default"
}
],
"missingValues": [
"NA", ""
]
}
},
{
"bytes": 6246,
"path": "ttn_measurements.preview.csv",
"profile": "tabular-data-resource",
"name": "ttn_measurements_preview",
"title":"Sample data (preview)",
"format": "csv",
"mediatype": "text/csv",
"encoding": "utf-8",
"schema": {
"fields": [
{
"name": "id",
"type": "integer",
"format": "default"
},
{
"name": "device_id",
"type": "integer",
"format": "default"
},
{
"name": "last_online",
"type": "string",
"format": "default"
},
{
"name": "rx_ok",
"type": "number",
"format": "default"
},
{
"name": "tx_in",
"type": "number",
"format": "default"
},
{
"name": "measured_at",
"type": "string",
"format": "default"
}
],
"missingValues": [
"NA"
]
}
},
{
"bytes": 8609623,
"path": "ttn_measurements.csv.zip",
"name": "ttn_measurements",
"title":"Sample data (compressed)",
"format": "zip",
"mediatype": "application/zip"
}
],
"views":[
]
}