सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
हर बैंड के लिए, उसी नाम का एक आउटपुट बैंड बनाया जाता है. इसमें दी गई पोज़िशन पर मौजूद वैल्यू को, उस बैंड में मौजूद इनपुट मल्टीडाइमेंशनल पिक्सल से निकाला जाता है.
इस्तेमाल
रिटर्न
Image.arrayGet(position)
इमेज
आर्ग्यूमेंट
टाइप
विवरण
यह: image
इमेज
वह कलेक्शन जिससे कोई एलिमेंट लेना है.
position
इमेज
जिस एलिमेंट के निर्देशांक पाने हैं. इनपुट इमेज में जितने डाइमेंशन हैं उतने ही स्केलर बैंड होने चाहिए.
[[["समझने में आसान है","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) को अपडेट किया गया."],[[["`arrayGet` extracts a single value from a specific position within a multidimensional array image, creating a new image band containing that value."],["The position within the array is specified using an Image where each band represents the index along a different dimension of the array."],["The output image has the same name as the input band and contains the extracted value at the specified position for each pixel."],["This function is useful for accessing individual elements or slices of data within a larger array structure."]]],[]]