公告:凡是在
2025 年 4 月 15 日前註冊使用 Earth Engine 的非商業專案,都必須
驗證非商業用途資格,才能繼續存取。如未在 2025 年 9 月 26 日前完成驗證,存取權可能會暫停。
Export.table.toAsset
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
建立批次工作,將特徵集合匯出至 Earth Engine 資料表資產。你可以從「工作」分頁啟動工作。
| 用量 | 傳回 |
|---|
Export.table.toAsset(collection, description, assetId, maxVertices, priority) | |
| 引數 | 類型 | 詳細資料 |
|---|
collection | FeatureCollection | 要匯出的特徵集合。 |
description | 字串 (選用) | 使用者可解讀的任務名稱。預設值為「myExportTableTask」。 |
assetId | 字串 (選用) | 目的地資產 ID。 |
maxVertices | 號碼 (選填) | 每個幾何圖形未剪切的頂點數量上限;如果幾何圖形的頂點數量超過這個上限,系統會將其剪切成較小的片段。 |
priority | 號碼 (選填) | 專案內工作的優先順序。系統會優先排定優先順序較高的工作。必須是介於 0 至 9999 之間的整數。預設值為 100。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[],["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"]]