urbanlc.model.dataloader.Landsat.TM#
- classmethod Landsat.TM(root=None, filename_glob=None, *args, **kwargs)#
Initialize Landsat dataset class for TM 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 TM sensor.