satpy.tests.reader_tests.test_fci_l2_nc module

The fci_cld_l2_nc reader tests package.

class satpy.tests.reader_tests.test_fci_l2_nc.TestFciL2NCErrorFileHandler(methodName='runTest')[source]

Bases: unittest.case.TestCase

Test the FciL2NCFileHandler reader.

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.

setUp()[source]

Set up the test by creating a test file and opening it with the reader.

tearDown()[source]

Remove the previously created test file.

test_errors()[source]

Test that certain properties cause errors.

class satpy.tests.reader_tests.test_fci_l2_nc.TestFciL2NCFileHandler(methodName='runTest')[source]

Bases: unittest.case.TestCase

Test the FciL2NCFileHandler reader.

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.

setUp()[source]

Set up the test by creating a test file and opening it with the reader.

tearDown()[source]

Remove the previously created test file.

test_all_basic()[source]

Test all basic functionalities.

test_area_definition(me_, gad_)[source]

Test the area definition computation.

test_dataset()[source]

Test the execution of the get_dataset function.

class satpy.tests.reader_tests.test_fci_l2_nc.TestFciL2NCReadingByteData(methodName='runTest')[source]

Bases: unittest.case.TestCase

Test the FciL2NCFileHandler when reading and extracting byte data.

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.

setUp()[source]

Set up the test by creating a test file and opening it with the reader.

tearDown()[source]

Remove the previously created test file.

test_byte_extraction()[source]

Test the execution of the get_dataset function.

class satpy.tests.reader_tests.test_fci_l2_nc.TestFciL2NCSegmentFileHandler(methodName='runTest')[source]

Bases: unittest.case.TestCase

Test the FciL2NCSegmentFileHandler reader.

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.

setUp()[source]

Set up the test by creating a test file and opening it with the reader.

tearDown()[source]

Remove the previously created test file.

test_all_basic()[source]

Test all basic functionalities.

test_dataset()[source]

Test the execution of the get_dataset function.