s1tiling.libs.steps.SkippedStep
- class s1tiling.libs.steps.SkippedStep(app, *argv, **kwargs)[source]
- Bases: - _OTBStep- Kind of OTB Step that forwards the OTB application of the previous step in the pipeline. - New methods & Specialized methods - __init__- Methods inherited from parent - 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.