[[["易于理解","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"]],["最后更新时间 (UTC):2025-08-04。"],[[["Generates a distance kernel based on the rectilinear (city-block) distance, also known as the Manhattan distance."],["The kernel can be customized using parameters such as radius, units (pixels or meters), normalization, and magnitude scaling."],["By default, the kernel uses pixels as units and is not normalized, with a magnitude of 1."],["The output is a square matrix of weights representing the distances from the center pixel, as illustrated in the provided examples."],["This kernel is commonly used in image processing for operations like edge detection and feature extraction, where rectilinear distances are relevant."]]],["This tool generates a rectilinear (city-block) distance kernel using `ee.Kernel.manhattan`. Key actions involve setting the `radius`, specifying `units` as pixels or meters, and optionally `normalize` the kernel to sum to 1, and `magnitude` to scale each value. The kernel's output is a matrix, where each cell's value represents its distance.\n"]]