Spaces:
Sleeping
Sleeping
[1928] | |
# row with time 2 and 19 actually stores some additional information with percentage | |
# for the barometer and wet thermometer | |
version = 1 | |
[1929] | |
# row with time 2 and 19 actually stores some additional information with percentage | |
# for the barometer and wet thermometer | |
version = 1 | |
[1930-0] | |
# rows change time frequently and inconsistently. For example 2 -> 8 and 8 -> 11 | |
version = 1 | |
[1930-1] | |
version = 0 | |
[default] | |
version = 0 | |
[version.0] | |
columns = [ | |
[ | |
"term_på_baro", | |
"barom", | |
"torra_term", | |
"våta_term", | |
"moln_slag_lägre", | |
"moln_mängd_lägre", | |
"moln_slag_medel", | |
"moln_slag_högre" | |
], | |
[ | |
"moln_het_sol_dimma_nederbörd_total", | |
"vind_riktning", | |
"vind_beaufort", | |
"vind_m_sek", | |
"sikt", | |
"sjögang", | |
"maximi_term", | |
"minimi_term", | |
"nederbörd_mängd", | |
"nederbörd_slag" | |
] | |
] | |
name_idx = "tid" | |
# Not exact, sometimes 6:30 -> 7 or 8 and 11 -> 10:30 | |
rows = [06:30:00, 8, 11, 14, 21] | |
tables = [ | |
[5, 8], | |
[5, 10], | |
[3, 1], | |
[4, 2], | |
[4, 5] | |
] | |
[version.1] | |
columns = [ | |
[ | |
"term_på_baro", | |
"barom", | |
"torra_term", | |
"våta_term", | |
"moln_slag_lägre", | |
"moln_mängd_lägre", | |
"moln_slag_högre", | |
"moln_mängd_total" | |
], | |
[ | |
"vind_riktning", | |
"vind_beaufort", | |
"vind_m_sek", | |
"sikt", | |
"sjögang", | |
"maximi_term", | |
"minimi_term", | |
"nederbörd_mängd", | |
"nederbörd_slag" | |
] | |
] | |
rows = [2, 8, 14, 19, 21] | |
tables = [ | |
[5, 8], | |
[5, 9], | |
[3, 1], | |
[4, 2], | |
[4, 5] | |
] | |