# 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= A set of tools for calculating attributes along the centerline including width, deviation, transects, shape, sinuosity and adjacency. 
version=0.3
author=Bjorn Nyberg
email=bjorn.nyberg@uib.no

about= 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= Version 0.3 - 12/04/2020
	- Added raster thresholding
	- Added skeletonize
	- Added transect by distance
	- Added sample transects
	- Improved centerline method selection
	- Fixed temporary folder location
	- Added sinuosity
	- Added calculate centerline distance
	- Added merge linestring and calculate statistics

# Tags are comma separated with spaces allowed
tags=centerline, centreline, skeletonize, skeleton, medial axis, thresholding, threshold, transect, perpendicular, line sampling, width,geometric attributes,shape,topology,deviation,clusters,adjacency,sinuosity,distance,merge,roads, rivers

homepage=https://github.com/BjornNyberg/Geometric-Attributes-Toolbox/wiki
category=Vector
icon=icon.png
# experimental flag
experimental=False

# 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=Vector

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

