सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
इमेज कलेक्शन को 2D ऐरे की इमेज में बदलता है. हर पिक्सल पर, ऐसी इमेज को ऐरे के पहले ऐक्सिस के साथ लेआउट किया जाता है जिनमें सभी बैंड में मान्य (मास्क नहीं की गई) वैल्यू होती हैं. इमेज को इमेज कलेक्शन में दिखने के क्रम में लेआउट किया जाता है. हर इमेज के बैंड, ऐरे के दूसरे ऐक्सिस के साथ-साथ लेआउट किए जाते हैं. ये बैंड, इमेज में दिखने के क्रम में होते हैं. ऐरे एलिमेंट का टाइप, हर बैंड के टाइप का यूनियन होगा.
इस्तेमाल
रिटर्न
ImageCollection.toArray()
इमेज
आर्ग्यूमेंट
टाइप
विवरण
यह: collection
ImageCollection
इमेज कलेक्शन को ऐरे इमेज में बदलने के लिए. बैंड में स्केलर वैल्यू होनी चाहिए, न कि ऐरे वैल्यू.
[[["समझने में आसान है","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) को अपडेट किया गया."],[[["Transforms an image collection into a single image where each pixel represents a 2D array containing data from all valid images in the collection."],["The 2D array at each pixel is organized with images along the first axis and their respective bands along the second axis, preserving the original order."],["The resulting image's array element type adapts to accommodate the various data types present in the input image collection's bands."],["This operation is initiated using the `toArray()` method on an ImageCollection object, returning a new Image object."],["Input image collections should only contain bands with scalar values, not array values, for proper conversion."]]],[]]