satpy.tests.writer_tests.test_geotiff module
Tests for the geotiff writer.
- class satpy.tests.writer_tests.test_geotiff.TestGeoTIFFWriter(methodName='runTest')[source]
Bases:
unittest.case.TestCase
Test the GeoTIFF 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_dtype_for_enhance_false()[source]
Test that dtype of dataset is used if parameters enhance=False and dtype=None.
- test_dtype_for_enhance_false_and_given_dtype()[source]
Test that dtype of dataset is used if enhance=False and dtype=uint8.