satpy.readers.atms_l1b_nc module

Advanced Technology Microwave Sounder (ATMS) Level 1B product reader.

The format is explained in the ATMS L1B Product User Guide

class satpy.readers.atms_l1b_nc.AtmsL1bNCFileHandler(filename, filename_info, filetype_info, **kwargs)[source]

Bases: NetCDF4FileHandler

Reader class for ATMS L1B products in netCDF format.

Initialize file handler.

static _drop_coords(dataset)[source]

Drop coords that are not in dims.

_merge_attributes(dataset, dataset_info)[source]

Merge attributes of the dataset.

_select_dataset(name)[source]

Select dataset.

static _standardize_dims(dataset)[source]

Standardize dims to y, x.

property antenna_temperature

Get antenna temperature.

property attrs

Return attributes.

property end_time

Get observation end time.

get_dataset(dataset_id, ds_info)[source]

Get dataset.

property platform_name

Get platform name.

property sensor

Get sensor.

property start_time

Get observation start time.