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.

static _drop_coords(variable)[source]

Drop coords that are not in dims.

_get_dataset_aux_data(dsname)[source]

Get the auxiliary data arrays using the index map.

_get_dataset_channel(key, dataset_info)[source]

Load dataset corresponding to channel measurement.

Load a dataset when the key refers to a measurand, whether uncalibrated (counts) or calibrated in terms of brightness temperature or radiance.

_get_global_attributes()[source]

Create a dictionary of global attributes.

_get_quality_attributes()[source]

Get quality attributes.

_manage_attributes(variable, dataset_info)[source]

Manage attributes of the dataset.

_platform_name_translate = {'SGA1': 'Metop-SG-A1', 'SGA2': 'Metop-SG-A2', 'SGA3': 'Metop-SG-A3'}
static _standardize_dims(variable)[source]

Standardize dims to y, x.

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_aux_data_name_from_dsname(dsname)[source]
satpy.readers.mws_l1b.get_channel_index_from_name(chname)[source]

Get the MWS channel index from the channel name.