satpy.readers.atms_sdr_hdf5 module

Reader for the ATMS SDR format.

A reader for Advanced Technology Microwave Sounder (ATMS) SDR data as it e.g. comes out of the CSPP package for processing Direct Readout data.

The format is described in the JPSS COMMON DATA FORMAT CONTROL BOOK (CDFCB):

Joint Polar Satellite System (JPSS) Common Data Format Control Book - External (CDFCB-X) Volume III - SDR/TDR Formats

(474-00001-03_JPSS-CDFCB-X-Vol-III_0124C.pdf)

https://www.nesdis.noaa.gov/about/documents-reports/jpss-technical-documents/jpss-science-documents

class satpy.readers.atms_sdr_hdf5.ATMS_SDR_FileHandler(filename, filename_info, filetype_info, **kwargs)[source]

Bases: JPSS_SDR_FileHandler

ATMS SDR HDF5 File Reader.

Initialize file handler.

_get_atms_channel_index(ch_name)[source]

Get the channels array index from name.

_get_scans_per_granule(dataset_group)[source]
_get_variable(var_path, channel_index=None)[source]
get_dataset(dataset_id, ds_info)[source]

Get the dataset corresponding to dataset_id.

The size of the return DataArray will be dependent on the number of scans actually sensed of course.