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:
2727* ` tmin ` => ` min `
2828* ` tmax ` => ` max `
2929* ` prcp ` => ` sum `
30- * ` snow ` => ` mean `
30+ * ` snow ` => ` max `
3131* ` wdir ` => ` mean `
3232* ` wspd ` => ` mean `
3333* ` wpgt ` => ` max `
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Meteostat uses the following aggregate functions:
2727* ` dwpt ` => ` mean `
2828* ` rhum ` => ` mean `
2929* ` prcp ` => ` sum `
30- * ` snow ` => ` mean `
30+ * ` snow ` => ` max `
3131* ` wdir ` => ` mean `
3232* ` wspd ` => ` mean `
3333* ` 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
2424Meteostat uses the following aggregate functions:
2525
2626* ` tavg ` => ` mean `
27- * ` tmin ` => ` min `
28- * ` tmax ` => ` max `
27+ * ` tmin ` => ` mean `
28+ * ` tmax ` => ` mean `
2929* ` prcp ` => ` sum `
30- * ` snow ` => ` mean `
30+ * ` snow ` => ` max `
3131* ` wdir ` => ` mean `
3232* ` wspd ` => ` mean `
3333* ` wpgt ` => ` max `
You can’t perform that action at this time.
0 commit comments