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)
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.