ee.Filter.expression
Constructs a filter tree from a string.
Usage | Returns |
---|
ee.Filter.expression(expression) | Filter |
Argument | Type | Details |
---|
expression | String | A string to be parsed into a Filter object (e.g., "property > value"). Supported operators include: >, >=, <, <=, ==, !=, (), !, &&, and ||. |
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 2024-07-13 UTC.
[null,null,["Last updated 2024-07-13 UTC."],[[["Creates a filter tree for Earth Engine based on a string expression."],["Uses familiar comparison and logical operators to construct complex filters (e.g., \"property \u003e value\", \"band1 == 10 && band2 \u003c 20\")."],["Returns an `ee.Filter` object that can be applied to Earth Engine collections for filtering data."]]],[]]