eodag.plugins.crunch.filter_latest_tpl_name.FilterLatestByName#

class eodag.plugins.crunch.filter_latest_tpl_name.FilterLatestByName(config)[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)[source]#

Methods

__init__(config)

proceed(product_list, **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