I am getting OD cost matrix for distance/time calculation in python using ArcGIS pro but it is calculating for every origin with every destination, I want to do for given pairs of origin and destination.
How to do it?
Have millions of pairs so running one pair after another in loop won't be possible. So, how to run all pairs together and how can we make it credit free?
Every input is highly appreciated.