[[["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 2024-09-19 UTC."],[[["`ee.Algorithms.If` selects one of two input values based on a given condition, similar to an if-then-else statement."],["The `condition` input determines the output, treating non-boolean values as true or false based on specific rules (e.g., 0 is false, empty strings are false)."],["`trueCase` and `falseCase` represent the values returned when the condition is true or false, respectively."],["While `ee.Algorithms.If` is versatile, using `remap` might be more efficient for tasks like assigning numerical values to classes."]]],[]]