Timeseries.postprocess_files

Timeseries.postprocess_files(inputfiles: List[str], outputfiles: List[str]) List[str][source]

Generates the timeseries from a list of inputfiles.

Parameters:
  • inputfiles ([str]) – Input images to process

  • outputfiles ([str]) – List of generated files after executing the rastertool on the input files individually

Returns:

List of images that have been generated

Return type:

[str]