Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 2.02 KB

README.md

File metadata and controls

27 lines (21 loc) · 2.02 KB

Arcpy-network-partitioning

Tools for solving different kinds of network partitioning problems in ArcGIS Pro

Features

  • 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.

Instructions

  1. Download the latest release
  2. Modify the code to suit your needs
  3. Run the code in standalone python, or run the provided geoprocessing tool from within ArcGIS Pro.

Requirements

  • ArcGIS Pro 2.5 or later
  • the Network Analyst extension license

Documents

Issues

Please let me know if you find a bug by submitting an issue.