Method: projects.locations.thumbnails.create
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
สร้างรหัสที่ใช้แสดงผลรูปภาพ "ภาพปก" ได้
ใช้ร่วมกับ GetThumbnailPixels
การเรียกใช้ thumbnails.create
จะแสดงนิพจน์และตัวเลือกเอาต์พุตบางอย่าง ผลลัพธ์ของ thumbnails.create
คือรหัสที่แสดงรูปภาพซึ่งเป็นผลมาจากการประเมินนิพจน์นั้นและใช้ตัวเลือกเหล่านั้น จากนั้นจะเรียกใช้ GetThumbnailPixels
เพื่อรับข้อมูลรูปภาพสำหรับรูปภาพทั้งหมดที่แสดงผลได้ บัตรประจำตัวจะใช้งานได้เป็นระยะเวลาหนึ่ง (2-3 ชั่วโมง)
Use Case ที่พบบ่อยที่สุดสำหรับคู่ปลายทางนี้คือการให้นิพจน์ที่ซับซ้อนผ่าน POST ไปยัง thumbnails.create
จากนั้นดึงข้อมูลรูปภาพที่คำนวณแล้วผ่าน GET ไปยัง GetThumbnailPixels
กระบวนการ 2 ส่วนนี้ช่วยให้ใช้ได้ในสถานการณ์มากกว่า ComputePixels
โดยเฉพาะอย่างยิ่ง - ผลลัพธ์ของ ComputePixels
ต้องได้รับการถอดแพ็กเก็ตเพื่อรับไบต์รูปภาพที่เข้ารหัส ผลการค้นหาของ GetThumbnailPixels
สามารถแสดงโดยเบราว์เซอร์ได้โดยตรง - ComputePixels
เรียกใช้ได้เฉพาะโดยผู้ใช้ที่ได้รับอนุญาตโดยใช้โทเค็น OAuth ที่มีขอบเขตที่เหมาะสม thumbnails.create
มีข้อจํากัดเดียวกัน แต่ GetThumbnailPixels
สามารถเรียกใช้ด้วย URL ที่มีคีย์ API ได้ ดังนั้น URL ที่เรียกใช้จึงใช้ได้ในวงกว้างมากขึ้น
ผลลัพธ์จากการประเมินนิพจน์ต้องเป็นไปตามข้อกำหนดที่สมเหตุสมผลสำหรับรูปแบบรูปภาพที่ขอ โดยเฉพาะอย่างยิ่ง รูปแบบ JPEG หรือ PNG กำหนดให้มีย่านความถี่เอาต์พุต 1 หรือ 3 ย่าน และตัดค่าที่อยู่นอกช่วง 0-255
คำอธิบาย "ภาพขนาดย่อ" ไม่ได้บ่งบอกถึงข้อจำกัดด้านขนาดของรูปภาพที่คำนวณแล้ว ข้อจำกัดเดียวกับ ComputePixels
จะมีผลกับ thumbnails.create
/GetThumbnailPixels
คำขอถูกจำกัดไว้ที่ 48 MB สำหรับข้อมูลที่ไม่มีการบีบอัดต่อคำขอ ซึ่งคำนวณจากผลคูณของมิติข้อมูลคำขอในพิกเซล จำนวนแถบรูปภาพที่ขอ และจำนวนไบต์ต่อพิกเซลสำหรับแต่ละแถบ นอกจากนี้ คำขอยังจำกัดให้มีความละเอียดไม่เกิน 32,000 พิกเซลในด้านใดด้านหนึ่งและไม่เกิน 1,024 ย่านความถี่ คำขอที่เกินขีดจำกัดเหล่านี้จะส่งผลให้เกิดรหัสข้อผิดพลาด 400 (BAD_REQUEST)
คำขอ HTTP
POST https://earthengine.googleapis.com/v1/{parent=projects/*/locations/*}/thumbnails
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
parent |
string
ต้องระบุ รายการหลักของคอลเล็กชันภาพปก (เช่น "projects/*")
การให้สิทธิ์ต้องใช้สิทธิ์ IAM ต่อไปนี้ในทรัพยากร parent ที่ระบุ
earthengine.thumbnails.create
|
พารามิเตอร์การค้นหา
พารามิเตอร์ |
workloadTag |
string
แท็กที่ผู้ใช้ระบุเพื่อติดตามการคํานวณนี้
|
เนื้อหาของคำขอ
เนื้อความของคำขอมีอินสแตนซ์ของ Thumbnail
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ Thumbnail
ที่สร้างขึ้นใหม่
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต 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
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003e\u003ccode\u003ethumbnails.create\u003c/code\u003e generates an ID for an image created from a provided expression and options, usable with \u003ccode\u003eGetThumbnailPixels\u003c/code\u003e to retrieve the image data.\u003c/p\u003e\n"],["\u003cp\u003eThis two-step process allows broader usage than \u003ccode\u003eComputePixels\u003c/code\u003e, as \u003ccode\u003eGetThumbnailPixels\u003c/code\u003e can be invoked with an API key and its result displayed directly in a browser.\u003c/p\u003e\n"],["\u003cp\u003eWhile called "thumbnail", there's no strict size limitation, but restrictions similar to \u003ccode\u003eComputePixels\u003c/code\u003e apply, with errors for exceeding data, dimension, or band limits.\u003c/p\u003e\n"],["\u003cp\u003eThe generated thumbnail ID is valid for a few hours and the image format must meet requirements, such as specific band numbers for JPEG or PNG.\u003c/p\u003e\n"],["\u003cp\u003eAuthentication is required for \u003ccode\u003ethumbnails.create\u003c/code\u003e, with various OAuth scopes or IAM permissions accepted.\u003c/p\u003e\n"]]],["`thumbnails.create` generates an ID representing an image derived from an expression and output options. This ID, valid for a few hours, is then used with `GetThumbnailPixels` to retrieve the image data. `GetThumbnailPixels` can be invoked via a URL with an API key. Output image formats (JPEG/PNG) need one or three bands and values in the 0-255 range. Image size is limited to 48MB uncompressed, with at most 32K pixels per dimension and 1024 bands. Authorization for creating thumbnails requires IAM permissions.\n"],null,["# Method: projects.locations.thumbnails.create\n\nCreates an ID that can be used to render a \"thumbnail\" image.\n\nThis is used in conjunction with `GetThumbnailPixels`. A call to `thumbnails.create` provides an expression and some output options. The result of `thumbnails.create` is an ID that represents an image that is the result of evaluating that expression and applying those options. Subsequently, calls to `GetThumbnailPixels` can be made to get the image data for the entire resulting image. The ID will be valid for a moderate period (a few hours).\n\nThe most common use case for this pair of endpoints is to provide a complex expression via a POST to `thumbnails.create`, and then fetch the computed image via a GET to `GetThumbnailPixels`. This two-part process allows for use in more situations than `ComputePixels`. In particular: - the result of `ComputePixels` needs to be unwrapped to get the encoded image bytes. The result of `GetThumbnailPixels` can be displayed directly by a browser. - `ComputePixels` can only be called by an authorised user, using a properly-scoped OAuth token. `thumbnails.create` has the same restriction, but `GetThumbnailPixels` can be invoked with a URL containing an API key, so URLs invoking it can be used more broadly.\n\nThe result of evaluating the expression has to meet some reasonable requirements for the requested image format. In particular, JPEG or PNG format requires that there be one or three output bands, and clips values that are outside the 0-255 range.\n\nThe description \"thumbnail\" does not imply a restriction on the size of the computed image: the same restrictions as `ComputePixels` apply to `thumbnails.create`/`GetThumbnailPixels`. Requests are limited to 48MB in uncompressed data per request, computed as the product of the request dimensions in pixels, the number of image bands requested, and the number of bytes per pixel for each band. Requests are also limited to at most 32K pixels in either dimension and at most 1024 bands. 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/v1/{parent=projects/*/locations/*}/thumbnails`\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 thumbnail collection (e.g., \"projects/\\*\"). Authorization requires the following [IAM](https://cloud.google.com/iam/docs/) permission on the specified resource `parent`: - `earthengine.thumbnails.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 [Thumbnail](/earth-engine/reference/rest/v1/projects.locations.thumbnails#Thumbnail).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Thumbnail](/earth-engine/reference/rest/v1/projects.locations.thumbnails#Thumbnail).\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)."]]