I think if I knew the right vocabulary to ask the question, I would have the answer. This is very basic
I have a data set of 1322 attributes. Call it point feature 1. They happen to map to one of 75 unique XY values. I want an output point feature class, of the 75 XY values with a population field that reports the number of times an attribute from Point Feature1 can be found at any one of those xy values.
If 25 attributes share the same xy, ther sould be a line in the new point feature class, attribute table with a count of 25 and the sum of the counts for the new 75 points shoud be 1322. This is not a spatial join as I am not matching locations in one feature class to another. This is not how many points are in a polygon or how many nearby points can be aggragaged into a new polygon. The output is a new point feature that will say:how many points share the same xy values.
If nothing else I think this can be done with an 80-20 analysis. I do not need the extra fields, but I can live with them.
Thank you
Thanks