satpy.readers.abi_l2_nc module

Advance Baseline Imager NOAA Level 2+ products reader.

The files read by this reader are described in the official PUG document:

https://www.goes-r.gov/products/docs/PUG-L2+-vol5.pdf

class satpy.readers.abi_l2_nc.NC_ABI_L2(filename, filename_info, filetype_info)[source]

Bases: NC_ABI_BASE

Reader class for NOAA ABI l2+ products in netCDF format.

Open the NetCDF file with xarray and prepare the Dataset for reading.

static _remove_problem_attrs(variable)[source]
_update_data_arr_with_filename_attrs(variable)[source]
available_datasets(configured_datasets=None)[source]

Add resolution to configured datasets.

get_dataset(key, info)[source]

Load a dataset.