# This file contains metadata for your plugin.

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

[general]
name=pqkmeans-clustering
qgisMinimumVersion=3.0
description=This clustering algorithm is a quantized version of the K-Means algorithm that is memory and computationaly more efficient.
version=0.1
author=armstrong ngolo
email=arngolo@outlook.com

about=The instractions for instalation of external dependencies can be found in the main page (README.md file) of the repository: https://github.com/arngolo/pqkmeans-qgis-plugin.
Test data can be found from the following repository by http://dx.doi.org/10.17632/hkfxnm2xpk.1. After uncompressing the file, Use the .tif images located in RESEARCH_Angolo_data/RESEARCH_Angolo/PYTHON (both having 7 bands)

tracker=https://github.com/arngolo/pqkmeans-qgis-plugin/issues
repository=https://github.com/arngolo/pqkmeans-qgis-plugin

# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=pqkmeans, clustering, kmeans, remote sensing, raster, analysis

homepage=https://github.com/arngolo/pqkmeans-qgis-plugin
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=Plugin Reloader

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

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

[license]
name = MIT License
version = N/A
copyright = Copyright (c) 2024 Armstrong Ngolo
terms = https://opensource.org/licenses/MIT