Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ee.Filter.gte
Stay organized with collections
Save and categorize content based on your preferences.
Filter on metadata greater than or equal to the given value.
Returns the constructed filter.
Usage | Returns | ee.Filter.gte(name, value) | Filter |
Argument | Type | Details | name | String | The property name to filter on. |
value | Object | The value to compare against. |
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\u003eThe \u003ccode\u003eee.Filter.gte()\u003c/code\u003e function creates a filter that selects features where the specified property is greater than or equal to a given value.\u003c/p\u003e\n"],["\u003cp\u003eIt takes two arguments: the property name (\u003ccode\u003ename\u003c/code\u003e) as a string and the comparison value (\u003ccode\u003evalue\u003c/code\u003e) as an object.\u003c/p\u003e\n"],["\u003cp\u003eThe function returns a filter object that can be applied to collections.\u003c/p\u003e\n"]]],[],null,["# ee.Filter.gte\n\n\u003cbr /\u003e\n\nFilter on metadata greater than or equal to the given value.\n\n\u003cbr /\u003e\n\nReturns the constructed filter.\n\n| Usage | Returns |\n|------------------------------|---------|\n| `ee.Filter.gte(name, value)` | Filter |\n\n| Argument | Type | Details |\n|----------|--------|---------------------------------|\n| `name` | String | The property name to filter on. |\n| `value` | Object | The value to compare against. |"]]