Related Plugins and Tags

QGIS Python Plugins Repository

Minimum Spanning Tree Plugin icon

Plugin ID: 1725
(31) votes 

This plugin creates minimum spanning trees in multiple ways.

This plugin identifies the Minimum Spanning Tree (MST) of geographical inputs. Three different ways to determine costs of edges are considered, which constitute the tabs of the plugin: 1) Vector: Provided by the given input linestring. 2) Automatic: Obtained automatically based on the input shapefile. Delaunay Triangulation is used to obtain the edges, and Euclidean distance is used to determine the costs. 3) Raster: Both raster and vector data are used to estimate the costs of edges. In all of the cost estimation methods, there is an optional barrier (obstacle) input, which makes sure that no edge in MST intersects with a barrier provided as a linestring. To obtain reliable results, all of the inputs must be in the same coordinate system.

Author
Murat Çalışkan, Berk Anbaroğlu
Maintainer
banbar
Tags
vectorrasterdistanceanalysisnetworkpolygongraph
Plugin home page
https://github.com/banbar/Minimum_Spanning_Tree_QGIS
Tracker
Browse and report bugs
Code repository
https://github.com/banbar/Minimum_Spanning_Tree_QGIS
Latest experimental version:
2.1
Plugin ID
1725
Version Experimental Min QGIS version Max QGIS version Downloads Uploaded by Date
2.1 yes 3.0.0 3.99.0 2548 banbar 2020-10-26T16:16:45.621070+00:00
2.0 yes 3.0.0 3.99.0 607 banbar 2020-04-14T10:53:07.136324+00:00
1.0 yes 3.0.0 3.99.0 605 banbar 2019-10-16T12:34:22.331849+00:00
0.1 yes 3.0.0 3.99.0 584 banbar 2019-05-24T15:00:39.531661+00:00

Sustaining Members