公告:凡是在
2025 年 4 月 15 日前註冊使用 Earth Engine 的非商業專案,都必須
驗證非商業用途資格,才能繼續存取 Earth Engine。
DriveDestination
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
JSON 表示法 |
{
"folder": string,
"filenamePrefix": string
} |
欄位 |
folder |
string
Google 雲端硬碟目的地資料夾。
|
filenamePrefix |
string
做為每個輸出檔案名稱前置字串的字串。匯出檔案的檔案名稱會根據這個前置字串、馬賽克中每個檔案的座標 (如有),以及相應檔案格式的副檔名建構。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\u003cp\u003eDefines the configuration required for exporting data to a Google Drive destination.\u003c/p\u003e\n"],["\u003cp\u003eSpecifies a target folder (\u003ccode\u003efolder\u003c/code\u003e) and a filename prefix (\u003ccode\u003efilenamePrefix\u003c/code\u003e) for organizing output files.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003efilenamePrefix\u003c/code\u003e is combined with other relevant information to construct unique filenames for exported data.\u003c/p\u003e\n"]]],["The configuration for Google Drive destination involves two key fields: `folder` and `filenamePrefix`. `folder` specifies the target Google Drive folder for file storage. `filenamePrefix` determines the initial part of each output file's name. The complete filename will be built by combining this prefix with file coordinates and the appropriate file extension. The provided configuration uses a JSON structure with the specified fields to achieve the destination setup.\n"],null,["# DriveDestination\n\nConfiguration for a destination in Google Drive.\n\n| JSON representation |\n|--------------------------------------------------------|\n| ``` { \"folder\": string, \"filenamePrefix\": string } ``` |\n\n| Fields ||\n|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `folder` | `string` The Google Drive destination folder. |\n| `filenamePrefix` | `string` The string used as the prefix for each output filename. The filenames of the exported files will be constructed from this prefix, the coordinates of each file in a mosaic (if any), and a file extension corresponding to the file format. |"]]