Hi,
Hopefully someone will be able to help me with the following problem I am trying to solve.
I have a list of spatial polygons (town boundaries) and then a separate list of locations (centroids), I would like to find the nearest location that falls outside of each polygon (almost all the polygon contains 1-2 of the location centroids. Therefore I need to find nearest, excluding any points that fall within a polygon.
Thanks in advance for any help!
Joe