सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, किसी कलेक्शन में मौजूद ऑब्जेक्ट की दी गई प्रॉपर्टी के हिसाब से एग्रीगेट करता है. साथ ही, चुनी गई प्रॉपर्टी के लिए अलग-अलग वैल्यू की संख्या का हिसाब लगाता है.
[[["समझने में आसान है","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) को अपडेट किया गया."],[[["`aggregate_count_distinct()` calculates the number of unique values for a specified property within an ImageCollection."],["It takes the ImageCollection and the property name as input."],["The result is a single number representing the count of distinct values."],["This function is useful for understanding the diversity of values associated with a specific property in an ImageCollection."]]],["The core functionality involves using `aggregate_*` functions on an `ImageCollection` to analyze a specific property. The `aggregate_count_distinct(property)` method returns the number of unique values for a given property across all images in the collection. Other functions include retrieving a list of property values, count of all values, first value, min/max, histogram, and statistical measures like mean, sum, variance, and standard deviation. The provided examples use cloud cover and scene ID properties for demonstration.\n"]]