Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain access. If you have not verified by September 26, 2025, your access may be on hold.
[[["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\u003eThe \u003ccode\u003emod()\u003c/code\u003e function calculates the remainder when one number (\u003ccode\u003eleft\u003c/code\u003e) is divided by another (\u003ccode\u003eright\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eIt accepts two arguments: \u003ccode\u003eleft\u003c/code\u003e, the dividend, and \u003ccode\u003eright\u003c/code\u003e, the divisor, both of which must be numbers.\u003c/p\u003e\n"],["\u003cp\u003eThe function returns the remainder as a number, which can be positive, negative, or zero depending on the input values.\u003c/p\u003e\n"],["\u003cp\u003eIt's available in both JavaScript and Python environments within the Earth Engine ecosystem.\u003c/p\u003e\n"],["\u003cp\u003eUsage follows the syntax \u003ccode\u003eee.Number(left).mod(ee.Number(right))\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]