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\u003e\u003ccode\u003eNumber.toUint8()\u003c/code\u003e casts a number to an unsigned 8-bit integer, effectively converting it to a value within the range of 0 to 255.\u003c/p\u003e\n"],["\u003cp\u003eWhen applied to floating-point numbers, \u003ccode\u003etoUint8()\u003c/code\u003e truncates the decimal portion, resulting in a loss of precision.\u003c/p\u003e\n"],["\u003cp\u003eInput values exceeding the maximum value of an unsigned 8-bit integer (255) are converted to 255.\u003c/p\u003e\n"],["\u003cp\u003eInput values falling below the minimum value of an unsigned 8-bit integer (0) are converted to 0.\u003c/p\u003e\n"]]],[],null,[]]