I have a point file that is spread over the state
I want to create a heat map based on a count field in the point data.
From there I want to create a polygon layer that shows the rings.
What I want is a value associated with the rings themselves...say 1-5 depending on the heat map/ kernel density representation.
I can then use those polygon rings for search/select boundaries
I tried to use Kernel density
I then try to convert to polygon and says invalid GP Type. I used the int function in tools and it only creates a single record....Very confused..
Any thoughts?
Solved! Go to Solution.
I figured out a solution that worked for me....don know if this is the only way but it worked and sick of trying...
I can then use those polygon rings for search/select boundaries
I think using Merge rule in Spatial Join saves many steps you want to do.
Maybe you wanted kernel density to return the expected counts (one of the options)
http://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/kernel-density.htm
you can't convert a raster to polygons, you could contour a raster, but you would have limited success getting the contours to polygons
I figured out a solution that worked for me....don know if this is the only way but it worked and sick of trying...