Объявление : Все некоммерческие проекты, зарегистрированные для использования Earth Engine до
15 апреля 2025 года, должны
подтвердить некоммерческое право на сохранение доступа к Earth Engine.
Method: projects.locations.filmstripThumbnails.create
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Создает идентификатор, который можно использовать для визуализации изображения, содержащего несколько изображений из коллекции.
Используется вместе с GetFilmstripThumbnailPixels
. Вызов filmstripThumbnails.create
предоставляет выражение и некоторые параметры вывода. Результатом filmstripThumbnails.create
является идентификатор, представляющий изображение, являющееся результатом оценки этого выражения и применения этих параметров. Впоследствии можно выполнить вызовы GetFilmstripThumbnailPixels
, чтобы получить изображение, показывающее все элементы ImageCollection, объединенные сверху вниз или из стороны в сторону. Удостоверение будет действительно в течение умеренного периода (несколько часов).
Общий размер запроса ограничен 512*512*100 пикселями для всех изображений в коллекции ImageCollection. Запросы, превышающие эти ограничения, приведут к коду ошибки 400 (BAD_REQUEST).
HTTP-запрос
POST https://earthengine.googleapis.com/v1beta/{parent=projects/*/locations/*}/filmstripThumbnails
URL-адрес использует синтаксис транскодирования gRPC .
Параметры пути
Параметры |
---|
parent | string Необходимый. Родитель местоположения, в котором будет создана миниатюра диафильма (например, «projects/*»). Для авторизации требуется следующее разрешение IAM для указанного parent ресурса: -
earthengine.filmstripthumbnails.create
|
Параметры запроса
Параметры |
---|
workloadTag | string Предоставленный пользователем тег для отслеживания этих вычислений. |
Тело запроса
Тело запроса содержит экземпляр FilmstripThumbnail
.
Тело ответа
В случае успеха тело ответа содержит вновь созданный экземпляр FilmstripThumbnail
.
Области авторизации
Требуется одна из следующих областей OAuth:
-
https://www.googleapis.com/auth/earthengine
-
https://www.googleapis.com/auth/earthengine.readonly
-
https://www.googleapis.com/auth/cloud-platform
-
https://www.googleapis.com/auth/cloud-platform.read-only
Для получения дополнительной информации см.OAuth 2.0 Overview .
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-24 UTC.
[null,null,["Последнее обновление: 2025-07-24 UTC."],[[["\u003cp\u003eCreates a unique ID for rendering a single image composed of multiple images from an ImageCollection, stitched together.\u003c/p\u003e\n"],["\u003cp\u003eThis ID, generated using an expression and output options, can be used with \u003ccode\u003eGetFilmstripThumbnailPixels\u003c/code\u003e to retrieve the composite image.\u003c/p\u003e\n"],["\u003cp\u003eThe generated image is limited to a total size of 512x512x100 pixels across all images in the collection, exceeding which results in an error.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires specific IAM permission (\u003ccode\u003eearthengine.filmstripthumbnails.create\u003c/code\u003e) on the parent resource for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.filmstripThumbnails.create\n\nCreates an ID that can be used to render an image containing multiple images from a collection.\n\nThis is used in conjunction with `GetFilmstripThumbnailPixels`. A call to `filmstripThumbnails.create` provides an expression and some output options. The result of `filmstripThumbnails.create` is an ID that represents an image that is the result of evaluating that expression and applying those options. Subsequently, calls to `GetFilmstripThumbnailPixels` can be made to get an image showing all of the elements of an ImageCollection, concatenated top-to-bottom or side-to-side. The ID will be valid for a moderate period (a few hours).\n\nThe request is limited to 512\\*512\\*100 pixels in total, across all Images in the ImageCollection. Requests exceeding these limits will result in an error code of 400 (BAD_REQUEST).\n\n### HTTP request\n\n`POST https://earthengine.googleapis.com/v1beta/{parent=projects/*/locations/*}/filmstripThumbnails`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The parent of the location where the filmstrip thumbnail will be created (e.g., \"projects/\\*\"). Authorization requires the following [IAM](https://cloud.google.com/iam/docs/) permission on the specified resource `parent`: - `earthengine.filmstripthumbnails.create` |\n\n### Query parameters\n\n| Parameters ||\n|---------------|-------------------------------------------------------|\n| `workloadTag` | `string` User supplied tag to track this computation. |\n\n### Request body\n\nThe request body contains an instance of [FilmstripThumbnail](/earth-engine/reference/rest/v1beta/projects.filmstripThumbnails#FilmstripThumbnail).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [FilmstripThumbnail](/earth-engine/reference/rest/v1beta/projects.filmstripThumbnails#FilmstripThumbnail).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/earthengine`\n- `\n https://www.googleapis.com/auth/earthengine.readonly`\n- `\n https://www.googleapis.com/auth/cloud-platform`\n- `\n https://www.googleapis.com/auth/cloud-platform.read-only`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]