[[["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-12-06 UTC."],[[["`Number.gte()` is a function that compares two numbers and returns 1 if the first number (`left`) is greater than or equal to the second number (`right`), otherwise it returns 0."],["It accepts two arguments: `left` (the first number) and `right` (the second number), both of which must be of type Number."],["The function can be used within both JavaScript and Python Earth Engine environments."]]],["The `gte` function determines if a \"left\" number is greater than or equal to a \"right\" number. It takes two number arguments, `left` and `right`. The function returns 1 if the `left` value is greater than or equal to the `right` value; otherwise, it returns 0. The function is demonstrated in both JavaScript and Python, showing how to compare various numerical values.\n"]]