تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["`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"]]