ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
Export.table.toAsset
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি আর্থ ইঞ্জিন টেবিল সম্পদে একটি বৈশিষ্ট্য সংগ্রহ রপ্তানি করতে একটি ব্যাচ টাস্ক তৈরি করে৷ টাস্ক ট্যাব থেকে কাজ শুরু করা যেতে পারে।
ব্যবহার | রিটার্নস | Export.table.toAsset(collection, description , assetId , maxVertices , priority ) | |
যুক্তি | টাইপ | বিস্তারিত | collection | ফিচার কালেকশন | রপ্তানি করার জন্য বৈশিষ্ট্য সংগ্রহ. |
description | স্ট্রিং, ঐচ্ছিক | টাস্কের একটি মানব-পাঠযোগ্য নাম। "myExportTableTask" এ ডিফল্ট। |
assetId | স্ট্রিং, ঐচ্ছিক | গন্তব্য সম্পদ আইডি। |
maxVertices | নম্বর, ঐচ্ছিক | প্রতি জ্যামিতিতে কাটা শীর্ষবিন্দুর সর্বোচ্চ সংখ্যা; আরও শীর্ষবিন্দু সহ জ্যামিতিগুলি এই আকারের চেয়ে ছোট টুকরো করে কাটা হবে। |
priority | নম্বর, ঐচ্ছিক | প্রকল্পের মধ্যে কাজের অগ্রাধিকার. উচ্চ অগ্রাধিকারের কাজগুলি শীঘ্রই নির্ধারিত হয়। 0 এবং 9999 এর মধ্যে একটি পূর্ণসংখ্যা হতে হবে। ডিফল্ট 100। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\u003eExports Earth Engine feature collections to table assets for storage and analysis.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes the \u003ccode\u003eExport.table.toAsset()\u003c/code\u003e function, accepting parameters for collection, description, asset ID, and more.\u003c/p\u003e\n"],["\u003cp\u003eEnables users to manage and initiate export tasks through the Earth Engine Tasks tab.\u003c/p\u003e\n"],["\u003cp\u003eOffers control over task priority and geometry handling with optional parameters like \u003ccode\u003epriority\u003c/code\u003e and \u003ccode\u003emaxVertices\u003c/code\u003e.\u003c/p\u003e\n"]]],["Exports a feature collection to an Earth Engine table asset using `Export.table.toAsset`. The function takes a `collection`, destination `assetId`, and optional parameters: `description` (task name), `maxVertices` (limit for geometry vertices), and `priority` (task scheduling priority, 0-9999, defaults to 100). The created task is managed in the Tasks tab. Geometries exceeding `maxVertices` are split. The task's purpose is to store a feature collection into an asset table.\n"],null,["# Export.table.toAsset\n\n\u003cbr /\u003e\n\nCreates a batch task to export a feature collection to an Earth Engine table asset. Tasks can be started from the Tasks tab.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------------------------------------------------------------------------------------|---------|\n| `Export.table.toAsset(collection, `*description* `, `*assetId* `, `*maxVertices* `, `*priority*`)` | |\n\n| Argument | Type | Details |\n|---------------|-------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| `collection` | FeatureCollection | The feature collection to export. |\n| `description` | String, optional | A human-readable name of the task. Defaults to \"myExportTableTask\". |\n| `assetId` | String, optional | The destination asset ID. |\n| `maxVertices` | Number, optional | Max number of uncut vertices per geometry; geometries with more vertices will be cut into pieces smaller than this size. |\n| `priority` | Number, optional | The priority of the task within the project. Higher priority tasks are scheduled sooner. Must be an integer between 0 and 9999. Defaults to 100. |"]]