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.
ee.Dictionary.toArray
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
The toArray method of a dictionary returns numeric values as an array.
If no keys are specified, all values are returned in the natural ordering of the dictionary's keys.
The default 'axis' for the toArray method is 0.
Returns numeric values of a dictionary as an array. If no keys are specified, all values are returned in the natural ordering of the dictionary's keys. The default 'axis' is 0.
[null,null,["Last updated 2023-10-06 UTC."],[],["The `toArray()` method converts dictionary values into an array. It accepts an optional list of `keys` to specify which values to include; if omitted, all values are included in the dictionary's natural key order. An optional `axis` argument (defaulting to 0) can also be passed. The method returns an array of numeric values. The example shows how to use it, both to get the values from specified keys or all keys.\n"]]