s1tiling.libs.otbpipeline.FirstStepFactory
- class s1tiling.libs.otbpipeline.FirstStepFactory(*args, **kwargs)[source]
Bases:
ProtocolDefines the prototype of
FirstStepfactory 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, thePipelineDescriptionSequenceis 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().