s1tiling.libs.steps.Step
- class s1tiling.libs.steps.Step(app, *argv, **kwargs)[source]
Bases:
_OTBStep
Internal specialized Step that holds a binding to an OTB Application.
The application binding is expected to be built by a dedicated
StepFactory
and passed to the constructor.New methods & Specialized methods
__del__
Makes sure the otb app is released
Methods inherited from parent
__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.