सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, ऐरे इमेज बनाता है. इसमें ऐरे वैल्यू वाले हर पिक्सल को ऐरे वैल्यू वाले दूसरे पिक्सल से मास्क किया जाता है. इसमें सिर्फ़ वे एलिमेंट शामिल होते हैं जहां मास्क की वैल्यू शून्य नहीं होती. अगर मास्क इमेज में एक बैंड है, तो इसे 'input' के सभी बैंड पर लागू किया जाएगा. अगर ऐसा नहीं है, तो उनमें बैंड की संख्या एक जैसी होनी चाहिए.
[[["समझने में आसान है","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) को अपडेट किया गया."],[[["`arrayMask` creates a masked array image by retaining elements where the mask image is non-zero."],["It can be applied to 1D or 2D array images, using either single-band or multi-band masks."],["If the mask has one band, it's applied to all bands of the input array image; otherwise, they must have the same number of bands."],["The masking operation effectively filters out array elements corresponding to zero values in the mask."],["This function is useful for selectively manipulating or analyzing specific elements within array images."]]],[]]