Объявление : Все некоммерческие проекты, зарегистрированные для использования Earth Engine до 15 апреля 2025 года, должны подтвердить некоммерческое право на сохранение доступа к Earth Engine.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-24 UTC."],[[["The `ee.Filter.inList` function filters data based on whether a property value is present in a specified list."],["It constructs a filter that checks if the values in the 'left' field or list match any values in the 'right' field or list."],["The function is flexible, allowing you to specify the field or list for both the left and right operands using the provided parameters."],["Returns a Filter object ready for use in your Earth Engine workflows to refine data selections."]]],["The core function, `ee.Filter.inList`, creates a filter based on metadata within a list. It takes either a left field selector and a right value (list), or a right field selector and a left value (list). The `leftField` and `rightField` arguments are string selectors, while `rightValue` and `leftValue` are lists. Only one pair (field and value) should be specified. The function's output is a filter.\n"]]