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_)[source]

Test getting channel from MCMIP file.

class satpy.tests.reader_tests.test_abi_l2_nc.Test_NC_ABI_L2_area_AOD(methodName='runTest')[source]

Bases: TestCase

Test the NC_ABI_L2 reader for the AOD product.

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

_classSetupFailed = False
_class_cleanups = []
setUp(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(methodName='runTest')[source]

Bases: Test_NC_ABI_L2_base

Test the NC_ABI_L2 reader.

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

_classSetupFailed = False
_class_cleanups = []
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(methodName='runTest')[source]

Bases: TestCase

Test the NC_ABI_L2 reader.

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

_classSetupFailed = False
_class_cleanups = []
setUp(xr_)[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_base(methodName='runTest')[source]

Bases: TestCase

Test the NC_ABI_L2 reader.

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

_classSetupFailed = False
_class_cleanups = []
setUp()[source]

Create fake data for the tests.

class satpy.tests.reader_tests.test_abi_l2_nc.Test_NC_ABI_L2_get_dataset(methodName='runTest')[source]

Bases: Test_NC_ABI_L2_base

Test get dataset function of the NC_ABI_L2 reader.

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

_classSetupFailed = False
_class_cleanups = []
test_get_dataset()[source]

Test basic L2 load.

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()[source]
satpy.tests.reader_tests.test_abi_l2_nc._create_mcmip_dataset()[source]