Anúncio: todos os projetos não comerciais registrados para usar o Earth Engine antes de 15 de abril de 2025 precisam verificar a qualificação não comercial para manter o acesso ao Earth Engine.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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"]]