Duyuru: 15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için ticari olmayan uygunluğu doğrulaması gerekir.
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Resim koleksiyonunu 2 boyutlu dizilerin resmine dönüştürür. Her pikselde, tüm bantlarda geçerli (maskelenmemiş) değerlere sahip görüntüler, görüntü koleksiyonunda göründükleri sırayla dizinin ilk ekseni boyunca yerleştirilir. Her görüntünün bantları, dizinin ikinci ekseni boyunca, bantların ilgili görüntüde göründüğü sırayla yerleştirilir. Dizi öğesi türü, her bandın türlerinin birleşimi olur.
Kullanım
İadeler
ImageCollection.toArray()
Resim
Bağımsız Değişken
Tür
Ayrıntılar
bu: collection
ImageCollection
Dizi resmine dönüştürülecek resim koleksiyonu. Bantlar, dizi değerleri değil, skaler değerler içermelidir.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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."]]],[]]