I am looking to create a map of bus frequency by corridor. I presently have a shapefile of bus routes. Each feature is an individual bus route with the route's hourly frequency. I want to somehow sum overlapping route segments to create a map of aggregate frequency across the network.
The overlapping segments of each route are not their own unique features. When I try to sum bus frequency it applies the sum to the entire length of the route, not just the overlapping portion.
Any ideas how to put together this map? Are their any functions that could automatically do this for me?
Much Thanks,
Andrew