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)
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.