satpy.tests.reader_tests.test_satpy_cf_nc module

Tests for the CF reader.

class satpy.tests.reader_tests.test_satpy_cf_nc.TestCFReader[source]

Bases: object

Test case for CF reader.

test_dataid_attrs_equal_contains_not_matching_key(cf_scene, nc_filename)[source]

Check that get_dataset returns valid dataset when dataid have key(s) not existing in data.

test_dataid_attrs_equal_matching_dataset(cf_scene, nc_filename)[source]

Check that get_dataset returns valid dataset when keys matches.

test_dataid_attrs_equal_not_matching_dataset(cf_scene, nc_filename)[source]

Check that get_dataset returns None when key(s) are not matching.

test_fix_modifier_attr()[source]

Check that fix modifier can handle empty list as modifier attribute.

test_orbital_parameters(cf_scene, nc_filename)[source]

Test that the orbital parameters in attributes are handled correctly.

test_read_prefixed_channels(cf_scene, nc_filename)[source]

Check channels starting with digit is prefixed and read back correctly.

test_read_prefixed_channels_by_user(cf_scene, nc_filename)[source]

Check channels starting with digit is prefixed by user and read back correctly.

test_read_prefixed_channels_by_user2(cf_scene, nc_filename)[source]

Check channels starting with digit is prefixed by user when saving and read back correctly without prefix.

test_read_prefixed_channels_by_user_include_prefix(cf_scene, nc_filename)[source]

Check channels starting with digit is prefixed by user and include original name when saving.

test_read_prefixed_channels_by_user_no_prefix(cf_scene, nc_filename)[source]

Check channels starting with digit is not prefixed by user.

test_read_prefixed_channels_include_orig_name(cf_scene, nc_filename)[source]

Check channels starting with digit and includeed orig name is prefixed and read back correctly.

test_write_and_read_from_two_files(nc_filename, nc_filename_i)[source]

Save two datasets with different resolution and read the solar_zenith_angle again.

test_write_and_read_with_area_definition(cf_scene, nc_filename)[source]

Save a dataset with an area definition to file with cf_writer and read the data again.

test_write_and_read_with_swath_definition(cf_scene, nc_filename)[source]

Save a dataset with a swath definition to file with cf_writer and read the data again.

satpy.tests.reader_tests.test_satpy_cf_nc._create_test_netcdf(filename, resolution=742)[source]
satpy.tests.reader_tests.test_satpy_cf_nc.cf_scene()[source]

Create a cf scene.

satpy.tests.reader_tests.test_satpy_cf_nc.nc_filename(tmp_path)[source]

Create an nc filename for viirs m band.

satpy.tests.reader_tests.test_satpy_cf_nc.nc_filename_i(tmp_path)[source]

Create an nc filename for viirs i band.