[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-07-26 UTC"],[[["Creates a 2D histogram with a fixed number of bins for analyzing data distribution across two dimensions."],["Ignores values outside the defined range on either axis and limits the maximum count per bucket to 2^31 - 1."],["Outputs a 2D array of counts, along with 1D arrays for the x and y axis bucket boundaries."],["Suitable for per-pixel use but doesn't incorporate weighting."],["Requires specifying the range and number of bins for both x and y axes using the `ee.Reducer.fixed2DHistogram` function."]]],[]]