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 2023-10-06 UTC."],[[["\u003cp\u003eCalculates the X and Y derivatives for each band of an input image, providing separate output bands for each derivative.\u003c/p\u003e\n"],["\u003cp\u003eThe function \u003ccode\u003eImage.derivative()\u003c/code\u003e processes an image and returns a new image containing the derivative information, denoted by suffixes \u003ccode\u003e_x\u003c/code\u003e and \u003ccode\u003e_y\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eDerivative calculations are performed in pixel coordinates, reflecting the change in pixel values across the image.\u003c/p\u003e\n"]]],[],null,["# ee.Image.derivative\n\nComputes the X and Y discrete derivatives for each band in the input image, in pixel coordinates.\n\n\u003cbr /\u003e\n\nFor each band of the input image, the output image will have two bands named with the suffixes `_x` and `_y`, containing the respective derivatives.\n\n| Usage | Returns |\n|----------------------|---------|\n| Image.derivative`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|------------------|\n| this: `image` | Image | The input image. |"]]