Annuncio: tutti i progetti non commerciali registrati per l'utilizzo di Earth Engine prima del 15 aprile 2025 devono verificare l'idoneità non commerciale per mantenere l'accesso a Earth Engine.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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"]]