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

[general]
name=SDU Agro Tools
author=SDU (University of Southern Denmark)
email=hde@mmmi.sdu.dk
qgisMinimumVersion=3.8
qgisMaximumVersion=4.99

description=A collection of tools for agricultural use. Including color segmentation and crop row detection.

about=Precision agriculture application. This plug-in segments the raster layer based on a color distribution calculated from a shape file or a cropped image over the raster layer. Can detect crop rows on a grayscale raster layer from color distribution calculations.
    This plugin uses to Qpip plugin to install the following python packages. CDC, crop-row-detector and shapely. Some of the python packages may already be installed but the Qpip plugin will handle installing missing packages.

version=0.4.1

tracker=https://github.com/SDU-UAS-Center/sdu-agro-tools/issues
repository=https://github.com/SDU-UAS-Center/sdu-agro-tools

# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=python,Agricultural,Crop rows,raster,vector

homepage=https://github.com/SDU-UAS-Center/sdu-agro-tools
# 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=qpip

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