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."],[[["`number.int8()` casts a given number to a signed 8-bit integer, which can represent values between -128 and 127."],["Casting floating point numbers to int8 using this method results in the loss of decimal precision, effectively truncating the decimal portion."],["If the input number exceeds the maximum value for an int8 (127), the result will be capped at 127."],["If the input number is less than the minimum value for an int8 (-128), the result will be capped at -128."]]],[]]