s1tiling.libs.file_naming.ReplaceOutputFilenameGenerator

class s1tiling.libs.file_naming.ReplaceOutputFilenameGenerator(before_afters: List)[source]

Bases: OutputFilenameGenerator

Given a pair [text_to_search, text_to_replace_with], replace the exact matching text with new text in basename metadata.

New methods & Specialized methods

__init__

generate

Default implementation does nothing.

generate(basename, keys: Dict) str[source]

Default implementation does nothing.