1.5.1.1.1.1.1. polar2grid.composites.enhanced module

Composites that apply enhancements during the compositing phase.

class polar2grid.composites.enhanced.SingleEnhancedBandCompositor(name, prerequisites=None, optional_prerequisites=None, **kwargs)[source]

Bases: SingleBandCompositor

Produce a pre-enhanced version of the single provided dependency.

Warning

This does NOT stop Satpy from enhancing this dataset again. The metadata provided to this compositor must make the DataArray match another “no-op” enhancement on the backend.

class polar2grid.composites.enhanced.SubBandCompositor(name, prerequisites=None, optional_prerequisites=None, band_index=None, **kwargs)[source]

Bases: SingleBandCompositor

Get a single band from a provided multi-band DataArray.