satpy.tests.reader_tests.test_olci_nc module

Module for testing the satpy.readers.olci_nc module.

class satpy.tests.reader_tests.test_olci_nc.TestBitFlags(methodName='runTest')[source]

Bases: TestCase

Test the bitflag reading.

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 = []
test_bitflags()[source]

Test the BitFlags class.

class satpy.tests.reader_tests.test_olci_nc.TestOLCIReader(methodName='runTest')[source]

Bases: TestCase

Test various olci_nc filehandlers.

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 = []
test_chl_nn(mocked_dataset)[source]

Test unlogging the chl_nn product.

test_get_mask(mocked_dataset)[source]

Test reading datasets.

test_get_mask_with_alternative_items(mocked_dataset)[source]

Test reading datasets.

test_instantiate(mocked_dataset)[source]

Test initialization of file handlers.

test_olci_angles(mocked_dataset)[source]

Test reading datasets.

test_olci_meteo(mocked_dataset)[source]

Test reading datasets.

test_open_file_objects(mocked_open_dataset)[source]

Test initialization of file handlers.