ee.ImageCollection.toArrayPerBand
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, कई इमेज को एक ऐरे इमेज में जोड़ता है. अगर कोई इनपुट मास्क किया गया है, तो नतीजे को भी मास्क किया जाएगा.
इस्तेमाल | रिटर्न |
---|
ImageCollection.toArrayPerBand(axis) | इमेज |
आर्ग्यूमेंट | टाइप | विवरण |
---|
यह: collection | ImageCollection | जोड़ी जाने वाली इमेज. हर बैंड के लिए अलग-अलग कॉनकैटेनेशन किया जाता है. इसलिए, सभी इमेज में हर बैंड के लिए एक जैसी डाइमेंशनलिटी और शेप होना चाहिए. हालांकि, कॉनकैटेनेशन ऐक्सिस के साथ लंबाई अलग-अलग हो सकती है. |
axis | पूर्णांक, डिफ़ॉल्ट: 0 | जिस ऐक्सिस के साथ जोड़ना है; यह कम से कम 0 और ज़्यादा से ज़्यादा, कलेक्शन में मौजूद किसी भी बैंड के कम से कम डाइमेंशन के बराबर होना चाहिए. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eCreates a single image array by combining multiple images from an ImageCollection.\u003c/p\u003e\n"],["\u003cp\u003eThe resulting image retains any masking present in the input images.\u003c/p\u003e\n"],["\u003cp\u003eImages within the collection must have consistent dimensionality and shape per band for concatenation.\u003c/p\u003e\n"],["\u003cp\u003eConcatenation is performed independently for each band along a specified axis.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eaxis\u003c/code\u003e parameter controls the direction of concatenation, defaulting to 0.\u003c/p\u003e\n"]]],[],null,["# ee.ImageCollection.toArrayPerBand\n\nConcatenates multiple images into a single array image. The result will be masked if any input is masked.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------------------------|---------|\n| ImageCollection.toArrayPerBand`(`*axis*`)` | Image |\n\n| Argument | Type | Details |\n|--------------------|---------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `collection` | ImageCollection | Images to concatenate. A separate concatenation is done per band, so all the images must have the same dimensionality and shape per band, except length along the concatenation axis. |\n| `axis` | Integer, default: 0 | Axis to concatenate along; must be at least 0 and at most the minimum dimension of any band in the collection. |"]]