satpy.tests.writer_tests.test_mitiff module
Tests for the mitiff writer.
Based on the test for geotiff writer
- class satpy.tests.writer_tests.test_mitiff.TestMITIFFWriter(methodName='runTest')[source]
Bases:
TestCase
Test the MITIFF Writer class.
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_test_dataset_three_bands_prereq()[source]
Test basic writer operation with 3 bands with DataQuery prerequisites with missing name.
- test_save_dataset_with_calibration_error_one_dataset()[source]
Test saving if mitiff as dataset with only one channel with invalid calibration.
- test_save_dataset_with_calibration_one_dataset()[source]
Test saving if mitiff as dataset with only one channel.