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.
- 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.
- 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.
- 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.
- 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.
- 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.