s1tiling.libs.otbpipeline.FirstStepFactory
- class s1tiling.libs.otbpipeline.FirstStepFactory(*args, **kwargs)[source]
Bases:
Protocol
Defines the prototype of
FirstStep
factory functions accepted inPipelineDescriptionSequence.register_inputs()
.- Parameters:
configuration (Configuration) – List of configuration options
kwargs (dict) – Any other named parameters into which the actual factory can search its specific parameters.
- Returns:
A list of instanciated
FirstStep
When calling a
FirstStepFactory
, thePipelineDescriptionSequence
is already able to fill in a few parameters like theconfiguration
. Other specific parameters are expected to be filled throughPipelineDescriptionSequence.register_extra_parameters_for_input_factories()
.New methods & Specialized methods
__init__
__subclasshook__
Abstract classes can override this to customize issubclass().