satpy.tests.reader_tests.test_eum_base module
EUMETSAT base reader tests package.
- class satpy.tests.reader_tests.test_eum_base.TestGetServiceMode(methodName='runTest')[source]
Bases:
TestCase
Test the get_service_mode function.
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.
- test_get_seviri_service_mode_fes()[source]
Test fetching of SEVIRI service mode information for FES.
- test_get_seviri_service_mode_iodc_E0415()[source]
Test fetching of SEVIRI service mode information for IODC at 41.5 degrees East.
- test_get_seviri_service_mode_iodc_E0455()[source]
Test fetching of SEVIRI service mode information for IODC at 45.5 degrees East.
- test_get_seviri_service_mode_rss()[source]
Test fetching of SEVIRI service mode information for RSS.
- class satpy.tests.reader_tests.test_eum_base.TestMakeTimeCdsDictionary(methodName='runTest')[source]
Bases:
TestCase
Test TestMakeTimeCdsDictionary.
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_eum_base.TestMakeTimeCdsRecarray(methodName='runTest')[source]
Bases:
TestCase
Test TestMakeTimeCdsRecarray.
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_eum_base.TestRecarray2Dict(methodName='runTest')[source]
Bases:
TestCase
Test TestRecarray2Dict.
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.