1

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?

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Feb 7, 2020 at 21:01
1
  • No, run the tool 15 times. Commented Feb 7, 2020 at 23:24

1 Answer 1

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.

answered Feb 8, 2020 at 11:40
2
  • 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 points Commented 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/… Commented Feb 8, 2020 at 15:04

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.