satpy.tests.reader_tests.test_goci2_l2_nc module

Module for testing the satpy.readers.goci2_l2_nc module.

class satpy.tests.reader_tests.test_goci2_l2_nc.TestGOCI2Reader[source]

Bases: object

Test the GOCI-II L2 netcdf file reader.

test_load_dataset(test_files, datasets)[source]

Test dataset loading.

test_scene_available_datasets(test_files)[source]

Test that datasets are available.

test_start_end_time(test_files)[source]

Test dataset start_time and end_time.

satpy.tests.reader_tests.test_goci2_l2_nc._create_bad_lon_lat()[source]

Create a fake navigation dataset with lon/lat base name missing.

satpy.tests.reader_tests.test_goci2_l2_nc._create_lonlat()[source]

Create a fake navigation dataset with lon/lat.

satpy.tests.reader_tests.test_goci2_l2_nc.ac_file(tmp_path_factory)[source]

Create a fake atmospheric correction product.

satpy.tests.reader_tests.test_goci2_l2_nc.generic_bad_file(tmp_path_factory)[source]

Create a PP product with lon/lat base name missing.

satpy.tests.reader_tests.test_goci2_l2_nc.generic_file(tmp_path_factory)[source]

Create a fake ouput product like Chl, Zsd etc.

satpy.tests.reader_tests.test_goci2_l2_nc.iop_file(tmp_path_factory)[source]

Create a fake IOP product.