Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 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,["Flattens 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. |"]]