Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
REST Resource: projects.image
Stay organized with collections
Save and categorize content based on your preferences.
Resource
There is no persistent data associated with this resource.
Methods |
|
Computes a tile of pixels by performing an arbitrary computation on image data. |
|
Initiates a batch process that computes an image and writes the result to one of several destinations. |
|
Imports an image. |
|
Imports an external image. |
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 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["\u003cp\u003eThe Image resource represents raster data and does not store persistent data itself.\u003c/p\u003e\n"],["\u003cp\u003eThis resource provides methods for computing pixels, exporting images to various destinations, and importing images from different sources.\u003c/p\u003e\n"],["\u003cp\u003eYou can use the \u003ccode\u003ecomputePixels\u003c/code\u003e method to perform custom computations on image data and the \u003ccode\u003eexport\u003c/code\u003e method to initiate batch processing for image computation and output.\u003c/p\u003e\n"],["\u003cp\u003eBoth standard and external image imports are supported via the \u003ccode\u003eimport\u003c/code\u003e and \u003ccode\u003eimportExternal\u003c/code\u003e methods, respectively.\u003c/p\u003e\n"]]],["This resource has no persistent data. It outlines four key actions for image manipulation: `computePixels` performs computations on image data to generate a pixel tile. `export` initiates a batch process to compute and save an image to various destinations. `import` brings in an image, and `importExternal` is specifically for importing images from external sources. Each action is represented by a distinct method in the API.\n"],null,["# REST Resource: projects.image\n\nResource\n--------\n\nThere is no persistent data associated with this resource.\n\n| Methods ------- ||\n|------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|\n| ### [computePixels](/earth-engine/reference/rest/v1alpha/projects.image/computePixels) | Computes a tile of pixels by performing an arbitrary computation on image data. |\n| ### [export](/earth-engine/reference/rest/v1alpha/projects.image/export) | Initiates a batch process that computes an image and writes the result to one of several destinations. |\n| ### [import](/earth-engine/reference/rest/v1alpha/projects.image/import) | Imports an image. |\n| ### [importExternal](/earth-engine/reference/rest/v1alpha/projects.image/importExternal) | Imports an external image. |"]]