[[["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 2024-07-13 UTC."],[[["`ImageCollection.toDictionary()` extracts properties from an ImageCollection and returns them as an ee.Dictionary object."],["You can specify a list of properties to extract, or by default, it extracts all non-system properties."],["The returned dictionary contains property keys and their corresponding values."],["Further processing might require casting values to specific data types using methods like `getString()`, `getNumber()`, or `getArray()`."]]],["The `ImageCollection.toDictionary()` method extracts properties from a feature, returning them as a dictionary. You must provide a list of `properties`; otherwise, it will default to all non-system properties. Properties can be added to an image collection with `set()`. Individual property values can be retrieved using `get()`, `getString()`, `getNumber()`, or `getArray()`, and then must be cast into the appropriate data type.\n"]]