ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
REST Resource: projects.locations.thumbnails
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সম্পদ: থাম্বনেইল
একটি থাম্বনেল সম্পর্কে তথ্য.
ক্ষেত্র |
---|
name | string "projects/*/thumbnails/**" ফর্মের থাম্বনেইলের প্রতিনিধিত্বকারী সম্পদের নাম (যেমন "projects/earthengine-legacy/thumbnails/ ")। |
expression | object ( Expression ) গণনা করার অভিব্যক্তি। একটি চিত্র মূল্যায়ন করা আবশ্যক. |
fileFormat | enum ( ImageFileFormat ) আউটপুট এনকোডিং যাতে ফলিত চিত্র তৈরি করা হয়। |
bandIds[] | string উপস্থিত থাকলে, ব্যান্ডের একটি নির্দিষ্ট সেট নির্দিষ্ট করে যা expression মূল্যায়নের ফলাফল থেকে নির্বাচন করা হবে। উপস্থিত না হলে, expression ফলে সমস্ত ব্যান্ড নির্বাচন করা হবে। |
visualizationOptions | object ( VisualizationOptions ) উপস্থিত থাকলে, ডেটার একটি 8-বিট RGB ভিজ্যুয়ালাইজেশন তৈরি করতে ভিজ্যুয়ালাইজেশন বিকল্পগুলির একটি সেট প্রয়োগ করতে হবে। |
grid | object ( PixelGrid ) একটি ঐচ্ছিক পিক্সেল গ্রিড বর্ণনা করে যে কীভাবে expression দ্বারা গণনা করা চিত্রটি পুনরায় প্রজেক্ট এবং ক্লিপ করা হয়। |
filenamePrefix | string শুধুমাত্র ফাইল ফরম্যাট ZIPPED_GEO_TIFF বা ZIPPED_GEO_TIFF_PER_BAND হলেই ব্যবহৃত হয়। |
পদ্ধতি |
---|
| একটি আইডি তৈরি করে যা একটি "থাম্বনেল" চিত্র রেন্ডার করতে ব্যবহার করা যেতে পারে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThumbnails are visual representations of Earth Engine images, generated from expressions and saved in various formats like PNG or GeoTIFF.\u003c/p\u003e\n"],["\u003cp\u003eCustomization options include selecting specific bands, applying visualization settings for RGB output, and defining a pixel grid for reprojection and clipping.\u003c/p\u003e\n"],["\u003cp\u003eThumbnails are identified by unique resource names and created using the \u003ccode\u003ecreate\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eWhen using specific file formats like ZIPPED_GEO_TIFF, a filename prefix can be specified.\u003c/p\u003e\n"]]],["This document details the structure and creation of thumbnails for Earth Engine data. Key information includes: the `name` of the thumbnail resource, an `expression` to compute the image, `fileFormat` for output encoding, and `bandIds` to select specific bands. `visualizationOptions` allow for 8-bit RGB visualization. An optional `grid` defines image reprojection and clipping. Finally, the method `create` generates an ID to render a thumbnail image.\n"],null,["# REST Resource: projects.locations.thumbnails\n\nResource: Thumbnail\n-------------------\n\nInformation about a thumbnail.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"expression\": { object (/earth-engine/reference/rest/v1beta/Expression) }, \"fileFormat\": enum (/earth-engine/reference/rest/v1beta/ImageFileFormat), \"bandIds\": [ string ], \"visualizationOptions\": { object (/earth-engine/reference/rest/v1beta/VisualizationOptions) }, \"grid\": { object (/earth-engine/reference/rest/v1beta/PixelGrid) }, \"filenamePrefix\": string } ``` |\n\n| Fields ||\n|------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The resource name representing the thumbnail, of the form \"projects/\\*/thumbnails/\\*\\*\" (e.g. \"projects/earthengine-legacy/thumbnails/\"). |\n| `expression` | `object (`[Expression](/earth-engine/reference/rest/v1beta/Expression)`)` The expression to compute. Must evaluate to an Image. |\n| `fileFormat` | `enum (`[ImageFileFormat](/earth-engine/reference/rest/v1beta/ImageFileFormat)`)` The output encoding in which to generate the resulting image. |\n| `bandIds[]` | `string` If present, specifies a specific set of bands that will be selected from the result of evaluating `expression`. If not present, all bands resulting from `expression` will be selected. |\n| `visualizationOptions` | `object (`[VisualizationOptions](/earth-engine/reference/rest/v1beta/VisualizationOptions)`)` If present, a set of visualization options to apply to produce an 8-bit RGB visualization of the data. |\n| `grid` | `object (`[PixelGrid](/earth-engine/reference/rest/v1beta/PixelGrid)`)` An optional pixel grid describing how the image computed by `expression` is reprojected and clipped. |\n| `filenamePrefix` | `string` Only used when fileFormat is ZIPPED_GEO_TIFF or ZIPPED_GEO_TIFF_PER_BAND. |\n\n| Methods ------- ||\n|----------------------------------------------------------------------------------------|---------------------------------------------------------------|\n| ### [create](/earth-engine/reference/rest/v1beta/projects.locations.thumbnails/create) | Creates an ID that can be used to render a \"thumbnail\" image. |"]]