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.
ee.Feature.select
Stay organized with collections
Save and categorize content based on your preferences.
Selects properties from a feature by name or RE2-compatible regex and optionally renames them.
| Usage | Returns | Feature.select(propertySelectors, newProperties, retainGeometry) | Element |
| Argument | Type | Details | this: input | Element | The feature to select properties from. |
propertySelectors | List | A list of names or regexes specifying the properties to select. |
newProperties | List, default: null | Optional new names for the output properties. Must match the number of properties selected. |
retainGeometry | Boolean, default: true | When false, the result will have a NULL geometry. |
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."],[],[]]