eodag.plugins.crunch.filter_latest_intersect.FilterLatestIntersect#

class eodag.plugins.crunch.filter_latest_intersect.FilterLatestIntersect(config: Optional[Dict[str, Any]])[source]#

FilterLatestIntersect cruncher

Filter latest products (the ones with a the highest start date) that intersect search extent

__init__(config: Optional[Dict[str, Any]]) None#

Methods

__init__(config)

proceed(products, **search_params)

Execute crunch: Filter latest products (the ones with a the highest start date) that intersect search extent.

sort_product_by_start_date(product)

Get product start date

Attributes

plugins