arcpy.na.MakeODCostMatrixAnalysisLayer(networkpath, "OD Cost Matrix", "Driving Distance", None, None, None, "LOCAL_TIME_AT_LOCATIONS", "NO_LINES", None, "SKIP")
The default unit for the OD Cost Matrix Driving Distance is kilometers - where in the above code can I change it to miles?
Solved! Go to Solution.