satpy.tests.reader_tests.test_hsaf_grib module
Module for testing the satpy.readers.grib module.
- class satpy.tests.reader_tests.test_hsaf_grib.FakeGRIB(messages=None, proj_params=None, latlons=None)[source]
Bases:
object
Fake GRIB file returned by pygrib.open.
Init the fake grib file.
- class satpy.tests.reader_tests.test_hsaf_grib.FakeMessage(values, proj_params=None, latlons=None, **attrs)[source]
Bases:
object
Fake message returned by pygrib.open().message(x).
Init the fake message.