s1tiling.libs.steps.MergeStep
- class s1tiling.libs.steps.MergeStep(input_steps_metas: Dict, *argv, **kwargs)[source]
Bases:
AbstractStep
Kind of FirstStep that merges the result of one or several other steps of same kind.
Used in input of
Concatenate
no application executed
New methods & Specialized methods
__init__
Constructor.
__repr__
Return repr(self).
__str__
Return str(self).
Methods inherited from parent
Makes sure that steps with applications are releasing the application (no-op for this class)
Attributes and properties
Basename property will be used to generate all future output filenames.
Specific to
MergeStep
andFirstStep
: returns the metas from the inputs as a list.Tells whether this step is the first of a pipeline.
Step meta data property.
Property that returns the name of the file produced by the current step.
No OTB related step requires its result to be stored on disk and to break in_memory connection by default.
- property input_metas: Dict
Specific to
MergeStep
andFirstStep
: returns the metas from the inputs as a list.
- property out_filename: str
Property that returns the name of the file produced by the current step.