Projekt

Obecné

Profil

Data file structure » Historie » Verze 2

Alex Konig, 2021-04-28 19:52

1 1 Alex Konig
h1. Data file structure
2
3 2 Alex Konig
Application works with .csv format. In the following paragraphs is described what can be expected in one line of file.
4
5 1 Alex Konig
h2. Weather data
6
7 2 Alex Konig
Sample line from data file
8 1 Alex Konig
9 2 Alex Konig
"03.06.2019 09:15:48";23.5;.4;0;76.1
10
11
* index 0 - date time
12
* index 1 - temperature in °C
13
* index 2 - wind in m/s
14
* index 3 - rain (values 0 or 1)
15
* index 4 - luminance in k lux
16
17 1 Alex Konig
h2. Jis data
18
19 2 Alex Konig
Sample line from data file
20 1 Alex Konig
21 2 Alex Konig
"Zavora-FEL";"01.06.2019 00:02:45";1
22
23
* index 0 - place tag
24
* index 1 - date time
25
* index 2 - recorded amount of interactions
26
27
28 1 Alex Konig
h2. WebAuth data
29 2 Alex Konig
30
Sample line from data file
31
32
"01.12.2019 00:00:00";4;2;"08:25";"09:10";"UL";"Laboratoř";"UL-109";"ul109p01-kks"
33
34
* index 0 - date (time is always 00:00:00)
35
* index 1 - recorded amount of logins
36
* index 2 - lesson
37
* index 3 - lesson start time
38
* index 4 - lesson end time
39
* index 5 - building tag
40
* index 6 - room type
41
* index 7 - room
42
* index 8 - computer