Good afternoon!
I'm trying to align a feature class containing traffic jam polylines with our road network in an automated way. The traffic data provider uses a different road network than ours, hence the need to align them.
For the most part the Align Features geoprocessing tool works quite well, except that sometimes it gets confused where roads converge at small angles (for example where entrance/exit ramps meet the main roads/service roads) and at complex highway interchanges or roundabouts.
In troubleshooting this issue, it seems that the spatial index grid size might have some effect on the alignment results. Somewhat by accident, I noticed that if I take the same input geometries, and align them with the same target geometries (repeating the test using target feature classes with different spatial index grid sizes), one resulted in a correct alignment and the other did not. I repeated the test in ArcGIS Pro 3.1 and in ArcMap 10.8.2 and I get the same results.
Can anyone help me figure out how to achieve the best results from the Align Features tool? Would using a larger or smaller grid size help, or is it completely coincidental?
Or is there a better way to achieve what I'm trying to do?
Thank you!