HourlyCamelsDE

class hy2dl.datasetzoo.hourlycamelsde.Hourly_CAMELS_DE(cfg: Config, time_period: str, gauge_id: str | list[str] | None = None)

Bases: CAMELS_DE

Class to process hourly data in similar format as the CAMELS DE dataset.

Parameters:
  • cfg (Config) – Configuration file.

  • time_period ({'training', 'validation', 'testing'}) – Defines the period for which the data will be loaded..

gauge_idOptional[str | list[str]], default=None

Id of gauge(s) to be loaded.