הודעה: כל הפרויקטים הלא מסחריים שנרשמו לשימוש ב-Earth Engine לפני 15 באפריל 2025 חייבים לעבור אימות של הזכאות לשימוש לא מסחרי כדי לשמור על הגישה ל-Earth Engine.
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Converts an image collection into an image of 2D arrays. בכל פיקסל, התמונות שיש להן ערכים תקפים (לא מוסתרים) בכל הפסים מסודרות לאורך הציר הראשון של המערך לפי הסדר שבו הן מופיעות באוסף התמונות. הפסי רוחב של כל תמונה מסודרים לאורך הציר השני של המערך, לפי הסדר שבו הם מופיעים בתמונה. סוג האלמנט במערך יהיה איחוד של סוגי כל הרצועות.
שימוש
החזרות
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."]]],[]]