I created a multi-ring buffer of different distances, and I want to assign a point ranking to each distance as part of my analysis. So for example: farms within the 0-25 mile buffer would get 4 points, farms within the 25-50 mile would get 3 points, etc. How do I do this?
I created a spatial join to get counts of the outputs, and now I want to integrate the values with the counts. Like, there were 4 farms within the 0-25 mile buffer, so the point ranking value would be 4 times 4.
أكثر...
I created a spatial join to get counts of the outputs, and now I want to integrate the values with the counts. Like, there were 4 farms within the 0-25 mile buffer, so the point ranking value would be 4 times 4.
أكثر...