Объявление : Все некоммерческие проекты, зарегистрированные для использования Earth Engine до 15 апреля 2025 года, должны подтвердить некоммерческое право на сохранение доступа к Earth Engine.
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Возвращает числовые значения словаря в виде массива. Если ключи не указаны, все значения возвращаются в естественном порядке ключей словаря. Значение по умолчанию — 0.
[[["Прост для понимания","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-24 UTC."],[[["`toArray()` converts the numeric values of an Earth Engine Dictionary into an Earth Engine Array."],["Users can specify a list of keys to extract specific values or leave it empty to retrieve all values in the dictionary's key order."],["The method defaults to using axis 0 and allows specifying an alternative axis if needed."]]],["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"]]