تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
لنفترض أنّ الغرض من عملية الدمج هو الاحتفاظ بجميع الصور في مجموعة primary
التي لا تظهر في مجموعة secondary. يمكنك تنفيذ
هذا النوع من عمليات الربط المقلوب باستخدام ee.Join.inverted().
تاريخ التعديل الأخير: 2025-02-18 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-02-18 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`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"]]