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)
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.