Maps a date to its position within the surveillance season, where season week 1 corresponds to ISO week 35.
Details
The date is first converted to an ISO yearweek with
date_to_isoyearweek_c() and then to a season week with
isoyearweek_to_seasonweek_n(). As with isoweek_to_seasonweek_n(), ISO
week 53 maps to the half-step season week 18.5.
See also
date_to_season_c() for the season itself, and
isoyearweek_to_seasonweek_n() to start from an ISO yearweek instead.
vignette("season", package = "cstime") for worked season week
conversions. No vignette runs this function.
