[[["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."],[[["`dictionary.getArray()` extracts a named array value from a given dictionary."],["The function takes the dictionary and the key of the desired array as input."],["It returns the value associated with the specified key as an `ee.Array` object."],["Examples demonstrate usage in both JavaScript and Python within the Earth Engine environment."]]],["The `getArray(key)` method retrieves a named array from a dictionary. It takes a string `key` as an argument, which specifies the name of the array to extract. The method operates on a `dictionary` and returns the corresponding `Array` value. Examples demonstrate extracting the \"Array\" value from a sample dictionary in both JavaScript and Python, showcasing its usage.\n"]]