# This file contains metadata for your plugin.

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

[general]
name=RasterMCDA
qgisMinimumVersion=3.0
description=
    Plugin implementing MCDA calculations, for raster datasets.
    RasterMCDA was implemented during my Bachelor studies in Geoinformation at the Carinthia University of Applied Science.
    This was the first time for me implementing a QGIS Plugin.
    Plugin and online documentation are WORK IN PROGRESS
    Link to online documentation:
    https://github.com/awallner-WallE/RasterMCDA-QGIS_Plugin
    Most of the implemented functions are based on: Malczewski, J. (1999) GIS and Multicriteria Decision Analysis. John Wiley and Sons, Inc., New York.
version=1.03
author=Wallner Andreas Georg
email=andreasgeorg.wallner@edu.fh-kaernten.ac.at

about=Plugin implementing MCDA, for raster datasets.

repository=https://github.com/awallner-WallE/RasterMCDA-QGIS_Plugin
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=
    1.03 Installation issue fix
    1.02 corrections ordered weights
    1.01 first release
    1.0 first submission for approval

# Tags are comma separated with spaces allowed
tags=python,raster,mcda,decision rule,wlc,ip,owa,weighting

tracker=https://github.com/awallner-WallE/RasterMCDA-QGIS_Plugin/issues
homepage=https://github.com/awallner-WallE/RasterMCDA-QGIS_Plugin
category=Raster
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=Raster

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

