week_number

DatesTimes.week_number(year, doy)

Computes the week number given the year and day of year.

This assumes the week begins on Sunday (weekday 1).

:param year : :type year : int

:param doy : :type doy : int

Returns

int