I have one polygon layer (shp) of areas, and a point layer converted from a raster file. The points have categories as they were converted from a raster, which should correspond to the polygon value, however I wish to make a validation table of it.
I want to summarize the values of each point within each polygon as such:
polygon type A
-------------------
number of points type A
number of points type B
polygon type B
--------------------
number of points type A
number of points type B
number of points type C
Spatial join would work?
Thank you very much in advance.