[[["わかりやすい","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 UTC。"],[[["`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"]]