You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Intensity of precipitation is unknown (must not be used in ground truth).
40
+
//
45
41
PRECIPITATION_UNKNOWN=0;
46
-
// Other (unspecified but known) intensity of precipitation
42
+
// Other (unspecified but known) intensity of precipitation.
43
+
//
47
44
PRECIPITATION_OTHER=1;
48
-
// No precipitation, when I = [0 ; 0.1[
45
+
// No precipitation, when I = [0,0.1[
46
+
//
49
47
PRECIPITATION_NONE=2;
50
-
// Very light intensity of precipitation, when I = [0.1 ;0.5[
48
+
// Very light intensity of precipitation, when I = [0.1,0.5[
49
+
//
51
50
PRECIPITATION_VERY_LIGHT=3;
52
-
// Light intensity of precipitation, when I = [0.5 ;1.9[
51
+
// Light intensity of precipitation, when I = [0.5,1.9[
52
+
//
53
53
PRECIPITATION_LIGHT=4;
54
-
// Moderate intensity of precipitation, when I = [1.9 ; 8.1[
54
+
// Moderate intensity of precipitation, when I = [1.9,8.1[
55
+
//
55
56
PRECIPITATION_MODERATE=5;
56
-
// Heavy intensity of precipitation, when I = [8.1 ; 34[
57
+
// Heavy intensity of precipitation, when I = [8.1,34[
58
+
//
57
59
PRECIPITATION_HEAVY=6;
58
-
// Very heavy intensity of precipitation, when I = [34 ;149[
60
+
// Very heavy intensity of precipitation, when I = [34,149[
61
+
//
59
62
PRECIPITATION_VERY_HEAVY=7;
60
-
// Extreme intensity of precipitation, when I = [149 ; infinity[
63
+
// Extreme intensity of precipitation, when I = [149,infinity[
64
+
//
61
65
PRECIPITATION_EXTREME=8;
62
66
}
63
67
64
-
// Definition of fog states according to [2] the bandwith of thick and dense fog was adjusted to fit the german StVo regarding rear fog lights [3].
68
+
// Definition of fog states according to [2] the bandwith of thick and dense fog was adjusted to fit the German StVo regarding rear fog lights [3].
65
69
// (V = Visibility in meters)
66
70
//
67
71
// Visability is defined as the lenght of the atmosphere over which a beam of light travels before its luminous flux is reduced to 5% of its original value (definition used by the Meteorological Office [4]).
0 commit comments