FilterDate

FilterDate#

class eodag.plugins.crunch.filter_date.FilterDate(config)[source]#

FilterDate cruncher: filter products by date

Allows to filter out products that are older than a start date (optional) or more recent than an end date (optional).

Parameters:

config (dict[str, Any] | None) –

Crunch configuration, may contain :

  • start (str): start sensing time in iso format

  • end (str): end sensing time in iso format

__init__(config)#
Parameters:

config (dict[str, Any] | None)

Methods

__init__(config)

proceed(products, **search_params)

Execute crunch: Filter products between start and end dates.

sort_product_by_start_date(product)

Get product start date

Attributes

plugins