easysnowdata.catalog.Product#
- class easysnowdata.catalog.Product(id: str, theme: str, title: str, description: str, sources: tuple[~easysnowdata.catalog._models.Source, ...], citation: str, license: str, loader: str, variables: tuple[~easysnowdata.catalog._models.Variable, ...] = (), doi: str | None = None, references: tuple[str, ...] = (), tags: tuple[str, ...] = <factory>, examples: tuple[str, ...] = ())[source]#
Bases:
objectOne dataset, with one or more sources (the first is the default).
- examples: tuple[str, ...] = ()#
Gallery scripts that load this product, as paths under
docs/gallery("snow/plot_snodas.py"). §2.11 asks every product for one; the docs page links them, and the offline catalog test checks they exist.