[[["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."],[[["`filter()` returns a filtered version of the original Earth Engine FeatureCollection based on the provided filter criteria."],["The filter can be specified using a string expression (e.g., \"ADM2_NAME == 'Denver'\") or an `ee.Filter` object (e.g., `ee.Filter.eq('ADM2_NAME', 'Denver')`)."],["This method allows for the selection of specific features within a collection based on their properties."],["The examples demonstrate how to filter a FeatureCollection to obtain a specific feature's geometry (Denver county) and display it on a map."]]],[]]