-
Notifications
You must be signed in to change notification settings - Fork 3
/
metadata.txt
56 lines (43 loc) · 2.47 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# This file contains metadata for your plugin.
# This file should be included when you package your plugin.# Mandatory items:
[general]
name=Minimum Spanning Tree
qgisMinimumVersion=3.0
description=This plugin creates minimum spanning trees in multiple ways.
version=2.1
author=Murat Çalışkan, Berk Anbaroğlu
company=Hacettepe University
about=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.
tracker=https://github.com/banbar/Minimum_Spanning_Tree_QGIS/issues
repository=https://github.com/banbar/Minimum_Spanning_Tree_QGIS
# End of mandatory metadata
# Recommended items:
hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog= 2.1
- Input shape files can now start with numbers.
2
- Substantial update to the plugin. For reference: https://www.sciencedirect.com/science/article/pii/S2352711020301771
- Barriers (obstacles) can be handled.
- Raster data could be input to estimate costs of edges.
- Delaunay Triangulation was used to determine adjacency of points and areas based on their centroids.
1
- Initial version. Detects MST based on lines and polygons.
# Tags are comma separated with spaces allowed
tags=analysis, distance, network, polygon, vector, graph, raster
homepage=https://github.com/banbar/Minimum_Spanning_Tree_QGIS
category=Plugins
icon=icon.png
# experimental flag
experimental=True
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False
# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=
Category of the plugin: Raster, Vector, Database or Web
# category=
# If the plugin can run on QGIS Server.
server=False