I think we need a new much improved interface that only uses Grouper objects following the API in https://github.com/pydata/xarray/issues/6610#issuecomment-1523666774, and potentially using a flox accessor (this may be a lot quicker than adding multiple grouper support to xarray directly)
We will need to make the Grouper objects public in Xarray first, but that's not a bad blocker.
I think we need a new much improved interface that only uses
Grouper
objects following the API in https://github.com/pydata/xarray/issues/6610#issuecomment-1523666774, and potentially using aflox
accessor (this may be a lot quicker than adding multiple grouper support to xarray directly)We will need to make the
Grouper
objects public in Xarray first, but that's not a bad blocker.