Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
Stay organized with collections
Save and categorize content based on your preferences.
Remaps the value of a specific property in a collection. Takes two parallel lists and maps values found in one to values in the other. Any element with a value that is not specified in the first list is dropped from the output collection.
[[["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."],[[["Remaps values within a specified property of a FeatureCollection using two corresponding lists, `lookupIn` and `lookupOut`, for input and output values."],["Any feature with a property value not found in the `lookupIn` list is excluded from the resulting FeatureCollection."],["Both `lookupIn` and `lookupOut` lists must have the same length, and `lookupIn` can contain only string or integer values."],["This operation effectively transforms the designated property in the input FeatureCollection based on the provided mapping."]]],[]]