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.
ee.ImageCollection.flatten
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Koleksiyon koleksiyonlarını düzleştirir.
Kullanım | İadeler |
---|
ImageCollection.flatten() | FeatureCollection |
Bağımsız Değişken | Tür | Ayrıntılar |
---|
bu: collection | FeatureCollection | Koleksiyonların giriş koleksiyonu. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-26 UTC."],[[["\u003cp\u003eFlattens a FeatureCollection containing other collections into a single FeatureCollection of Features.\u003c/p\u003e\n"],["\u003cp\u003eThe input must be an \u003ccode\u003eImageCollection\u003c/code\u003e and it transforms it into a \u003ccode\u003eFeatureCollection\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eUseful for simplifying nested collections and facilitating further analysis.\u003c/p\u003e\n"]]],["The `flatten()` method transforms a collection of collections into a single `FeatureCollection`. It takes one argument, `collection`, which represents the input collection of collections. The method's core function is to consolidate multiple collections within a parent collection into a unified `FeatureCollection`, making it easier to access and manage the data. The output will be the data in `FeatureCollection` format.\n"],null,["# ee.ImageCollection.flatten\n\nFlattens collections of collections.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------|-------------------|\n| ImageCollection.flatten`()` | FeatureCollection |\n\n| Argument | Type | Details |\n|--------------------|-------------------|--------------------------------------|\n| this: `collection` | FeatureCollection | The input collection of collections. |"]]