satpy.tests.reader_tests.test_mimic_TPW2_lowres module

Module for testing the satpy.readers.tropomi_l2 module.

class satpy.tests.reader_tests.test_mimic_TPW2_lowres.FakeNetCDF4FileHandlerMimicLow(filename, filename_info, filetype_info, auto_maskandscale=False, xarray_kwargs=None, cache_var_size=0, cache_handle=False, extra_file_content=None)[source]

Bases: FakeNetCDF4FileHandler

Swap-in NetCDF4 File Handler.

Get fake file content from ‘get_test_content’.

get_test_content(filename, filename_info, filetype_info)[source]

Mimic reader input file content for lower resolution files.

class satpy.tests.reader_tests.test_mimic_TPW2_lowres.TestMimicTPW2Reader(methodName='runTest')[source]

Bases: TestCase

Test Mimic 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.

_classSetupFailed = False
_class_cleanups = []
setUp()[source]

Wrap NetCDF4 file handler with our own fake handler.

tearDown()[source]

Stop wrapping the NetCDF4 file handler.

test_init()[source]

Test basic initialization of this reader.

test_load_mimic_float()[source]

Load TPW mimic float data.

test_load_mimic_timedelta()[source]

Load TPW mimic timedelta data (data latency variables).

test_load_mimic_ubyte()[source]

Load TPW mimic sensor grids.

yaml_file = 'mimicTPW2_comp.yaml'