satpy.readers.hy2_scat_l2b_h5 module

HY-2B L2B Reader.

Distributed by Eumetsat in HDF5 format. Also handle the HDF5 files from NSOAS, based on a file example.

class satpy.readers.hy2_scat_l2b_h5.HY2SCATL2BH5FileHandler(filename, filename_info, filetype_info)[source]

Bases: HDF5FileHandler

File handler for HY2 scat.

Initialize file handler.

_mask_data(data)[source]
_scale_data(data)[source]
property end_time

Time for final observation.

get_dataset(key, info)[source]

Get the dataset.

get_metadata()[source]

Get the metadata.

get_variable_metadata()[source]

Get the variable metadata.

property platform_name

Get the Platform ShortName.

property start_time

Time for first observation.