सूचना: 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) को अपडेट किया गया."],[[["`ImageCollection.mode()` reduces an image collection to a single image by calculating the most frequent pixel value for each band across the collection."],["Bands are matched by name during the reduction process."],["If multiple pixel values have the same highest frequency (multiple modes), the minimum mode value is selected for that pixel."],["The resulting image represents the most common values observed in the collection for each band."]]],["The content details the `mode()` function within an `ImageCollection`, which finds the most frequent pixel value across matching bands in a stack of images, returning a single `Image`. It demonstrates reducing an image collection using functions such as: `mean()`, `median()`, `min()`, `max()`, `sum()`, and `product()`. It also shows how to calculate a pixel frequency using `count()` and to mosaic together images with `mosaic()`. `mode` returns the lowest value if multiple values have the same frequency.\n"]]