Matching Spatially Inhomogeneous Data
I have two data tables of values that are spatially mapped, but the coordinates of one table are not the same coordinates as the second. I would like to "Join" these tables but have the data match by coordinate so I can compare the spatially variant values between the two tables. Does anyone know if there's an easy way to do this instead of just brute force calculating for every value? There looks...