הודעה: כל הפרויקטים הלא מסחריים שנרשמו לשימוש ב-Earth Engine לפני 15 באפריל 2025 חייבים לאמת את הזכאות לשימוש לא מסחרי כדי לשמור על הגישה. אם לא תאמתו את החשבון עד 26 בספטמבר 2025, יכול להיות שהגישה שלכם תושעה.
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Returns a join that pairs each element from the first collection with a matching element from the second collection. ההתאמה עם מדד הצירוף הכי טוב מתווספת לכל תוצאה כמאפיין נוסף. מדדי הצטרפות נוצרים כשמשתמשים במסננים withinDistance או maxDifference כתנאי לצירוף.
שימוש
החזרות
ee.Join.saveBest(matchKey, measureKey, outer)
הצטרפות
ארגומנט
סוג
פרטים
matchKey
מחרוזת
המפתח שמשמש לשמירת ההתאמה.
measureKey
מחרוזת
המפתח שמשמש לשמירת המדד של תנאי הצירוף בהתאמה.
outer
בוליאני, ברירת מחדל: false
אם הערך הוא true, שורות ראשיות ללא התאמות ייכללו בתוצאה.
[[["התוכן קל להבנה","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-07-26 (שעון UTC)."],[],["This describes a join operation that pairs elements from two collections. It identifies the best match between elements based on filters like `withinDistance` or `maxDifference`, storing this match in a specified `matchKey`. The quality of the match is stored under `measureKey`. The `outer` argument determines if unmatched elements from the first collection are included in the output. The function, `ee.Join.saveBest`, returns a join object.\n"]]