ee.ImageCollection.flatten
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Aplatit les collections de collections.
Utilisation | Renvoie |
---|
ImageCollection.flatten() | FeatureCollection |
Argument | Type | Détails |
---|
ceci : collection | FeatureCollection | Collection d'entrée de collections. |
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/26 (UTC).
[null,null,["Dernière mise à jour le 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. |"]]