# This file contains metadata for your plugin.

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

[general]
name=PixelCalculator
qgisMinimumVersion=3.16
description=Interactively calculate the mean value of selected pixels of a raster layer.
version=0.3.0
author=Roel Huybrechts
email=roel.huybrechts@geosparc.com

about=A QGis plugin to interactively calculate the mean value of selected pixels of a raster layer. 
         
         - Select a raster layer in the layer panel. 
         - Start a calculation using the menu Raster > PixelCalculator > Calculate pixel value. 
         - Draw a polygon on top of the raster layer. 
         
         - Your polygon will be aligned to the raster grid. All pixels overlapping at least 50 percent with your polygon will be included. 
         - The mean value of all matching pixels will be shown as its label.
         

tracker=https://github.com/DOV-Vlaanderen/qgis-pixel-calculator/issues
repository=https://github.com/DOV-Vlaanderen/qgis-pixel-calculator
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=Fixes and improvements
        - Fix label style for QGis 3.16 compatibility.

# Tags are comma separated with spaces allowed
tags=python,raster

homepage=https://github.com/DOV-Vlaanderen/qgis-pixel-calculator
category=Raster
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=

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

