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!