monkey_wrench.input_output.seviri._extension module

The module providing a factory function and a context manager for the SEVIRI extension.

The extension allows for reading SEVIRI resampled files.

monkey_wrench.input_output.seviri._extension.CHANNEL_NAMES = ['HRV', 'VIS006', 'VIS008', 'IR_016', 'IR_039', 'WV_062', 'WV_073', 'IR_087', 'IR_097', 'IR_108', 'IR_120', 'IR_134']

Names of SEVIRI channels.

Warning

The order of channels matter. As a result, using satpy.readers.seviri_base.CHANNEL_NAMES.values() does not work! It has the correct channels but not according to the required order!

monkey_wrench.input_output.seviri._extension._seviri_extension_factory()[source]

Instantiate a class of type SEVIRI, so that it will be available in the CHIMP namespace.

monkey_wrench.input_output.seviri._extension.seviri_extension_context() Generator[Callable, None, None][source]

A context manager to load the SEVIRI extension.

Yields:

A SEVIRI-aware CHIMP CLI function which can perform a retrieval.