Timeseries.process_file

Timeseries.process_file(inputfile: str) List[str]

Run the rastertool to a single input file.

Note

This implementation does nothing. Override this method in the subclass to achieve special processing of an inputfile.

Parameters:

inputfile (str) – Input image to process

Returns:

List of generated files (by default empty list)

Return type:

[str]