Duyuru: 15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin erişimlerini sürdürebilmeleri için ticari olmayan uygunluklarını doğrulamaları gerekir. 26 Eylül 2025'e kadar doğrulama yapmazsanız erişiminiz bekletilebilir.
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
İlk koleksiyondaki her öğeyi ikinci koleksiyondaki eşleşen bir öğeyle eşleştiren bir birleştirme döndürür. En iyi birleştirme ölçüsüne sahip eşleşme, her sonuca ek bir özellik olarak eklenir. Birleştirme koşulu olarak withinDistance veya maxDifference filtreleri kullanıldığında birleştirme ölçüleri oluşturulur.
Kullanım
İadeler
ee.Join.saveBest(matchKey, measureKey, outer)
Katıl
Bağımsız Değişken
Tür
Ayrıntılar
matchKey
Dize
Maçı kaydetmek için kullanılan tuş.
measureKey
Dize
Eşleşmede birleştirme koşulunun ölçüsünü kaydetmek için kullanılan anahtar.
outer
Boole değeri, varsayılan: false
Doğruysa eşleşmesi olmayan birincil satırlar sonuca dahil edilir.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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"]]