satpy.readers.msi_ec_l1c_h5 module

A reader for Level 1C data produced by the MSI instrument aboard EarthCARE.

The MSI L1 files are described in the document “MSI L1 Product Definitions”: https://earthcarehandbook.earth.esa.int/documents/d/earthcare-data-handbook/msi-l1-product-definitions-volume-a-nominal-products

class satpy.readers.msi_ec_l1c_h5.MSIECL1CFileHandler(filename, filename_info, filetype_info)[source]

Bases: HDF5FileHandler

File handler for MSI L1c H5 files.

Init the file handler.

__init__(filename, filename_info, filetype_info)[source]

Init the file handler.

_calibrate(chan_data, band_index, cal_type)[source]

Calibrate the data.

property end_time

Get end time.

get_dataset(dataset_id, ds_info)[source]

Load data variable and metadata and calibrate if needed.

property start_time

Get start time.