]> AND Private Git Repository - predictops.git/blob - config/features/feature_meteo.cfg
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Reducing the computation time and adding holidays features
[predictops.git] / config / features / feature_meteo.cfg
1 [GENERAL]
2 regenerate = False
3 reinsert   = True
4
5 [POSITION]
6 latitude  = 47.25
7 longitude = 6.0333
8
9 [STATIONS]
10 nb_stations = 3
11
12 [temperature]
13 abbreviation = t
14 categorical  = False
15 numerical    = True
16
17 [pressure]
18 abbreviation = pres
19 categorical  = False
20 numerical    = True
21
22 [pressureVariation]
23 abbreviation = tend
24 categorical  = False
25 numerical    = True
26
27 [barometricTrend]
28 abbreviation = cod_tend
29 categorical  = True
30 numerical    = False
31
32 [humidity]
33 abbreviation = u
34 categorical  = False
35 numerical    = True
36
37 [dewPoint]
38 abbreviation = td
39 categorical  = False
40 numerical    = True
41
42 [lastHourRainfall]
43 abbreviation = rr1
44 categorical  = False
45 numerical    = True
46
47 [last3hHourRainfall]
48 abbreviation = rr3
49 categorical  = False
50 numerical    = True
51
52 [meanWindSpeed10min]
53 abbreviation = ff
54 categorical  = False
55 numerical    = True
56
57 [meanWindDirection10min]
58 abbreviation = dd
59 categorical  = False
60 numerical    = True
61
62 [gustsOverAPeriod]
63 abbreviation = rafper
64 categorical  = False
65 numerical    = True
66
67 [horizontalVisibility]
68 abbreviation = vv
69 categorical  = False
70 numerical    = True
71
72 [currentWeather]
73 abbreviation = ww
74 categorical  = True
75 numerical    = False