s1tiling.libs.steps._OTBStep
- class s1tiling.libs.steps._OTBStep(app, *argv, **kwargs)[source]
Bases:
AbstractStep
Step that have a reference to an OTB application. It could be an actual
Step
holding an OTB application, or aSkippedStep
that forwards the OTB application from its previous step in the pipeline.Note: Both child classes are virtually the same. Yet, different types are used in order to really distinguish what is registered and executed.
New methods & Specialized methods
__init__
constructor
Makes sure that steps with applications are releasing the application!
Attributes and properties
OTB Application property.
Basename property will be used to generate all future output filenames.
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.
Name of the "out" parameter used by the OTB Application.
No OTB related step requires its result to be stored on disk and to break in_memory connection by default.
- property app
OTB Application property.
- property out_filename: str
Property that returns the name of the file produced by the current step.