[[["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."],[[["Returns a filter that selects data based on the day of the year."],["The filter checks if an object's timestamp falls within a specified day-of-year range."],["Users define the range using `start` and `end` parameters, representing the inclusive start and end days."]]],["This function creates a filter based on the day of the year. It filters objects whose timestamps fall within a specified range of days. The `ee.Filter.dayOfYear(start, end)` method takes two integer arguments: `start` and `end`, representing the inclusive beginning and end of the desired day range, respectively. It returns a `Filter` object, which can be used to select data matching the day-of-year criteria.\n"]]