satpy.tests.reader_tests.test_goes_imager_nc_eum module

Tests for the goes imager nc reader (EUMETSAT variant).

class satpy.tests.reader_tests.test_goes_imager_nc_eum.GOESNCEUMFileHandlerRadianceTest(methodName='runTest')[source]

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

_classSetupFailed = False
_class_cleanups = []
longMessage = True
setUp(xr_)[source]

Set up the tests.

test_calibrate()[source]

Test whether the correct calibration methods are called.

test_get_dataset_radiance()[source]

Test getting the radiances.

test_get_sector()[source]

Test sector identification.

class satpy.tests.reader_tests.test_goes_imager_nc_eum.GOESNCEUMFileHandlerReflectanceTest(methodName='runTest')[source]

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

_classSetupFailed = False
_class_cleanups = []
longMessage = True
setUp(xr_)[source]

Set up the tests.

test_get_dataset_reflectance()[source]

Test getting the reflectance.