satpy.tests.reader_tests.test_seviri_l1b_native module
Unittesting the Native SEVIRI reader.
- class satpy.tests.reader_tests.test_seviri_l1b_native.TestNativeMSGArea(methodName='runTest')[source]
Bases:
TestCase
Test NativeMSGFileHandler.get_area_extent.
The expected results have been verified by manually inspecting the output of geoferenced imagery.
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.
- static create_test_header(earth_model, dataset_id, is_full_disk, is_rapid_scan, good_qual='OK')[source]
Create mocked NativeMSGFileHandler.
Contains sufficient attributes for NativeMSGFileHandler.get_area_extent to be able to execute.
- static create_test_trailer(is_rapid_scan)[source]
Create Test Trailer.
Mocked Trailer with sufficient attributes for NativeMSGFileHandler.get_area_extent to be able to execute.
- prepare_area_defs(test_dict)[source]
Prepare calculated and expected area definitions for equal checking.
- prepare_is_roi(test_dict)[source]
Prepare calculated and expected check for region of interest data for equal checking.
- test_earthmodel1_hrv_fulldisk_fill()[source]
Test the HRV FES padded to fulldisk with the EarthModel 1.
- test_earthmodel1_hrv_rapidscan_fill()[source]
Test the HRV RSS padded to fulldisk with the EarthModel 1.
- test_earthmodel1_visir_rapidscan_fill()[source]
Test the VISIR RSS padded to fulldisk with the EarthModel 1.
- test_earthmodel1_visir_roi_fill()[source]
Test the VISIR ROI padded to fulldisk with the EarthModel 1.
- test_earthmodel2_hrv_fulldisk_fill()[source]
Test the HRV FES padded to fulldisk with the EarthModel 2.
- test_earthmodel2_hrv_rapidscan_fill()[source]
Test the HRV RSS padded to fulldisk with the EarthModel 2.
- test_earthmodel2_visir_rapidscan_fill()[source]
Test the VISIR RSS padded to fulldisk with the EarthModel 2.
- class satpy.tests.reader_tests.test_seviri_l1b_native.TestNativeMSGCalibration[source]
Bases:
TestFileHandlerCalibrationBase
Unit tests for calibration.
- class satpy.tests.reader_tests.test_seviri_l1b_native.TestNativeMSGDataset[source]
Bases:
object
Tests for getting the dataset.
- class satpy.tests.reader_tests.test_seviri_l1b_native.TestNativeMSGFileHandler(methodName='runTest')[source]
Bases:
TestCase
Test the NativeMSGFileHandler.
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.
- class satpy.tests.reader_tests.test_seviri_l1b_native.TestNativeMSGFilenames[source]
Bases:
object
Test identification of Native format filenames.
- class satpy.tests.reader_tests.test_seviri_l1b_native.TestNativeMSGPadder(methodName='runTest')[source]
Bases:
TestCase
Test Padder of the native l1b seviri 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.