ee.ImageCollection.distinct
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, किसी कलेक्शन से डुप्लीकेट वैल्यू हटाता है. ध्यान दें कि डुप्लीकेट का पता लगाने के लिए, चुनी गई प्रॉपर्टी के क्रमबद्ध फ़ॉर्म पर मज़बूत हैश का इस्तेमाल किया जाता है.
इस्तेमाल | रिटर्न |
---|
ImageCollection.distinct(properties) | FeatureCollection |
आर्ग्यूमेंट | टाइप | विवरण |
---|
यह: collection | FeatureCollection | वह इनपुट कलेक्शन जिससे ऑब्जेक्ट चुने जाएंगे. |
properties | ऑब्जेक्ट | तुलना के लिए इस्तेमाल की जाने वाली प्रॉपर्टी का नाम या प्रॉपर्टी के नामों की सूची. ऑब्जेक्ट की ज्यामिति की तुलना करने के लिए, '.geo' प्रॉपर्टी को शामिल किया जा सकता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eReturns a new \u003ccode\u003eFeatureCollection\u003c/code\u003e with duplicate features removed from the original collection.\u003c/p\u003e\n"],["\u003cp\u003eDuplicates are identified using a strong hash function applied to the serialized form of specified properties including geometry.\u003c/p\u003e\n"],["\u003cp\u003eUsers can define the specific properties (including geometry) to be used for identifying duplicates.\u003c/p\u003e\n"]]],[],null,["# ee.ImageCollection.distinct\n\nRemoves duplicates from a collection. Note that duplicates are determined using a strong hash over the serialized form of the selected properties.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------------------------|-------------------|\n| ImageCollection.distinct`(properties)` | FeatureCollection |\n\n| Argument | Type | Details |\n|--------------------|-------------------|--------------------------------------------------------------------------------------------------------------------------------------|\n| this: `collection` | FeatureCollection | The input collection from which objects will be selected. |\n| `properties` | Object | A property name or a list of property names to use for comparison. The '.geo' property can be included to compare object geometries. |"]]