Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain access. If you have not verified by September 26, 2025, your access may be on hold.
[[["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\u003eThe \u003ccode\u003eselect()\u003c/code\u003e method returns an ImageCollection with specified bands selected from each image within the collection.\u003c/p\u003e\n"],["\u003cp\u003eBand selection can be achieved using band names, numeric indices, or regular expressions.\u003c/p\u003e\n"],["\u003cp\u003eSelected bands can be renamed by providing a corresponding list of new names.\u003c/p\u003e\n"],["\u003cp\u003eThe method accepts a flexible combination of selectors, including strings, integers, and lists.\u003c/p\u003e\n"],["\u003cp\u003eRegular expressions enable versatile pattern matching for selecting multiple bands simultaneously.\u003c/p\u003e\n"]]],["The `select` method extracts specific bands from an ImageCollection, returning a new ImageCollection with those bands. Band selection can be done by name, index, or a list of these. New band names can be assigned using an optional list, which must match the number of selected bands. Regular expressions can also be used to select bands based on pattern matching. The code examples demonstrate these selection techniques for both JavaScript and Python.\n"],null,[]]