Converts a collection to a single multi-band image containing all of the bands of every image in the collection. Output bands are named by prefixing the existing band names with the image id from which it came (e.g.: 'image1_band1')
Usage | Returns |
---|---|
ImageCollection.toBands() | Image |
Argument | Type | Details |
---|---|---|
this: collection | ImageCollection | The input collection. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!