Method: projects.locations.filmstripThumbnails.create
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
एक ऐसा आईडी बनाता है जिसका इस्तेमाल, किसी कलेक्शन की कई इमेज वाली इमेज को रेंडर करने के लिए किया जा सकता है.
इसका इस्तेमाल GetFilmstripThumbnailPixels
के साथ किया जाता है. filmstripThumbnails.create
को कॉल करने पर, आपको एक्सप्रेशन और आउटपुट के कुछ विकल्प मिलते हैं. filmstripThumbnails.create
का नतीजा एक आईडी होता है, जो उस एक्सप्रेशन का आकलन करने और उन विकल्पों को लागू करने के नतीजे के तौर पर एक इमेज दिखाता है. इसके बाद, GetFilmstripThumbnailPixels
को कॉल करके, ImageCollection के सभी एलिमेंट को दिखाने वाली इमेज देखी जा सकती है. यह इमेज, ऊपर से नीचे या बगल से बगल तक कनेक्ट की गई होती है. यह आईडी कुछ घंटों के लिए मान्य होगा.
ImageCollection में मौजूद सभी इमेज के लिए, अनुरोध की सीमा कुल 512*512*100 पिक्सल है. इन सीमाओं से ज़्यादा अनुरोध करने पर, गड़बड़ी का कोड 400 (BAD_REQUEST) दिखेगा.
एचटीटीपी अनुरोध
POST https://earthengine.googleapis.com/v1alpha/{parent=projects/*/locations/*}/filmstripThumbnails
यूआरएल में gRPC ट्रांसकोडिंग सिंटैक्स का इस्तेमाल किया गया है.
पाथ पैरामीटर
पैरामीटर |
parent |
string
ज़रूरी है. उस जगह का पैरंट जिसकी फ़िल्मस्ट्रिप का थंबनेल बनाया जाएगा (उदाहरण के लिए, "projects/*").
अनुमति पाने के लिए, दिए गए संसाधन parent पर IAM की यह अनुमति ज़रूरी है:
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 और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eCreates an ID that represents an image combining multiple images from an ImageCollection, viewable using \u003ccode\u003eGetFilmstripThumbnailPixels\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe created ID allows visualization of ImageCollection elements concatenated either vertically or horizontally.\u003c/p\u003e\n"],["\u003cp\u003eImage size is restricted to a maximum of 512x512 pixels with a total limit of 100 pixels across all images in the collection.\u003c/p\u003e\n"],["\u003cp\u003eUsers need specific IAM permissions and OAuth scopes for authorization to create and access filmstrip thumbnails.\u003c/p\u003e\n"]]],["An ID is created using `filmstripThumbnails.create`, representing an image from an evaluated expression and options. `GetFilmstripThumbnailPixels` uses this ID to retrieve an image of an ImageCollection, displayed vertically or horizontally. This ID is valid for a few hours. Requests are limited to 512\\*512\\*100 pixels. The request is made via a `POST` to a specific URL, with `parent` and `workloadTag` as parameters. The body contains a `FilmstripThumbnail` instance. The response returns a newly created `FilmstripThumbnail` instance.\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/v1alpha/{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/v1alpha/projects.filmstripThumbnails#FilmstripThumbnail).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [FilmstripThumbnail](/earth-engine/reference/rest/v1alpha/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)."]]