Earth Engine has introduced noncommercial quota tiers to safeguard shared compute resources and ensure reliable performance for everyone. Noncommercial projects use the Community Tier by default, though you can change a project's tier at any time.
[null,null,["Last updated 2023-10-06 UTC."],[],["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"]]