satpy.readers.mws_l1b module

Reader for the EPS-SG Microwave Sounder (MWS) level-1b data.

Documentation: https://www.eumetsat.int/media/44139

class satpy.readers.mws_l1b.MWSL1BFile(filename, filename_info, filetype_info)[source]

Bases: NetCDF4FileHandler

Class implementing the EPS-SG-A1 MWS L1b Filehandler.

This class implements the European Polar System Second Generation (EPS-SG) Microwave Sounder (MWS) Level-1b NetCDF reader. It is designed to be used through the Scene class using the load method with the reader "mws_l1b_nc".

Initialize file handler.

property end_time

Get end time.

get_dataset(dataset_id, dataset_info)[source]

Get dataset using file_key in dataset_info.

property platform_name

Get the platform name.

property sensor

Get the sensor name.

property start_time

Get start time.

property sub_satellite_latitude_end

Get the latitude of sub-satellite point at end of the product.

property sub_satellite_latitude_start

Get the latitude of sub-satellite point at start of the product.

property sub_satellite_longitude_end

Get the longitude of sub-satellite point at end of the product.

property sub_satellite_longitude_start

Get the longitude of sub-satellite point at start of the product.

satpy.readers.mws_l1b.get_channel_index_from_name(chname)[source]

Get the MWS channel index from the channel name.