Preprocessor extract_season
does not return complete seasons
#2591
Labels
enhancement
New feature or request
extract_season
does not return complete seasons
#2591
When the dataset time vector starts or ends mid-season,
extract_season
will return incomplete seasons for the first and/or last years.For example, if a data set spans 2000-01-01 to 2010-12-31, the season DJF will have just JF in 2000 and just D in 2010.
In the related pull request, I propose to add an additional argument to
extract_season
,full
(default False), which will drop incomplete seasons.The text was updated successfully, but these errors were encountered: