is there a way (or tool) that can make a kernel density result within boundaries?
# Find cells with the kernel having all water cells rad = 100 kern = NbrCircle(rad, "MAP") kmask = FocalStatistics(water_raster, kern, "MAXIMUM", "NODATA") # extract all cells with valid density values (ie kmask is not NoData) kdensity1 = ExtractByMask(kdensity, kmask)
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.