Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cody-scott/arcgis_dijkstra
Dijkstra shortest path python toolbox for ArcGIS
https://github.com/cody-scott/arcgis_dijkstra
Last synced: 12 days ago
JSON representation
Dijkstra shortest path python toolbox for ArcGIS
- Host: GitHub
- URL: https://github.com/cody-scott/arcgis_dijkstra
- Owner: cody-scott
- Created: 2020-06-12T13:40:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T16:16:26.000Z (over 4 years ago)
- Last Synced: 2024-04-17T22:10:49.201Z (7 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ArcGIS Dijkstra
Dijkstra shortest path python toolbox for ArcGIS## Generate index of a line feature class
This will output a point feature class with the ID and a json file to be used in the network search## Run Search Tool
Use index json file as input and node IDs from the point feature class as start/end nodes## Network Errors
problem with spatial join tool that connects points in very close proximity even when search radius is 0. Likely this indicates a network problem that should be corrected anyways.