सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, किसी कलेक्शन में मौजूद ऑब्जेक्ट की दी गई प्रॉपर्टी के आधार पर एग्रीगेट करता है. साथ ही, चुनी गई प्रॉपर्टी की वैल्यू के सैंपल का स्टैंडर्ड डीविएशन (मानक विचलन) कैलकुलेट करता है.
इस्तेमाल
रिटर्न
ImageCollection.aggregate_sample_sd(property)
नंबर
आर्ग्यूमेंट
टाइप
विवरण
यह: collection
FeatureCollection
वह कलेक्शन जिसके आधार पर एग्रीगेट करना है.
property
स्ट्रिंग
कलेक्शन के हर एलिमेंट से इस्तेमाल की जाने वाली प्रॉपर्टी.
[[["समझने में आसान है","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_sample_sd` calculates the sample standard deviation of a specified property across an ImageCollection."],["It takes an ImageCollection and a property name as input."],["The function returns a numerical value representing the sample standard deviation."],["This function is useful for understanding the variability or dispersion of a property within a collection of images, such as cloud cover across Landsat scenes."],["The property should be numerical for meaningful results; if a string property is used, min and max will return the first and last values based on alphanumeric order."]]],[]]