Data file structure » Historie » Revize 2
Revize 1 (Alex Konig, 2021-04-28 19:33) → Revize 2/12 (Alex Konig, 2021-04-28 19:52)
h1. Data file structure Application works with .csv format. In the following paragraphs is described what can be expected in one line of file. h2. Weather data Sample line from data file "03.06.2019 09:15:48";23.5;.4;0;76.1 * index 0 - date time * index 1 - temperature in °C * index 2 - wind in m/s * index 3 - rain (values 0 or 1) * index 4 - luminance in k lux h2. Jis data Sample line from data file "Zavora-FEL";"01.06.2019 00:02:45";1 * index 0 - place tag * index 1 - date time * index 2 - recorded amount of interactions h2. WebAuth data Sample line from data file "01.12.2019 00:00:00";4;2;"08:25";"09:10";"UL";"Laboratoř";"UL-109";"ul109p01-kks" * index 0 - date (time is always 00:00:00) * index 1 - recorded amount of logins * index 2 - lesson * index 3 - lesson start time * index 4 - lesson end time * index 5 - building tag * index 6 - room type * index 7 - room * index 8 - computer