[Enhancement]: Refactor custom_seasons
to use Xarray's SeasonGrouper()
API [WIP]
#714
Labels
type: enhancement
New enhancement request
Is your feature request related to a problem?
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 seasonsdrop_incomplete
to drop incomplete seasonsDescribe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: