I have 15 point feature layers and one polygon layer. I need to count the total number of points in the polygon using a spatial join, to then classify the different polygons based on the join count.
Is there any way to do this with another task, because the spatial join wizard only allows me to use one point layer?
-
No, run the tool 15 times.Hornbydd– Hornbydd2020年02月07日 23:24:40 +00:00Commented Feb 7, 2020 at 23:24
1 Answer 1
If you just need the number of points (no matter which point layer that they are coming from) within your polygons, you can Merge your points first and try to run Spatial Join tool with its default parameters. Join_Count field should give you what you are after.
-
thanks for the answer! do u think a merge will work if I have around 1 million rows in each point layer? it would add up to about 17 million pointsYara– Yara2020年02月08日 14:56:34 +00:00Commented Feb 8, 2020 at 14:56
-
If you are using a feature class, it shouldn’t be a problem, desktop.arcgis.com/en/arcmap/10.3/manage-data/…fatih_dur– fatih_dur2020年02月08日 15:04:07 +00:00Commented Feb 8, 2020 at 15:04