satpy.composites.cloud_products module

Compositors for cloud products.

class satpy.composites.cloud_products.CloudTopHeightCompositor(name, common_channel_mask=True, **kwargs)[source]

Bases: ColormapCompositor

Colorize with a palette, put cloud-free pixels as black.

Collect custom configuration values.

Parameters

common_channel_mask (bool) – If True, mask all the channels with a mask that combines all the invalid areas of the given data.

static build_colormap(palette, info)[source]

Create the colormap from the raw_palette and the valid_range.

class satpy.composites.cloud_products.PrecipCloudsRGB(name, common_channel_mask=True, **kwargs)[source]

Bases: GenericCompositor

Precipitation clouds compositor.

Collect custom configuration values.

Parameters

common_channel_mask (bool) – If True, mask all the channels with a mask that combines all the invalid areas of the given data.