Skip to main content
Returns a new raster consisting 1 or more bands of an existing raster. It can build new rasters from existing ones, export only selected bands from a multiband raster, or rearrange the order of bands in a raster dataset.

Signatures

Parameters

raster
Raster
required
The input raster.
bands
ARRAY[Integer]
required
The bands value.

Return type

The resulting raster.

Example