# This file contains metadata for your plugin.

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

[general]
name=Crop Site Suitability Analysis
qgisMinimumVersion=3.0
description=Equal weighted overlay analysis for crop site suitability mapping.
version=0.2
author=ICIMOD
email=nimesh.bhandari@icimod.org

about=Site Suitability Analysis Plugin offers an easy to use, equal weighted overlay method to derive suitable sites for crop mapping. It streamlines the process by integrating reclassification and threshold-based analysis into a single, user-friendly workflow. Unlike other general-purpose suitability tools, this solution is tailored specifically for crop mapping, making it easier for users to set thresholds and perform the analysis without extensive configuration.

tracker=https://github.com/Nims58/qgis-crop-site-suitability/issues
repository=https://github.com/Nims58/qgis-crop-site-suitability
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=Fixes and improvements
        - Fix add/remove selected layer issue

# Tags are comma separated with spaces allowed
tags=python, crop, suitability analysis, equal weighted overlay, reclassification

homepage=https://github.com/Nims58/qgis-crop-site-suitability
category=Plugins
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=

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

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

