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.
Bir koleksiyondaki birden fazla resmi içeren bir resim oluşturmak için kullanılabilecek bir kimlik oluşturur.
Bu özellik filmstripThumbnails.getPixels ile birlikte kullanılır. filmstripThumbnails.create çağrısı, bir ifade ve bazı çıkış seçenekleri sağlar. filmstripThumbnails.create sonucu, bu ifadenin değerlendirilmesi ve bu seçeneklerin uygulanmasının sonucu olan bir resmi temsil eden bir kimliktir. Ardından, bir ImageCollection öğesinin tüm öğelerini yukarıdan aşağıya veya yan yana birleştirilmiş olarak gösteren bir resim almak için filmstripThumbnails.getPixels çağrıları yapılabilir. Kimlik, orta düzeyde bir süre (birkaç saat) boyunca geçerli olur.
İstek, ImageCollection'daki tüm resimler için toplam 512*512*100 piksel ile sınırlıdır. Bu sınırları aşan istekler 400 (BAD_REQUEST) hata koduyla sonuçlanır.
HTTP isteği
POST https://earthengine.googleapis.com/v1beta/{parent=projects/*}/filmstripThumbnails
[[["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-25 UTC."],[[["Creates an ID representing an image composed of multiple images from an ImageCollection, arranged vertically or horizontally."],["The generated ID can be used with `filmstripThumbnails.getPixels` to retrieve the combined image."],["The total pixel limit for the combined image is 512\\*512\\*100 pixels; exceeding this limit results in a 400 error."],["Requires specific IAM permissions and OAuth scopes for authorization and access."]]],["An ID representing a multi-image composite is created via a `POST` request to `filmstripThumbnails.create`, specifying an expression and output options. This ID, valid for a few hours, is used with `filmstripThumbnails.getPixels` to retrieve the concatenated image from an ImageCollection. The request is limited to 512\\*512\\*100 pixels, with larger requests resulting in a 400 error. A `workloadTag` can be included. Authorization is required, with specific IAM permissions and OAuth scopes.\n"]]