era5

climatebenchpress.data_loader.datasets.era5

Classes:

Era5Dataset

Bases: Dataset

ERA5 reanalysis dataset.

This dataset accesses the cloud optimized ERA5 reanalysis data published on the Google Cloud Platform. See https://github.com/google-research/arco-era5 for more details.

The original ERA5 dataset is generated and published by ECMWF.

Methods:

name class-attribute instance-attribute

name = 'era5'

download staticmethod

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

open staticmethod

open(download_path: Path) -> xr.Dataset