Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ee.Filter.or
Stay organized with collections
Save and categorize content based on your preferences.
Combine two or more filters using boolean OR.
Returns the constructed filter.
Usage | Returns | ee.Filter.or(var_args) | Filter |
Argument | Type | Details | var_args | VarArgs<Filter> | The filters to combine. |
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\u003eThis function enables combining multiple filters using a boolean OR operation.\u003c/p\u003e\n"],["\u003cp\u003eIt returns a single, unified filter incorporating all specified filter conditions.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eee.Filter.or()\u003c/code\u003e accepts a variable number of filters as input.\u003c/p\u003e\n"]]],[],null,["# ee.Filter.or\n\n\u003cbr /\u003e\n\nCombine two or more filters using boolean OR.\n\n\u003cbr /\u003e\n\nReturns the constructed filter.\n\n| Usage | Returns |\n|--------------------------|---------|\n| `ee.Filter.or(var_args)` | Filter |\n\n| Argument | Type | Details |\n|------------|-------------------|-------------------------|\n| `var_args` | VarArgs\\\u003cFilter\\\u003e | The filters to combine. |"]]