Hi All, I am trying to join two shapefile such that data (attribute tables value) from one shapefile is merged into another shapefile. It seems applying Spatial Join resulted in wrong value.
One of the shapefiles (Shapefile X) have Route Name, Beginning Mile Point and Ending Mile Point. Another Shapefile (Shapefile Y) has speed limit. Because both of the shapefile are route data, they are located in same area and sometimes route intersect/merge.
I applied Spatial Join (Operation: one to one and Match Option: intersect) to merge the Speed data. Target feature was Shapefile X and join feature was Shapefile Y.
For Second time Spatial Join: Operation: one to one and Match Option: Nearest
The result showed that in both cases sometimes it joined incorrect speed limit. For example, one route joined speed limit data from nearby route which is incorrect.
Is there any other option to correctly merge this two shapefiles? I want to merge speed data from Shapefile Y to Shapefile X.