This tool can be used to split a red-green-blue (RGB) colour-composite image into three separate bands of multi-spectral imagery. The user must specify the input image (input
) and output red, green, blue images.
def split_colour_composite(self, composite_image: Raster) -> Tuple[Raster, Raster, Raster]: ...