urbanlc.model.dataloader.Landsat.OLITIRS#

classmethod Landsat.OLITIRS(root=None, filename_glob=None, *args, **kwargs)#

Initialize Landsat dataset class for OLI/TIRS sensor

Parameters:
  • root – Root directory of the dataset.

  • filename_glob – Glob pattern to match the filenames.

  • args – Additional positional arguments.

  • kwargs – Additional keyword arguments.

Returns:

Instance of the Landsat dataset for OLI/TIRS sensor.