Select to view content in your preferred language

How to get KernelDensity output in density?

257
0
04-07-2022 03:33 AM
liu_roujun
Emerging Contributor

Hi, I am using arcpy function in python

output = KernelDensity(inFeatures,populationField) 

the type of output is arcpy.sa.Raster.Raster

My question is how can I get  density on every grid? And where can i decide the grid size? 

0 Kudos
0 Replies