Hi,
Straightforward use case here: I am doing a proximity analysis between two sets of data (one small, one large) to find any matching points within a defined proximity (For example, <1 mile)
Dataset 1: long/lats of households
Dataset 2: long/lats of hospitals
Goal of analysis: To find the nearest hospital to each household within a defined proximity (1 mile). The proximity element is the most important piece because I want to define which households are near medical coverage, and which are out of proximity.
I'm having trouble setting up the correct workflow and interpreting the output to pick out which/if any hospital is within 1 mile of each specific household in the dataset.
I've attached the data set here, in separate tabs.