Skip to content
No description, website, or topics provided.
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Screenshots
grass_db/default
help
i18n
scripts
test
.DS_Store
._.DS_Store
.gitignore
Makefile
NetworkAnalysisTool.py
NetworkAnalysisTool.pyc
NetworkAnalysisTool_dialog.py
NetworkAnalysisTool_dialog.pyc
NetworkAnalysisTool_dialog_base.ui
README.md
__init__.py
__init__.pyc
icon.png
metadata.txt
network_alloc.dbf
network_alloc.prj
network_alloc.shp
network_alloc.shx
pb_tool.cfg
plugin_upload.py
pylintrc
resources.qrc
resources_rc.py
resources_rc.pyc

README.md

QGIS_pluign-Network-Analysis-Tool

This is plugin used to perform Network allocation and closest facility analysis on vector a layer(a line and a point vetor layer).

  1. Network Allocation: To locate the facilities in a way that supplies the demand points most efficiently. It takes two layers as input, the threshold distance and the ID of underlying points to be used. Output is a network with each point being allocated a the part of network closest to it. Also convex hulls are plotted to divide the area into regions.

  2. Closest Facility: Given a road network and a point vector layer representing facilities, we can find the nearest facility from any user specified point in the map. We can also enlist the facilities within a given threshold distance from a given point in the network.

Screen Shots

![Network Allocation](/Screenshots/Network Allocation.JPG?raw=true "Network Allocation")

![Closest Facility](/Screenshots/Closest Facility.JPG?raw=true "Closest Facility")

You can’t perform that action at this time.