FilterProperty#
- class eodag.plugins.crunch.filter_property.FilterProperty(config)[source]#
FilterProperty cruncher
Filter products, retaining only those whose property match criteria
- Parameters:
config (
dict
[str
,Any
] |None
) –Crunch configuration, must contain :
<property>
(Any)
(mandatory): property key fromproduct.properties
, associated to its filter valueoperator
(str
): Operator used for filtering (one oflt,le,eq,ne,ge,gt
). Default iseq
Methods
__init__
(config)proceed
(products, **search_params)Execute crunch: Filter products, retaining only those that match property filtering
Attributes
plugins