Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["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 2025-07-08 UTC."],[[["\u003cp\u003eCombines multiple images into a single multi-band image containing all original bands.\u003c/p\u003e\n"],["\u003cp\u003eShared band names are distinguished by automatically appending incrementing indices.\u003c/p\u003e\n"],["\u003cp\u003eOutput image inherits metadata solely from the first input image.\u003c/p\u003e\n"],["\u003cp\u003eConstant input values are transformed into constant images within the output.\u003c/p\u003e\n"],["\u003cp\u003eReturns the consolidated multi-band image.\u003c/p\u003e\n"]]],[],null,["\u003cbr /\u003e\n\nCombines the given images into a single image which contains all bands from all of the images.\n\n\u003cbr /\u003e\n\nIf two or more bands share a name, they are suffixed with an incrementing index.\n\nThe resulting image will have the metadata from the first input image, only.\n\nThis function will promote constant values into constant images.\n\nReturns the combined image.\n\n| Usage | Returns |\n|--------------------------|---------|\n| `ee.Image.cat(var_args)` | Image |\n\n| Argument | Type | Details |\n|------------|------------------|----------------------------|\n| `var_args` | VarArgs\\\u003cImage\\\u003e | The images to be combined. |"]]