I am a Python rookie, and I was hoping to get some help with this. I am trying to generate a near table and output summary statistics for 181 pairs of feature classes to compare the accuracy between the real bus route and the predicted bus route. RouteA contains the real bus route, and RouteA_pred contains the vertices of a predicted version of the same route. I know how to generate a near table and summary statistics in Python for each individual pair, but I was hoping to automate the process so it could be repeated in the future.
أكثر...
أكثر...