Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum
15 April 2025 harus
memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
Method: projects.locations.filmstripThumbnails.create
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Membuat ID yang dapat digunakan untuk merender gambar yang berisi beberapa gambar dari koleksi.
Ini digunakan bersama dengan GetFilmstripThumbnailPixels
. Panggilan ke filmstripThumbnails.create
memberikan ekspresi dan beberapa opsi output. Hasil filmstripThumbnails.create
adalah ID yang mewakili gambar yang merupakan hasil dari mengevaluasi ekspresi tersebut dan menerapkan opsi tersebut. Selanjutnya, panggilan ke GetFilmstripThumbnailPixels
dapat dilakukan untuk mendapatkan gambar yang menampilkan semua elemen ImageCollection, yang digabungkan dari atas ke bawah atau dari samping ke samping. ID akan berlaku selama jangka waktu sedang (beberapa jam).
Permintaan dibatasi hingga total 512*512*100 piksel, di semua Gambar dalam ImageCollection. Permintaan yang melebihi batas ini akan menghasilkan kode error 400 (BAD_REQUEST).
Permintaan HTTP
POST https://earthengine.googleapis.com/v1alpha/{parent=projects/*/locations/*}/filmstripThumbnails
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
parent |
string
Wajib. Induk lokasi tempat thumbnail filmstrip akan dibuat (mis., "projects/*").
Otorisasi memerlukan izin IAM berikut pada resource parent yang ditentukan:
earthengine.filmstripthumbnails.create
|
Parameter kueri
Parameter |
workloadTag |
string
Tag yang diberikan pengguna untuk melacak komputasi ini.
|
Isi permintaan
Isi permintaan memuat instance FilmstripThumbnail
.
Isi respons
Jika berhasil, isi respons memuat instance FilmstripThumbnail
yang baru dibuat.
Cakupan otorisasi
Memerlukan salah satu cakupan OAuth berikut:
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
Untuk mengetahui informasi selengkapnya, lihat OAuth 2.0 Overview.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-25 UTC.
[null,null,["Terakhir diperbarui pada 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)."]]