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.