קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
צימודים משמשים לשילוב רכיבים מאוספי נתונים שונים (למשל ImageCollection או FeatureCollection) על סמך תנאי שמוגדר באמצעות ee.Filter. המסנן נוצר באמצעות ארגומנטים של הנכסים בכל אוסף שקשורים זה לזה. באופן ספציפי, הערך של leftField מציין את הנכס בקולקציה הראשית שקשור ל-rightField בקולקציה המשנית. סוג המסנן (למשל equals, greaterThanOrEquals, lessThan וכו')
מציין את הקשר בין השדות. סוג השילוב מציין קשרים אחד-ל-רבים או אחד-ל-אחד בין הפריטים באוספים, ומציין גם כמה התאמות לשמור. הפלט של המיזוג נוצר על ידי join.apply(), והוא משתנה בהתאם לסוג המיזוג.
[[["התוכן קל להבנה","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 (שעון UTC)."],[[["Joins combine elements from different collections like `ImageCollection` and `FeatureCollection` based on a specified condition using an `ee.Filter`."],["The `ee.Filter` defines the relationship between properties in the collections using `leftField` and `rightField` along with a filter type like `equals` or `lessThan`."],["Different join types handle one-to-one or one-to-many relationships and control the number of matches retained, impacting the output produced by `join.apply()`."]]],["Joins combine elements from different collections using an `ee.Filter` based on a specified condition. `leftField` and `rightField` define related properties within the primary and secondary collections, respectively. The filter type determines the relationship between these fields (e.g., equals, greaterThan). Join type specifies one-to-many or one-to-one relationships and the number of matches. The `join.apply()` method produces the output, which varies based on the chosen join type.\n"]]