[[["容易理解","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-26 (世界標準時間)。"],[[["`FeatureCollection.getArray()` extracts the value of the specified property from a FeatureCollection as an ee.Array object."],["The function takes the property name as an argument and returns the corresponding value as an ee.Array, if the property exists and holds an array value."],["The examples demonstrate how to use `FeatureCollection.getArray()` in JavaScript and Python to retrieve an array property value from a FeatureCollection."]]],["The `FeatureCollection.getArray(property)` method extracts a specified property from a feature, returning it as an `Array`. The method takes the feature as the input object and a string representing the property name. In JavaScript, an example demonstrates retrieving an array property named 'array_property' from a FeatureCollection. Python examples show the extraction and display of the 'array_property' content as an ee.Array object, including usage with `geemap` and within a Colab environment.\n"]]