Copernicus - ERA5 module

class pyro_risks.datasets.ERA5.ERA5Land(source_path: Optional[str] = None)[source]

Bases: pandas.core.frame.DataFrame

Provides ERA5-Land clean dataset as a pandas dataframe.

ERA5-Land is a reanalysis dataset providing a consistent view of the evolution of land variables over several decades at an enhanced resolution compared to ERA5. ERA5-Land uses as input to control the simulated land fields ERA5 atmospheric variables, such as air temperature and air humidity. Using cdaspi https://pypi.org/project/cdsapi/ with access key, the user can get the dataset at https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land?tab=overview

The provided dataset has to be in netCDF4 format here.

Parameters

source_path – str Path or URL to your version of the source data

class pyro_risks.datasets.ERA5.ERA5T(source_path: Optional[str] = None)[source]

Bases: pandas.core.frame.DataFrame

Provides ERA5T clean dataset as a pandas dataframe.

The provided dataset has to be in netCDF4 format here.

Parameters

source_path – str Path or URL to your version of the source data