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)
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.