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
Some preprocessors like zonal_mean and area_average have recently (#825) been expanded to allow more generic operation beyond just a simple mean. This means that while they're called mean or average, they can also do medians, standard deviations, variance, etc.
It would be great to add this functionality to the other spatial and temporal preprocessors:
average_volume
seasonal_mean
time_average
While we're there, we should also change zonal_mean's argument from mean_type to operation to match average_region.
We wouldn't even need to change our recipes if we kept the current preprocessors names like zonal_mean or average_volume as special cases of the more generic functions.
The text was updated successfully, but these errors were encountered:
Some preprocessors like
zonal_mean
andarea_average
have recently (#825) been expanded to allow more generic operation beyond just a simple mean. This means that while they're calledmean
oraverage
, they can also do medians, standard deviations, variance, etc.It would be great to add this functionality to the other spatial and temporal preprocessors:
average_volume
seasonal_mean
time_average
While we're there, we should also change
zonal_mean
's argument frommean_type
tooperation
to matchaverage_region
.We wouldn't even need to change our recipes if we kept the current preprocessors names like
zonal_mean
oraverage_volume
as special cases of the more generic functions.The text was updated successfully, but these errors were encountered: