# This file contains metadata for your plugin.

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

[general]
name=Area Weighted Average
qgisMinimumVersion=3.6
description=Area Weighted Average.
version=0.2.1
author=Abdul Raheem Siddiqui
email=ars.work.ce@gmail.com

about=This plugin performs spatial area weighted average analysis on an input polygon layer given an attribute in the overlay polygon layer. Each feature in the input layer will be assigned a spatial area weighted average value of the overlay field. A report of the analysis is generated as a GIS Layer and as HTML.

tracker=https://github.com/ar-siddiqui/area_weighted_average/issues
repository=https://github.com/ar-siddiqui/area_weighted_average
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
changelog=  Version 0.2.1 - 2023-10-18
	- Fix folder structure
    Version 0.2 - 2021-06-25
	- Fix bug that was causing last feature to drop in HTML report
    - Warn users about different CRS
    - Warn users about geographic CRS

# Tags are comma separated with spaces allowed
tags=weighted, spatial, average, mean, analysis, report, overlap, spatial join, area, mean, zonal statistics

homepage=https://github.com/ar-siddiqui/area_weighted_average
category=Analysis
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=

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

