s1tiling.libs.file_naming.OutputFilenameGeneratorList

class s1tiling.libs.file_naming.OutputFilenameGeneratorList(generators)[source]

Bases: OutputFilenameGenerator

Some steps produce several products. This specialization permits to generate several output filenames.

It’s constructed from other filename generators.

New methods & Specialized methods

__init__

generate

Default implementation does nothing.

has_several_outputs

Tells whether the generator is specialized for several outputs

generate(basename, keys) List[str][source]

Default implementation does nothing.

has_several_outputs() bool[source]

Tells whether the generator is specialized for several outputs