Filtering.with_filter_configuration

Filtering.with_filter_configuration(argsdict: Dict)[source]

Configure the filter with its specific arguments’ values

Parameters:

argsdict (dict) – Dictionary of filter’s arguments names and values. Shall contain at least the kernel size (key=”kernel”)

Returns:

The current instance so that it is possible to chain the with… calls (fluent API)

Return type:

eolab.georastertools.Filtering