ee.Image.pixelCoordinates
Creates a two-band image containing the x and y coordinates of each pixel in the given projection.
Usage | Returns |
---|
ee.Image.pixelCoordinates(projection) | Image |
Argument | Type | Details |
---|
projection | Projection | The projection in which to provide pixels. |
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 2024-09-19 UTC.
[null,null,["Last updated 2024-09-19 UTC."],[[["Generates an image with two bands representing the x and y coordinates of each pixel."],["The output image uses the specified projection for coordinate calculations."],["Useful for spatial analysis and referencing pixel locations within the image."]]],[]]