# 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.2
author=Clemens Raffler
email=clemens.raffler@gmail.com

# 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

# 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

