forked from root676/QNEAT3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.txt
49 lines (40 loc) · 2.12 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
# Mandatory items:
[general]
name=QNEAT3
qgisMinimumVersion=3.00
qgisMaximumVersion=3.99
description=QNEAT3 - QGIS Network Analysis Toolbox 3
about=The QNEAT3 (short for Qgis Network Analysis Toolbox 3) Plugin aims to provide sophisticated QGIS Processing-Toolbox algorithms in the field of network analysis. QNEAT3 is integrated in the QGIS3 Processing Framework. It offers algorithms that range from simple shortest path solving to more complex tasks like Iso-Area (aka service areas, accessibility polygons) and OD-Matrix (Origin-Destination-Matrix) computation. The usage of some Iso-Area algorithms require the installation of the matplotlib python library from OSGeo4W (see algorithm and help page for more information).
version=1.0.5
author=Clemens Raffler
# end of mandatory metadata
# Optional items:
# Uncomment the following line and add your changelog entries:
changelog=1.0.0:
- First release of QNEAT3 Plugin. Enjoy!
1.0.1:
- Fix fatal QGIS crash: Network Strategy must not be added multiple times.
- Minor user-feedback and icon tweaks.
- Fixed deprecation warning.
1.0.2:
- Fix bug #10 OD Matrix randomly dropping one record
- Fix bug #8 related to QGIS bug #16858, error in the QNEAT3 provider
- Experiments with QNEAT interpolation, probably a solution to fix bug #6
- Minor enhancements for log messages
1.0.3:
- Fix bug #22 Issue with QgsPoint() being constructed from QgsPointXY() in QGIS 3.10 is resolved temporary
1.0.4:
- Fix bug #25 Wire tolerance parameter permanently to QgsGraphBuilder
1.0.5:
- Fix bugs related to incompatible CRSs and standardize language for inputs & outputs (Kufre Udoh and Joe Holler)
# tags are comma separated with spaces allowed
tags= network analysis, graph analysis, od matrix, distance matrix, od matrices, OD, isochrone areas, catchment areas, shortest path, dijkstra
homepage=https://root676.github.io
tracker=https://github.com/root676/QNEAT3/issues
repository=https://github.com/root676/QNEAT3
icon=icon_qneat3.svg
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version
deprecated=False