REST Resource: projects.image
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. |
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."],[[["The Image resource is ephemeral and does not store persistent data."],["It provides methods to compute pixel values on-demand using `computePixels`."],["Users can export processed images to various destinations with the `export` method."],["The `import` method enables importing images into Earth Engine."]]],["This resource has no persistent data. It provides three methods for image manipulation: `computePixels`, which calculates a pixel tile based on image data; `export`, which starts a batch process to compute an image and save it to a designated location; and `import`, which is used to bring an image into the system. These methods focus on computation, export, and import of image data.\n"]]