satpy.tests.cf_tests.test_encoding module

Tests for compatible netCDF/Zarr DataArray encodings.

class satpy.tests.cf_tests.test_encoding.TestUpdateEncoding[source]

Bases: object

Test update of dataset encodings.

fake_ds()[source]

Create fake data for testing.

fake_ds_digit()[source]

Create fake data for testing.

test_dataset_name_digit(fake_ds_digit)[source]

Test data with dataset name staring with a digit.

test_with_time(fake_ds)[source]

Test data with a time dimension.

test_without_time(fake_ds)[source]

Test data with no time dimension.