# 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 as part of its Rural R&D for Profit program.

qgisMinimumVersion=3.0.0
qgisMaximumVersion=3.99.99

version=1.1.0
# 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:
release_date = 2025-01-30 14:31:55

# 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

citation=Ratcliff, Christina; Gobbett, David; Bramley, Rob (2025): PAT - Precision Agriculture Tools. v4. CSIRO.
Software Collection. http://hdl.handle.net/102.100.100/78354

# Uncomment the following line and add your changelog:
# dont forget to update the CHANGELOG.MD file
changelog=
  1.1.0: New Installation procedure.
         Added processing tool to show pyprecag dependencies status 
  1.0.4: Fixed installation issues and assorted bugs 
  1.0.3: Fix Missing DLL error. Now installs gdal300.dll (#54)
         Fix for raster services (#55)
         Load k-means cluster statistics into qgis
  1.0.2: Fix installing dependencies bug. Now only compatible with Qgis 3.16+ and QGIS LTR 3.10.11+
  1.0.1: Python 2to3 & QGIS 2to3
         Migrated all tools including converting Clean Trim Points, Point Trail to Polygon Tools to wizards.
         Added new colour ramps
         Updated User manual
         Revised install from bat file using a template file.
         Whole-of-block temporarily withdraw due to bugs.
  0.3.5: Add PAT 3 available notification
  0.3.4: Bug fixes including:
         Support for Geopandas 0.6.0 and above
         Fixed coordinate system lookup service
  0.3.3: Bug fixes including: 
         Removal of raster services from pick list in k-means cluster
         Improved error handling while creating install batch file.
         Fixed geopandas version to 0.4.0
  0.3.2: Fixed installation script for new users.
  0.3.1: Add importing PAT symbology during install.
  0.3.0: Added Persistor tool
         Enhanced 'Run kriging using VESPER' for low spatial density global kriging.
         Added raster symbology tool
         pyprecag updated to 0.3.0
  0.2.0: Added Strip Trial t-test analysis
  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



