RasterType.has_channels

RasterType.has_channels(channels: List[BandChannel]) bool[source]

Checks if the product type contains all the expected channels.

Parameters:

channels ([eolab.georastertools.product.BandChannel]) – List of bands channels

Returns:

True if this RasterType contains all channels

Return type:

bool