Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ee.Image.bandNames
Stay organized with collections
Save and categorize content based on your preferences.
Returns a list containing the names of the bands of an image.
Usage | Returns | Image.bandNames() | List |
Argument | Type | Details | this: image | Image | The image from which to get band names. |
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 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["\u003cp\u003eThis method is used to retrieve a list of band names from an image.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ebandNames()\u003c/code\u003e method is applied to an image and returns a list containing the names of the bands as strings.\u003c/p\u003e\n"],["\u003cp\u003eThe only argument is the image itself.\u003c/p\u003e\n"]]],["The `Image.bandNames()` function retrieves a list of band names from a given image. It takes one argument: the image itself. The function operates on an `Image` object and returns a `List` containing the string names of each band within that image. No other operations are performed besides listing existing band names.\n"],null,["# ee.Image.bandNames\n\nReturns a list containing the names of the bands of an image.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------|---------|\n| Image.bandNames`()` | List |\n\n| Argument | Type | Details |\n|---------------|-------|-----------------------------------------|\n| this: `image` | Image | The image from which to get band names. |"]]