[[["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."],[[["Flattens a FeatureCollection containing other collections into a single FeatureCollection of Features."],["The input must be an `ImageCollection` and it transforms it into a `FeatureCollection`."],["Useful for simplifying nested collections and facilitating further analysis."]]],["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"]]