Projekt

Obecné

Profil

Data file structure » Historie » Verze 3

Alex Konig, 2021-05-01 13:25

1 1 Alex Konig
h1. Data file structure
2
3 3 Alex Konig
Application works with input data files in .csv format. In the following paragraphs is described what can be expected in one line of file.
4 2 Alex Konig
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 1 Alex Konig
* index 8 - computer
43 3 Alex Konig
44
h2. Weather prediction data
45
46
Weather prediction data is a json file format.
47
48
under header "current_condition" current weather
49
50
furhter under header "weather":
51
52
"date": "2021-05-01"
53
"hourly": and then array with predictions 
54
55
then predictions for today, in 8 different times 0:00 3:00 6:00 9:00 12:00 15:00 18:00 21:00
56
57
then for next day, again 8
58
59
then for next day, again 8
60
61
mmust ccntain 
62
FeelsLikeC": "6",