RasterFilter.with_arguments
- RasterFilter.with_arguments(arguments)
Add new arguments that parametrize the processing algorithm.
- Parameters:
arguments (Dict[str, Dict]) – Dictionary where the keys are the arguments’ names and the values are dictionaries of arguments’ properties as defined in ArgumentParser.add_argument . The properties dictionaries are used to configure the command line ‘georastertools’.* The possible keys are: action, nargs, const, default, type, choices, required, help, metavar and dest
- Returns:
Current instance so that it is possible to chain the with… calls (fluent API)
- Return type:
self