公告:所有在
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。
ee.data.startTableIngestion
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
创建表格资产提取任务。
如需详细了解任务 ID 和响应格式,请参阅 ee.data.startProcessing。
用法 | 返回 |
---|
ee.data.startTableIngestion(taskId, request, callback) | ProcessingResponse |
参数 | 类型 | 详细信息 |
---|
taskId | 字符串 | 任务的未提交 ID(从 newTaskId 获取)。 |
request | TableIngestionRequest | 用于描述提取的对象。 |
callback | 函数(可选) | 可选的回调。如果未提供,则以同步方式进行调用。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eInitiates the process of ingesting data into an Earth Engine table asset.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes \u003ccode\u003eee.data.startTableIngestion\u003c/code\u003e function for starting the ingestion task.\u003c/p\u003e\n"],["\u003cp\u003eRequires a unique task ID, ingestion request details, and an optional callback function.\u003c/p\u003e\n"],["\u003cp\u003eProvides a ProcessingResponse indicating the status of the task initiation.\u003c/p\u003e\n"],["\u003cp\u003eMore information on task IDs and response format can be found in \u003ccode\u003eee.data.startProcessing\u003c/code\u003e documentation.\u003c/p\u003e\n"]]],[],null,["# ee.data.startTableIngestion\n\n\u003cbr /\u003e\n\nCreates a table asset ingestion task.\n\n\u003cbr /\u003e\n\nSee ee.data.startProcessing for details on task IDs and response format.\n\n| Usage | Returns |\n|--------------------------------------------------------------|--------------------|\n| `ee.data.startTableIngestion(taskId, request, `*callback*`)` | ProcessingResponse |\n\n| Argument | Type | Details |\n|------------|-----------------------|------------------------------------------------------------------------|\n| `taskId` | String | Unsubmitted ID for the task (obtained from newTaskId). |\n| `request` | TableIngestionRequest | The object that describes the ingestion. |\n| `callback` | Function, optional | An optional callback. If not supplied, the call is made synchronously. |"]]