Timeseries.process_files
- Timeseries.process_files(inputfiles: List[str])
Run the rastertool to a set of input files. By default, this implementation recursively calls “process_file” on each input file and then calls “postprocess_files”.
Note
It is not meant to be overriden by subclasses. Prefer overriding process_file and postproces_files instead.
- Parameters:
inputfiles ([str]) – Input images to process
- Returns:
([str]) The list of the generated files