Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ee.Image.cat
Stay organized with collections
Save and categorize content based on your preferences.
Combines the given images into a single image which contains all bands from all of the images.
If two or more bands share a name, they are suffixed with an incrementing index.
The resulting image will have the metadata from the first input image, only.
This function will promote constant values into constant images.
Returns the combined image.
Usage | Returns | ee.Image.cat(var_args) | Image |
Argument | Type | Details | var_args | VarArgs<Image> | The images to be combined. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-08 UTC.
[null,null,["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,["# ee.Image.cat\n\n\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. |"]]