Timeseries.__init__

Timeseries.__init__(start_date: datetime, end_date: datetime, period: int, bands: List[int] = [1])[source]

Constructor

Parameters:
  • start_date (datetime) – Start date of the timeseries to generate

  • end_date (datetime) – End date of the timeseries to generate

  • period (int) – Time period (in days) between two consecutive dates in the timeseries

  • bands ([int], optional, default=[1]) – List of bands in the input image to process. Set None if all bands shall be processed.