Check out our new API for seasonal aggreggations, including support for custom seasons! `ds.resample(time=SeasonResampler(["DJF", "MAM", "JJAS", "ON"]).mean()` and `ds.groupby(time=SeasonGrouper(["DJFM", "MAMJ", "JJAS", "SOND"]).mean()` xarray.dev/blog/season-gr…
@xarray_dev Wonderful, the seasonal drought analysis going to be very easy. Can extend xclim.readthedocs.io/en/stable/note…
@xarray_dev This is great @cherian_deepak! Will be very useful. A related question: a GroupBy/rolling use case I havent been able to solve is creating "overlapping" aggs of set time length, e.g. overlapping 3 year epochs (2020-2022, 2021-2023, 2022-2024). Is this possible in recent Xarray?
@xarray_dev The formatting in point 3 of the limitations is incorrect: