# This file contains metadata for your plugin. Since version 2.0 of QGIS this is the proper way to supply
# information about a plugin. The old method of embedding metadata in __init__.py will is no longer supported since version 2.0.

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

[general]
name=PAT - Precision Agriculture Tools
description=A collection of tools for processing precision agriculture data.  

about=PAT is a QGIS plugin for tools required for processing and analysing precision agriculture data. It includes tools for data cleaning and map interpolation to create TIFF's from high spatial density on-the-go sensor data such as yield monitor or EM38 soil sensor data. There are also tools for analysis of remotely sensed imagery and for the clustering of multiple datasets.
      .
      This is a Windows only plugin, This plugin requires the installation of the following Python libraries: pyprecag, fiona, and rasterio. Full installation instructions are provided in the manual available at: https://github.com/CSIRO-Precision-Agriculture/PAT_QGIS_Plugin/blob/master/pat/PAT_User_Manual.pdf
      .
      Developed by the CSIRO Precision Agriculture Team, this project is supported by Wine Australia through funding from the Australian Government Department of Agriculture and Water Resources as part of its Rural R&D for Profit program.

qgisMinimumVersion=2.18
qgisMaximumVersion=2.18.26

version=0.1.2
experimental=True

author=Christina Ratcliff
email=PAT@csiro.au

homepage=https://github.com/CSIRO-Precision-Agriculture/PAT_QGIS_Plugin
tracker=https://github.com/CSIRO-Precision-Agriculture/PAT_QGIS_Plugin/issues
repository=https://github.com/CSIRO-Precision-Agriculture/PAT_QGIS_Plugin

# End of mandatory metadata

# Recommended items:
update_date=2019-04-05T13:27:21.487000
# Tags are comma separated with spaces allowed
tags=raster, vector, kriging, agriculture, precision agriculture, CSIRO
# category=PAT Menu and Toolbar
icon=icons/icon.png

# deprecated flag (applies to the whole plugin, not just a single version)
# deprecated=False

# Uncomment the following line and add your changelog:

changelog= 
  0.1.2: Bug fix to Resample & calculate Image tools, Updated User manual
  0.1.1: Bug Fixes to Create Strip Trial Points and Whole-of-block Analysis
  0.1.0: First release to QGIS Plugin repository, Applied windows only checks and warnings
