I'm helping a researcher with a network based analysis problem. The researcher has a set of Origin and Destination locations. These represent farms as the origins that truck out their animal waste (manure) to offsite destinations. Most origins have multiple destinations they truck to.
The analysis goal is to find all the routes between each Origin and all of its destinations, and represent those links as the actual route line, not a straight line.
OD Cost Matrix does the correct kind of linking, but it does not create a real route as an output.
Route Analysis can create real linked routes as an output, but it connects linked locations as linear routes only, not as a radial Origin and Destination set of routes.
Any help in bridging these analysis tasks and outputs would be greatly appreciated!