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.TestCase
Testing 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.TestCase
Tests 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.TestCase
Testing 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.TestCase
Test 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