Hello,
I have two data sets:
Home Point - locations of peoples' homes
Important Places - locations of important places marked by each person
I would like to check how many IP (important places) are located within a distance of 500m from HP (home). I have a table with related information about HP and IP (which IP belongs to which respondent). I calculated Spatial Join using HP as join feature and IP as target feature. I used join one to many function. The result is a table with all IP that are located within the distance of 500m from any HP. How can I find out which couples are correct?
Is it the right method I am using? Do you advice using some other option? The important thing is that I need to check the important places merked by a specific person (not any person).
I will be grateful for any advices.
Best,
Iga