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
Group based on a time value (or index value of type Int32, Int64).
Time windows are calculated and rows are assigned to windows. Different from a normal group by is that a row can be member of multiple groups. By default, the windows look like:
We need
more discussion of strategies to label groups or perhaps justmore convenient Grouper objectsQuantileBinGrouper?
SeasonGrouper?
JF,MAM,JJAS,OND
SeasonResampler:
Grouping by the hour angle adjusted day of year pydata/xarray#7502
ResampleGrouper to complement TimeResampleGrouper: Can Resample dim be spatial and not just datetime? pydata/xarray#4008 : ?
DayofYearGrouper:
dayofyear
with leap years is also a common issue: https://stackoverflow.com/questions/68677362/daily-climatology-in-xarray-with-leap-years-accounted-forThe text was updated successfully, but these errors were encountered: