satpy.tests.reader_tests.test_clavrx.test_clavrx_nc module

Module for testing the satpy.readers.clavrx module.

class satpy.tests.reader_tests.test_clavrx.test_clavrx_nc.TestCLAVRXReaderGeo[source]

Bases: object

Test CLAVR-X Reader with Geo files.

setup_method()[source]

Read fake data.

test_available_datasets(filenames, expected_datasets)[source]

Test that variables are dynamically discovered.

test_load_all_new_donor(filenames, loadable_ids)[source]

Test loading all test datasets with new donor.

test_reader_creation(filenames, expected_loadables)[source]

Test basic initialization.

test_scale_data(filenames, loadable_ids)[source]

Test that data is scaled when necessary and not scaled data are flags.

test_yaml_datasets(filenames, expected_loadables)[source]

Test available_datasets with fake variables from YAML.

yaml_file = 'clavrx.yaml'
satpy.tests.reader_tests.test_clavrx.test_clavrx_nc.fake_test_content(filename, **kwargs)[source]

Mimic reader input file content.