सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, image1 और image2 में मौजूद बैंड के हर मैच किए गए जोड़े के लिए, v1 को v2 बिट से साइन किए गए राइट-शिफ़्ट की गिनती करता है. अगर image1 या image2 में से किसी एक में सिर्फ़ एक बैंड है, तो इसका इस्तेमाल दूसरी इमेज के सभी बैंड के साथ किया जाता है. अगर इमेज में बैंड की संख्या एक जैसी है, लेकिन उनके नाम अलग-अलग हैं, तो उन्हें नैचुरल ऑर्डर में जोड़े के तौर पर इस्तेमाल किया जाता है. आउटपुट बैंड का नाम, दोनों इनपुट में से ज़्यादा लंबाई वाले इनपुट के हिसाब से रखा जाता है. अगर दोनों इनपुट की लंबाई बराबर है, तो इमेज1 के क्रम के हिसाब से नाम रखा जाता है. आउटपुट पिक्सल का टाइप, इनपुट टाइप का यूनियन होता है.
[[["समझने में आसान है","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) को अपडेट किया गया."],[[["Calculates the signed right shift, applying it to corresponding bands in two input images."],["If one image has a single band, it's used against all bands of the other image."],["Output image bands inherit names from the longer input, or from `image1` if both inputs have the same number of bands."],["Pixel type in the output image is determined by combining the input types to accommodate both."]]],["Performs a signed right shift operation between two images (`image1` and `image2`). The operation shifts `image1`'s bands right by `image2`'s bands' values. If one image has a single band, it's applied to all bands of the other. When band counts match but names differ, pairwise shifting is done. Output band names are derived from the longer input or `image1` if lengths are equal. Output pixel type is a union of input types. Returns a new image.\n"]]