satpy.tests.reader_tests.test_goes_imager_nc module
Tests for the goes imager nc reader.
- class satpy.tests.reader_tests.test_goes_imager_nc.GOESNCBaseFileHandlerTest(methodName='runTest')[source]
Bases:
unittest.case.TestCaseTesting the file handler.
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.
- longMessage = True
- class satpy.tests.reader_tests.test_goes_imager_nc.GOESNCEUMFileHandlerRadianceTest(methodName='runTest')[source]
Bases:
unittest.case.TestCaseTests for the radiances.
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.
- longMessage = True
- class satpy.tests.reader_tests.test_goes_imager_nc.GOESNCEUMFileHandlerReflectanceTest(methodName='runTest')[source]
Bases:
unittest.case.TestCaseTesting the reflectances.
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.
- longMessage = True
- class satpy.tests.reader_tests.test_goes_imager_nc.GOESNCFileHandlerTest(methodName='runTest')[source]
Bases:
unittest.case.TestCaseTest the file handler.
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.
- longMessage = True