geodata.utils.get_daterange
===========================

.. py:function:: geodata.utils.get_daterange(years: slice, months: slice)

   Get the date range covering the entire years and months range.

   :param years: The years range.
   :type years: slice
   :param months: The months range.
   :type months: slice

   :returns: pd.

