Tools for solving different kinds of network partitioning problems in ArcGIS Pro
-
Distance_based_network_partitioning.py This script creates a new shapefile or feature class of service areas for given facilities from a street network. These areas are sized based on proximity or other cost to facilities in the network.
(black solid-line - Network-based Partitions; pink dash-line - Thiessen Polygons)
-
Capacity_based_network_partitionning.py This script creates a new shapefile of service areas for given facilities from a street network. These areas are sized based on each facility's capacity and areas' burden, as well as the proximity to facilities in the network.
- Download the latest release
- Modify the code to suit your needs
- Run the code in standalone python, or run the provided geoprocessing tool from within ArcGIS Pro.
- ArcGIS Pro 2.5 or later
- the Network Analyst extension license
Please let me know if you find a bug by submitting an issue.