satpy.tests.reader_tests.test_geos_area module

Geostationary project utility module tests package.

class satpy.tests.reader_tests.test_geos_area.TestGEOSProjectionUtil(methodName='runTest')[source]

Bases: TestCase

Tests for the area utilities.

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

_classSetupFailed = False
_class_cleanups = []
make_pdict_ext(typ, scan)[source]

Create a dictionary and extents to use in testing.

test_geos_area()[source]

Test area extent calculation with N->S scan then S->N scan.

test_get_area_definition()[source]

Test the retrieval of the area definition.

test_get_geos_area_naming()[source]

Test the geos area naming function.

test_get_resolution_and_unit_strings_in_km()[source]

Test the resolution and unit strings function for a km resolution.

test_get_resolution_and_unit_strings_in_m()[source]

Test the resolution and unit strings function for a m resolution.

test_get_xy_from_linecol()[source]

Test the scan angle calculation.

test_sampling_to_lfac_cfac()[source]

Test conversion from angular sampling to line/column offset.