File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Meteostat uses the following aggregate functions:
27
27
* ` tmin ` => ` min `
28
28
* ` tmax ` => ` max `
29
29
* ` prcp ` => ` sum `
30
- * ` snow ` => ` mean `
30
+ * ` snow ` => ` max `
31
31
* ` wdir ` => ` mean `
32
32
* ` wspd ` => ` mean `
33
33
* ` wpgt ` => ` max `
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Meteostat uses the following aggregate functions:
27
27
* ` dwpt ` => ` mean `
28
28
* ` rhum ` => ` mean `
29
29
* ` prcp ` => ` sum `
30
- * ` snow ` => ` mean `
30
+ * ` snow ` => ` max `
31
31
* ` wdir ` => ` mean `
32
32
* ` wspd ` => ` mean `
33
33
* ` wpgt ` => ` max `
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ The `freq` parameter specifies the time series frequency. For full specification
24
24
Meteostat uses the following aggregate functions:
25
25
26
26
* ` tavg ` => ` mean `
27
- * ` tmin ` => ` min `
28
- * ` tmax ` => ` max `
27
+ * ` tmin ` => ` mean `
28
+ * ` tmax ` => ` mean `
29
29
* ` prcp ` => ` sum `
30
- * ` snow ` => ` mean `
30
+ * ` snow ` => ` max `
31
31
* ` wdir ` => ` mean `
32
32
* ` wspd ` => ` mean `
33
33
* ` wpgt ` => ` max `
You can’t perform that action at this time.
0 commit comments