eodag.plugins.crunch.filter_latest_tpl_name.FilterLatestByName

eodag.plugins.crunch.filter_latest_tpl_name.FilterLatestByName#

class eodag.plugins.crunch.filter_latest_tpl_name.FilterLatestByName(config: Dict[str, Any])[source]#

FilterLatestByName cruncher

Filter Search results to get only the latest product, based on the name of the product

Parameters:

config (dict) –

Crunch configuration, must contain :

  • name_pattern : product name pattern

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

Methods

__init__(config)

proceed(products, **search_params)

Execute crunch: Filter Search results to get only the latest product, based on the name of the product

Attributes

NAME_PATTERN_CONSTRAINT

plugins