Projekt

Obecné

Profil

Data sources » Historie » Verze 8

Alex Konig, 2021-03-27 10:47

1 1 Alex Konig
h1. Data sources
2 2 Alex Konig
3 4 Alex Konig
h2. ZČU opne data
4 1 Alex Konig
5 4 Alex Konig
All ZČU data can be downloaded in formats xml, csv and json.
6
7
As discussed in further chapters there are certain complications with data sources not providing sufficient data granuality or amount. However there is a possibility that the data will in future contain more suitable datasets, and such should be at least acknowledged to some degree. However this is more of a topic for [[Prediction models]], where it will be further discussed.
8
9 5 Alex Konig
Table with faculties and room prefixes belonging to those faculties
10 1 Alex Konig
11 6 Alex Konig
|_. Faculty |_. Prefix |
12
| Fakulta strojní | UV, UU, UK, UL, UP, UF |
13
| Fakulta ekonomická | UV, UU, UK, UL, UP, UF |
14
| Fakulta elektrotechnická | EU, EK, EL, EP, ES, ET, EH, EZ |
15
| Fakulta designu a umění | LS |
16
| Fakulta filozofická | JJ, RJ, RS, SP, SD, ST, SO |
17
| Fakulta pedagogická | CH, VC, KL | 
18
| Fakulta ekonomická Cheb | CD |
19
| Fakulta zdravotních studií | HJ |
20
| Fakulta aplikovaných věd | UN, UC,US |
21
| Fakulta právnická | PC, PS |
22 5 Alex Konig
23
24 4 Alex Konig
h3. Historical weather data
25
26 3 Alex Konig
Link to data: http://opendata.zcu.cz/Energeticky-dispecink.html
27
28 1 Alex Konig
Data contains:
29
30 4 Alex Konig
* datum_a_cas - date and time, time at which the values were measured with hour accuracy
31
* teplota - average temperature in given time slot (°C)
32
* vitr - average wind speed in given time slot (m/s)
33
* dest - value signifying rain (1) and no rain (0)
34 7 Alex Konig
* svetelnost - average value of luminance (k lux)
35 2 Alex Konig
36 7 Alex Konig
For further processing luminance will be translated to the terms "sunny", "overcast" and "cloudy". In the 2019 data are values between 0 and 83.2k lux.
37 1 Alex Konig
38 7 Alex Konig
Lux values can be understood using the following table:
39 1 Alex Konig
40 8 Alex Konig
|_. Conditions |_. Value (lux) |
41 7 Alex Konig
| Sunlight | 107527 |
42
| Full Daylight	| 10752 |
43
| Overcast Day	| 1075 |
44
| Very Dark Day	| 107 |
45
| Twilight	| 10.8 |
46
| Deep Twilight	| 1.08 |
47
| Full Moon	| 0.108 |
48
| Quarter Moon	| 0.0108 |
49
| Starlight	| 0.0011 |
50 1 Alex Konig
| Overcast Night | 0.0001|
51 8 Alex Konig
52 7 Alex Konig
Source: https://www.engineeringtoolbox.com/light-level-rooms-d_708.html
53
54 1 Alex Konig
However, upon comparing values in data with archived weather predictions it seems more like the following table would be appropriate:
55 7 Alex Konig
56 8 Alex Konig
|_. Conditions |_. Value (k lux) |
57 7 Alex Konig
| Direct sungligt | >60 |
58
| Sunny | 40-60 |
59
| Overcast | 20-40 |
60 1 Alex Konig
| Cloudy | 10-20 |
61 7 Alex Konig
| Night | 0 |
62 8 Alex Konig
63 7 Alex Konig
Used weather archive: https://www.in-pocasi.cz/archiv/archiv.php?historie=2019-12-01&region=9
64 4 Alex Konig
65
h3. JIS data
66
67 1 Alex Konig
Link to data: http://opendata.zcu.cz/Snimace-JIS.html
68
69
Data contains:
70 3 Alex Konig
71 4 Alex Konig
* datum_a_cas - timestamp of JIS authentication (accuracy in milliseconds)
72
* pocet_logu - number of authentized users in given time
73
* popis_objektu - description of object according to standard ZČU tagging
74 1 Alex Konig
75 4 Alex Konig
On the linked page there is written that " ... Data about dorms, the entry to laboratories and other spaces with restricted access, informations about university canteen, checkouts in univeristy library, access to copy machines etc can be interesting for students ...". However not all of these places can be found in said data. In data from 2019 are present only 47 places, and most of them are dorms, parking lots and buffets.
76 1 Alex Konig
77 4 Alex Konig
There is a possibility that in the future the number of logged places will increase, however it is also possible that the data was affected by GDPR and more detailed data now won't be provided for the public anymore.
78
79
Possible solution is to assign provided spaces to buildings.
80
81
_table of which is which / how it will be assigned_
82
83
84
h3. WebAuth data
85
86 1 Alex Konig
Link to data: http://opendata.zcu.cz/Autentizacni-system.html
87
88
Data contains:
89
90 4 Alex Konig
* datum - date of access
91
* budova - building tag
92
* hodina_zacatek - start of lecture
93
* hodina_konec - end of lecture
94
* pocet_prihlaseni - number of successfull sign-ins to given computer in given lecture
95
* stroj_hostname - name of specific computer
96
* typ_objektu - type of object (classroom, laboratory, lecture room, other)
97
* ucebna_nazev - specific name of room
98
* vyucovaci_hodina - number of lecture (according to the timetable)
99 3 Alex Konig
100 4 Alex Konig
On the linked page there is written that " Pomocí přihlašování přes orion login a password lze také sledovat i přihlašování na stroje ZČU a s tím související využití počítačových učeben. " however it seems quesstionable if really all computer logins are in this data. Since it contains only 106 different rooms for all of ZČU in data from  the year 2019, which seems suspicious especially since some rooms that we know that they are equipped with computers and are being used (at least sometimes) are not present.
101 1 Alex Konig
102 4 Alex Konig
So, it would be possible to again assign those rooms to the appropriate buldings and go off the assumption that a similar set of students will be attending lessons in the same building (which is often the case at least with KIV lectures).
103 1 Alex Konig
104 4 Alex Konig
105
h3. Occupancy data
106
107 1 Alex Konig
Link to data: http://opendata.zcu.cz/Obsazeni-mistnosti.html
108
109
Data contains:
110
111 4 Alex Konig
* rok_platnosti - rok platnosti
112
* budova - zkratka budovy (viz výše)
113
* ucebna_nazev - název konkrétní učeny
114
* typ_objektu - učebna/laboratoř/posluchárna/jiné
115
* kapacita_objektu - maximální kapacita výukové místnosti
116 1 Alex Konig
* obsazeni - počat zapsaných studentů na výukovou akci v dané učebně v daném čase
117 4 Alex Konig
* predmet - zkratka rozvrhové akce
118
* typ_akce - seminář/přednáška/cvičení
119
* vyucovaci_hodina - vyučovací hodina (dle rozvrhu)
120
* hodina_zacatek
121
* hodina_konec
122
* semestr - rozdělení dle LS(letního) a ZS(zimního) semestru
123
* tyden - S(sudý), L(lichý), K(každý),J(jiný)
124
* tyden_v_roce- týden/rok
125
* datum - konkrétní datum
126
127
128 3 Alex Konig
h2. Weather data
129
130
Link to data: http://wttr.in/Plzen,czechia?format=j1
131
132
Data contains:
133
134
json file
135
136
Data processing: