I am trying to find the closest network facility for each city in a state. I have the city shapefiles, incidents and facilities for each city. The total incidents exceed 10,000 but not for each city where I am running the calculations. I believe I could do this for each city, but is there a way to batch process these calculations? Thanks in advance for your insights.
The closest facility solver should do that for you. You can load in the city or incidents into the incidents layer and then load the facilities into the facility layer. Set it to solve 1 closest. After solving, there should be one route per city/incident to its closest facility.
Jay Sandhu