satpy.tests.reader_tests.test_abi_l2_nc module

The abi_l2_nc reader tests package.

class satpy.tests.reader_tests.test_abi_l2_nc.TestMCMIPReading[source]

Bases: object

Test cases of the MCMIP file format.

test_mcmip_get_dataset(xr_, product, exp_metadata)[source]

Test getting channel from MCMIP file.

class satpy.tests.reader_tests.test_abi_l2_nc.Test_NC_ABI_L2_area_AOD[source]

Bases: object

Test the NC_ABI_L2 reader for the AOD product.

setup_method(xr_)[source]

Create fake data for the tests.

test_get_area_def_xy(adef)[source]

Test the area generation.

class satpy.tests.reader_tests.test_abi_l2_nc.Test_NC_ABI_L2_area_fixedgrid[source]

Bases: object

Test the NC_ABI_L2 reader.

test_get_area_def_fixedgrid(adef)[source]

Test the area generation.

class satpy.tests.reader_tests.test_abi_l2_nc.Test_NC_ABI_L2_area_latlon[source]

Bases: object

Test the NC_ABI_L2 reader.

setup_method()[source]

Create fake data for the tests.

test_get_area_def_latlon(adef)[source]

Test the area generation.

class satpy.tests.reader_tests.test_abi_l2_nc.Test_NC_ABI_L2_get_dataset[source]

Bases: object

Test get dataset function of the NC_ABI_L2 reader.

test_get_dataset()[source]

Test basic L2 load.

test_get_dataset_gfls()[source]

Test that Low Cloud and Fog filenames work.

satpy.tests.reader_tests.test_abi_l2_nc._assert_orbital_parameters(orb_params)[source]
satpy.tests.reader_tests.test_abi_l2_nc._compare_subdict(actual_dict, exp_sub_dict)[source]
satpy.tests.reader_tests.test_abi_l2_nc._create_cmip_dataset(data_variable: str = 'HT')[source]
satpy.tests.reader_tests.test_abi_l2_nc._create_mcmip_dataset()[source]
satpy.tests.reader_tests.test_abi_l2_nc._create_reader_for_fake_data(observation_type: str, fake_dataset: Dataset, filename_info: dict | None = None)[source]