satpy.tests.reader_tests.test_osisaf_l3 module

Module for testing the satpy.readers.osisaf_l3 module.

class satpy.tests.reader_tests.test_osisaf_l3.OSISAFL3ReaderTests[source]

Bases: object

Test OSI-SAF level 3 netCDF reader ice files.

setup_method(tester='ice')[source]

Create a fake dataset.

test_get_area_def_bad(tmp_path)[source]

Test getting the area definition for the polar stereographic grid.

test_get_dataset(tmp_path)[source]

Test retrieval of datasets.

test_get_start_and_end_times(tmp_path)[source]

Test retrieval of the sensor name from the netCDF file.

test_instantiate_single_netcdf_file(tmp_path)[source]

Test initialization of file handlers - given a single netCDF file.

class satpy.tests.reader_tests.test_osisaf_l3.TestOSISAFL3ReaderFluxGeo[source]

Bases: OSISAFL3ReaderTests

Test OSI-SAF level 3 netCDF reader flux files on lat/lon grid (GEO sensors).

setup_method()[source]

Set up the tests.

test_get_area_def_grid(tmp_path)[source]

Test getting the area definition for the lat/lon grid.

class satpy.tests.reader_tests.test_osisaf_l3.TestOSISAFL3ReaderFluxStere[source]

Bases: OSISAFL3ReaderTests

Test OSI-SAF level 3 netCDF reader flux files on stereographic grid.

setup_method()[source]

Set up the tests.

test_get_area_def_stere(tmp_path)[source]

Test getting the area definition for the polar stereographic grid.

class satpy.tests.reader_tests.test_osisaf_l3.TestOSISAFL3ReaderICE[source]

Bases: OSISAFL3ReaderTests

Test OSI-SAF level 3 netCDF reader ice files.

setup_method()[source]

Set up the tests.

test_get_area_def_ease(tmp_path)[source]

Test getting the area definition for the EASE grid.

test_get_area_def_stere(tmp_path)[source]

Test getting the area definition for the polar stereographic grid.

class satpy.tests.reader_tests.test_osisaf_l3.TestOSISAFL3ReaderSST[source]

Bases: OSISAFL3ReaderTests

Test OSI-SAF level 3 netCDF reader surface temperature files.

setup_method()[source]

Set up the tests.

test_get_area_def_stere(tmp_path)[source]

Test getting the area definition for the polar stereographic grid.