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