I recently attempted Challenge #100: Find Ned!, which push me to understand the spatial tools a bit more.
There are quite a few questions I would like to ask now.
As the general solution to the challenge is to build grid then match on the nearest find.
Q1: Find Nearest
As Find Nearest tool doesn't have the option to Return the distance to the nearest edge as Distance tool did, somewhere it is mentioned Find Nearest check the centroids of two spatial objects when they are not points. (See diagram) does that mean, we can have situation where one grid is very close to the line, but far from the center of the line object, then it could be not selected as nearest when compared with a grid that is closer to line centroid.
1 should be closer as perpendicular distance
Q2: Spatial Match
For both Spatial Match and Find Nearest tool, we have Target and Universe input, from the documentation, it is for each Target input, compare with all Universe input. Then used to check intersections, as it is kinda symmetric behavior, therefore it is advised to link the smaller dateset to U? as like warning with Append tool?
Thanks