Stay organized with collections
Save and categorize content based on your preferences.
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'). Note: The maximum number of bands is 5000.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-13 UTC."],[[["`toBands()` transforms an ImageCollection into a single multi-band image, combining all bands from each image within the collection."],["Band names in the output image are prefixed with the original image ID to identify their source."],["The band order in the output image reflects the order of images within the input collection, which can be controlled using `sort()`."],["There is a limit of 5000 bands for the output multi-band image."]]],[]]