Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-19 UTC."],[[["\u003cp\u003eGenerates an image with two bands representing the x and y coordinates of each pixel.\u003c/p\u003e\n"],["\u003cp\u003eThe output image uses the specified projection for coordinate calculations.\u003c/p\u003e\n"],["\u003cp\u003eUseful for spatial analysis and referencing pixel locations within the image.\u003c/p\u003e\n"]]],[],null,["Creates a two-band image containing the x and y coordinates of each pixel in the given projection.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------------------|---------|\n| `ee.Image.pixelCoordinates(projection)` | Image |\n\n| Argument | Type | Details |\n|--------------|------------|--------------------------------------------|\n| `projection` | Projection | The projection in which to provide pixels. |"]]