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
The current custom_seasons back-end uses Pandas DataFrames to store Datetime components, which then get manipulated downstream (e.g., shifting months for spanning calendar years, dropping incomplete seasons).
Describe the solution you'd like
In Xarray PR #9524, the SeasonGrouper() API will introduce:
groupby() custom seasons
support seasons that span the calendar year (uses previous year for correct grouping)