सूचना: जिन गैर-व्यावसायिक प्रोजेक्ट के लिए Earth Engine को 15 अप्रैल, 2025 से पहले रजिस्टर किया गया है उन्हें ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल से जुड़ी ज़रूरी शर्तों की पुष्टि करनी होगी. अगर आपने 26 सितंबर, 2025 तक पुष्टि नहीं की, तो आपके ऐक्सेस को होल्ड पर रखा जा सकता है.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह एक ऐसा जॉइन दिखाता है जो पहले कलेक्शन के हर एलिमेंट को दूसरे कलेक्शन के मैचिंग एलिमेंट के साथ जोड़ता है. सबसे ज़्यादा मैच करने वाले जॉइन को हर नतीजे में एक अतिरिक्त प्रॉपर्टी के तौर पर जोड़ा जाता है. join मेज़र तब जनरेट होते हैं, जब join की शर्त के तौर पर withinDistance या maxDifference फ़िल्टर का इस्तेमाल किया जाता है.
इस्तेमाल
रिटर्न
ee.Join.saveBest(matchKey, measureKey, outer)
जुड़ें
आर्ग्यूमेंट
टाइप
विवरण
matchKey
स्ट्रिंग
मैच को सेव करने के लिए इस्तेमाल की गई कुकी.
measureKey
स्ट्रिंग
इस कुकी का इस्तेमाल, मैच के लिए जॉइन कंडीशन के मेज़र को सेव करने के लिए किया जाता है.
outer
बूलियन, डिफ़ॉल्ट वैल्यू: false
अगर यह विकल्प चुना जाता है, तो मैच न करने वाली प्राइमरी लाइनें, नतीजे में शामिल की जाएंगी.
[[["समझने में आसान है","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"]]