Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ee.data.startIngestion
Stay organized with collections
Save and categorize content based on your preferences.
Creates an image asset ingestion task.
See ee.data.startProcessing for details on task IDs and response format.
Usage | Returns | ee.data.startIngestion(taskId, request, callback) | ProcessingResponse |
Argument | Type | Details | taskId | String | Unsubmitted ID for the task (obtained from newTaskId). |
request | IngestionRequest | The object that describes the ingestion. |
callback | Function, optional | An optional callback. If not supplied, the call is made synchronously. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["\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. |"]]