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.

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

Default implementation does nothing.