cams

climatebenchpress.data_loader.datasets.cams

Classes:

CamsNitrogenDioxideDataset

Bases: Dataset

Dataset for CAMS Nitrogen Dioxide data.

Uses data from the CAMS model published at [https://apps.ecmwf.int/ifs-experiments/rd/hej6/]. This is output of a run of the CAMS model that is stored in single-precision floating point data without any linear packing.

Methods:

name class-attribute instance-attribute

name = 'cams-nitrogen-dioxide'

download staticmethod

download(download_path: Path, progress: bool = True)

open staticmethod

open(download_path: Path) -> xr.Dataset