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. |
JavaScript
// Your example goes here!
Python
# Your example goes here!