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 Transcoding استفاده می کند.
پارامترهای مسیر
پارامترها |
---|
parent | string مورد نیاز. پدر و مادر مکانی که تصویر کوچک فیلمبرداری در آن ایجاد می شود (به عنوان مثال ، "پروژه ها/*"). مجوز نیاز به مجوز 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 Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\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)."]]