Hello! I want to calculate the number of people in a network who travel along a certain route. I have been developing a workflow for weeks to map commute trips and I finally figured it out... mostly. I have a point feature with Stops and Route Names used in the Route Network Analyst layer. The Routes show exactly what I expected and I found a few other threads to help summarize the number of overlapping routes at specific intersections.
However, I also have a field in my point layer that lists the number of people ("Total Jobs" in the image below) traveling between Stops. Is there a way to factor this in to the Route analysis? As is, the Route analysis assumes one trip going from Point A to Point B. I need to set the number of people travelling between Stops from the Total Jobs field in the point feature layer. Short of creating duplicate points at each Stop location to represent the number of people (which I do not want to do), I'm afraid my only option is to use joins and manually add this count later. I would love if there was a way to essentially duplicate the Routes output by the number of Total Jobs.
Any suggestions?