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.
Returns a join that produces the elements of the primary collection that match no elements of the secondary collection. No properties are added to the results.
[[["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 join that selects elements from the primary collection that have no matching elements in the secondary collection."],["This join type doesn't introduce any new properties to the resulting features."],["It's created using the `ee.Join.inverted()` method without any arguments."]]],["The `ee.Join.inverted()` method creates a join operation that identifies elements in the primary collection that lack matches in the secondary collection. The method returns a Join object. No additional properties are included in the output. It functions without requiring any input arguments. The result set comprises only the unmatched elements from the primary collection.\n"]]