satpy.tests.writer_tests.test_geotiff module
Tests for the geotiff writer.
- class satpy.tests.writer_tests.test_geotiff.TestGeoTIFFWriter[source]
Bases:
object
Test the GeoTIFF Writer class.
- test_dtype_for_enhance_false(tmp_path)[source]
Test that dtype of dataset is used if parameters enhance=False and dtype=None.
- test_dtype_for_enhance_false_and_given_dtype(tmp_path)[source]
Test that dtype of dataset is used if enhance=False and dtype=uint8.