Hi!
I need to join polygons with points. For each shapefile I have attributes that represent the same information (area), but the problem is that these attributes do not perfectly match. Since I have multiple points per polygon, I don't want to do a spatial join, and the distance from the point to the polygon is not relevant here. So my question is if there is any way to join points with polygons by their closest matching values (area)?
Regards,