src.FRAME_FM.datasets.land_cover_map_dataset

Classes

LandCoverMapGriddedDataset

A dataset class for loading the Land Cover Map data for gridded time series forecasting tasks.

Module Contents

class src.FRAME_FM.datasets.land_cover_map_dataset.LandCoverMapGriddedDataset(data_uri: str | pathlib.Path | list | tuple, preprocessors: list | None = None, transforms: list | None = None, chunks: dict | None = None, override_transforms: bool = False, cache_dir: None | pathlib.Path | str = None, generate_stats: bool = True, force_recache: bool = False)[source]

Bases: FRAME_FM.datasets.base_gridded_dataset.BaseGeoTIFFDataset

A dataset class for loading the Land Cover Map data for gridded time series forecasting tasks. This class inherits from the BaseGeoTIFFDataset and can be extended with Land Cover Map-specific loading or preprocessing logic if needed.