Anúncio: todos os projetos não comerciais registrados para usar o Earth Engine antes de 15 de abril de 2025 precisam verificar a qualificação não comercial para manter o acesso ao Earth Engine.
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Suponha que o objetivo da mesclagem seja reter todas as imagens na coleção primary
que não estão na coleção secondary. É possível realizar esse
tipo de mesclagem invertida usando ee.Join.inverted().
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-02-18 UTC."],[[["`ee.Join.inverted()` allows you to keep images from a primary collection that do not have matching images in a secondary collection based on a specified filter."],["This example demonstrates how to use `ee.Join.inverted()` to identify Landsat 8 images from April that are not present in the May to July timeframe."],["An `ee.Filter.equals()` is employed to define matching criteria between the collections, typically using a common property like 'system:index'."],["The resulting collection contains only images unique to the primary collection, effectively isolating images not found in the secondary collection."]]],["The content demonstrates how to use `ee.Join.inverted()` to retain images from a `primary` collection that are absent in a `secondary` collection. It involves loading a Landsat 8 image collection and defining `primary` (April-June) and `secondary` (May-July) collections. An equals filter is used to match images by their system index. The `invertedJoin` is defined and applied, resulting in images present in the `primary` but not in the `secondary` collection, exemplified by images from April 3rd and 19th.\n"]]