सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, किसी कलेक्शन से डुप्लीकेट वैल्यू हटाता है. ध्यान दें कि डुप्लीकेट का पता लगाने के लिए, चुनी गई प्रॉपर्टी के क्रमबद्ध फ़ॉर्म पर मज़बूत हैश का इस्तेमाल किया जाता है.
इस्तेमाल
रिटर्न
FeatureCollection.distinct(properties)
FeatureCollection
आर्ग्यूमेंट
टाइप
विवरण
यह: collection
FeatureCollection
वह इनपुट कलेक्शन जिससे ऑब्जेक्ट चुने जाएंगे.
properties
ऑब्जेक्ट
तुलना के लिए इस्तेमाल की जाने वाली प्रॉपर्टी का नाम या प्रॉपर्टी के नामों की सूची. ऑब्जेक्ट की ज्यामिति की तुलना करने के लिए, '.geo' प्रॉपर्टी को शामिल किया जा सकता है.
[[["समझने में आसान है","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) को अपडेट किया गया."],[[["The `distinct()` method removes duplicate features from a FeatureCollection based on specified properties or geometry."],["Duplicates are identified using a strong hash of the serialized form of the selected properties or '.geo' for geometry."],["The method accepts a property name, a list of property names, or '.geo' as input for comparison."],["It returns a new FeatureCollection containing only the unique features."],["The original FeatureCollection remains unchanged."]]],["The `distinct` method removes duplicate features from a `FeatureCollection`. Duplicates are identified by comparing the serialized form of specified properties using a strong hash. The `properties` argument defines the comparison criteria, accepting a single property name or a list, including '.geo' for geometry. The method returns a new `FeatureCollection` with the duplicates removed. Examples are provided for both JavaScript and Python, using power plants in Belgium and properties like 'fuel1', 'source' or geometry to remove duplicates.\n"]]