Объявление : Все некоммерческие проекты, зарегистрированные для использования Earth Engine до 15 апреля 2025 года, должны подтвердить некоммерческое право на сохранение доступа к Earth Engine.
Необходимый. Идентификатор или номер проекта Google Cloud Platform, который следует рассматривать как потребителя услуги для этого запроса. Формат: projects/{project-id} .
Для авторизации требуется следующее разрешение IAM для указанного parent ресурса:
earthengine.computations.create
Тело запроса
Тело запроса должно быть пустым.
Тело ответа
Все алгоритмы доступны для использования в выражениях.
В случае успеха тело ответа содержит данные следующей структуры:
[[["Прост для понимания","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-03-07 UTC."],[[["Retrieves a comprehensive list of all algorithms available for use within Earth Engine Expressions."],["Uses a standard HTTP GET request to a specific Earth Engine API endpoint, requiring project identification."],["Returns a JSON response containing detailed information for each algorithm, including its name, description, arguments, and return type."],["Requires appropriate authorization with specific OAuth scopes to access the Earth Engine API."],["Algorithm descriptions also indicate if they are deprecated, hidden, or in preview, offering transparency into their development status."]]],["To retrieve all algorithms, a `GET` request is sent to `https://earthengine.googleapis.com/v1beta/{parent=projects/*}/algorithms`, where `parent` specifies the project. The response, containing a list of algorithms, includes each algorithm's name, description, return type, arguments, deprecation status, visibility, preview status, and source code URI. Each algorithm's argument also has a name, type, description, optionality, and default value. Authorization requires specific OAuth scopes.\n"]]