satpy.readers.gerb_l2_hr_h5 module

GERB L2 HR HDF5 reader.

A reader for the Top of Atmosphere outgoing fluxes from the Geostationary Earth Radiation Budget instrument aboard the Meteosat Second Generation satellites.

class satpy.readers.gerb_l2_hr_h5.GERB_HR_FileHandler(filename, filename_info, filetype_info)[source]

Bases: HDF5FileHandler

File handler for GERB L2 High Resolution H5 files.

Initialize file handler.

property end_time

Get end time.

get_area_def(dsid)[source]

Area definition for the GERB product.

get_dataset(ds_id, ds_info)[source]

Read a HDF5 file into an xarray DataArray.

property start_time

Get start time.

satpy.readers.gerb_l2_hr_h5.gerb_get_dataset(ds, ds_info)[source]

Load a GERB dataset in memory from a HDF5 file or HDF5FileHandler.

The routine takes into account the quantisation factor and fill values.