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.
Image'ü azaltmak için image.reduce()'ü kullanın. Bir resmin azaltılması, imageCollection.reduce() ile benzer bir şekilde işlev görür. Bunun tek farkı, koleksiyondaki resimler yerine resmin bantlarının azaltıcıya girilmesidir. Çıkış, bant sayısı azaltıcı çıkış sayısına eşit olan bir resimdir. Örneğin:
[[["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-02-18 UTC."],[[["`image.reduce()` processes an image's bands with a reducer, similar to how `imageCollection.reduce()` processes images in a collection."],["It outputs a new image with band count equal to the reducer's output count, for instance, using `ee.Reducer.max()` results in a single-band image with the maximum value across the input bands."],["The provided code demonstrates reducing a Landsat 8 image to a single-band image representing the maximum value across selected bands (B4, B3, B2)."]]],[]]