[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["`ImageCollection.filter()` allows you to apply a filter to an ImageCollection, resulting in a new collection containing only the images that match the filter criteria."],["The `filter` argument accepts a Filter object, such as one created with `ee.Filter.eq`, to define the filtering conditions."],["This method is useful for subsetting collections based on properties like date, metadata, or image content."],["Applying a filter with criteria that no images satisfy will return an empty collection."]]],[]]