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?