# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Geometric Attributes
qgisMinimumVersion=3.4
description=Analyze geometric attributes of a feature along its centerline
version=0.1
author=Bjorn Nyberg
email=bjorn.nyberg@uib.no

about=A set of tools for calculating the centerline, width, deviation, shape and adjacency of polygons. Citation - Nyberg, B., Buckley, S.J., Howell, J.A., Nanson, R.A., (2015). Geometric attribute and shape characterization of modern depositional elements: A quantitative GIS method for empirical analysis, Computers & Geosciences, Vo. 82, 2015, p. 191-204.

tracker=https://github.com/BjornNyberg/Geometric-Attributes-Toolbox/issues
repository=https://github.com/BjornNyberg/Geometric-Attributes-Toolbox/tree/master/geometric_attributes
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=centerline, width, geometric attributes, shape, topology, deviation, clusters, adjacency

homepage=https://github.com/BjornNyberg/Geometric-Attributes-Toolbox
category=Vector
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=networkx

Category of the plugin: Raster, Vector, Database or Web
# category=

# If the plugin can run on QGIS Server.
server=False

