[[["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."],[[["Generates a kernel with values arranged in a cross shape, useful for image processing operations."],["The kernel's size is determined by the `radius` parameter, and values can be normalized and scaled."],["By default, the kernel values are normalized to sum to 1 and scaled by 1."],["The kernel can be defined in either 'pixels' or 'meters', affecting its behavior when the zoom level changes."]]],["The core functionality is generating a cross-shaped boolean kernel using `ee.Kernel.cross`. Users specify the `radius` to define the kernel's size. They can also choose the `units` ('pixels' or 'meters'), `normalize` (to sum values to 1), and the `magnitude` to scale values. This method returns a `Kernel` object. An example shows how a radius of 3 results in a 7x7 weight matrix where only cross-shaped positions are populated.\n"]]