satpy.readers.iasi_ng_l2_nc module
IASI-NG L2 reader implementation.
This reader supports reading all the products from the IASI-NG L2 processing level:
IASI-L2-TWV
IASI-L2-CLD
IASI-L2-GHG
IASI-L2-SFC
IASI-L2-O3
IASI-L2-CO
For more information in the product files content, please refer to the EPS-SG IASI-NG Level 2 Format specification document provided by EUMETSAT at: https://www-cdn.eumetsat.int/files/2022-04/EPS-SG%20IASI-NG%20L2%20Product%20Format%20Specification_web_0.pdf
- class satpy.readers.iasi_ng_l2_nc.IASINGL2NCFileHandler(filename, filename_info, filetype_info, **kwargs)[source]
Bases:
NetCDF4FsspecFileHandlerReader for IASI-NG L2 products in NetCDF format.
Initialize object.
- available_datasets(configured_datasets=None)[source]
Determine automatically the datasets provided by this file.
First yield on any element from the provided configured_datasets, and then continues with the internally provided datasets.
- property end_time
Get the end time.
- get_dataset_infos(ds_name)[source]
Retrieve the dataset infos corresponding to one of the registered datasets.
- get_transformed_dataset(ds_info)[source]
Retrieve a dataset with all transformations applied on it.
- has_at_most_one_element(shape)[source]
Check if a shape corresponds to an array with at most 1 element.
- parse_file_content()[source]
Parse the file_content to discover the available datasets and dimensions.
- same_dim_names_for_different_groups(dim_name, value)[source]
Check if we already have this dim_name registered from another group.
- property sensor_names
List of sensors represented in this file.
- property start_time
Get the start time.