# Plugin metadata

[general]
name=Contour plugin
qgisMinimumVersion=3.0
description=Generates contours from point layer
version=2.0.3

about=Generate a contour layer based on an attribute of a point vector layer. 

 Builds a processing plugin and a GUI interface for simple direct contouring of point layers.
 The source point layer Can be either gridded or randomly organised. 
 The layer resulting contours can be rendered with a graduated renderer using a colour ramp. 
 The layer includes properties that can be used to replicate or modify the contouring parameters.

 Requires python modules numpy and matplotlib

 Recommends loading the MemoryLayerSaver plugin to save the contours with the project

author=Chris Crook, Lionel Roubeyrie
email=ccrook@linz.govt.nz
tracker=https://github.com/ccrook/QGIS-Contour-Plugin/issues
repository=https:://github.com/ccrook/QGIS-Contour-Plugin

# Non manadatory items

tags=python, contour, processing
homepage=https:://github.com/ccrook/QGIS-Contour-Plugin
category=Vector
icon=./images/contour.png
experimental=True
deprecated=False

