FilterLatestByName#

class eodag.plugins.crunch.filter_latest_tpl_name.FilterLatestByName(config=None)[source]#

FilterLatestByName cruncher

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

Parameters:

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

Crunch configuration, must contain :

  • name_pattern (str) (mandatory): 6 digits product name pattern (tile id)

__init__(config=None)[source]#
Parameters:

config (dict[str, Any] | None, default: None)

Methods

__init__([config])

ensure_plugins_loaded()

Load plugin classes for this topic from entry points if needed.

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

entrypoint_group

plugins