Earth Engine 推出了
非商业配额层级,以保护共享计算资源并确保为所有人提供可靠的性能。非商业项目默认使用 Community
层级,但您可以随时更改项目的层级。
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
Export.table.toCloudStorage
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
创建批量任务,以将 FeatureCollection 作为表格导出到 Google Cloud Storage。您可以在“任务”标签页中开始任务。
| 用法 | 返回 |
|---|
Export.table.toCloudStorage(collection, description, bucket, fileNamePrefix, fileFormat, selectors, maxVertices, priority) | |
| 参数 | 类型 | 详细信息 |
|---|
collection | FeatureCollection | 要导出的地图项集合。 |
description | 字符串,可选 | 任务的人类可读名称。默认为“myExportTableTask”。 |
bucket | 字符串,可选 | Cloud Storage 目标存储分区。 |
fileNamePrefix | 字符串,可选 | 用作输出前缀的字符串。末尾的“/”表示路径。默认为说明。 |
fileFormat | 字符串,可选 | 输出格式:“CSV”(默认)、“GeoJSON”“KML”“KMZ”“SHP”或“TFRecord”。 |
selectors | List[String]|String,可选 | 要包含在导出中的属性列表;可以是包含以英文逗号分隔的名称的单个字符串,也可以是字符串列表。 |
maxVertices | 数字,可选 | 每个几何图形的未剪切顶点数量上限;顶点数量超过此上限的几何图形将被剪切成小于此大小的块。 |
priority | 数字,可选 | 任务在项目中的优先级。优先级较高的任务会更早安排。必须是介于 0 到 9999 之间的整数。默认值为 100。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2026-01-08。
[null,null,["最后更新时间 (UTC):2026-01-08。"],[],["This document outlines how to export a FeatureCollection as a table to Google Cloud Storage using a batch task. The `Export.table.toCloudStorage` function requires a `collection` and allows for optional parameters: `description` (task name), `bucket` (destination), `fileNamePrefix`, `fileFormat` (CSV, GeoJSON, etc.), `selectors` (properties to include), `maxVertices` (geometry limit), and `priority` (task scheduling). The function creates a task accessible from the Tasks tab.\n"]]