Skip to content

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

License

Notifications You must be signed in to change notification settings

JingzongWang/Arcpy-network-partitioning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages