# This file contains metadata for the plugin.

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

[general]
name=PolSAR tools
qgisMinimumVersion=3.0
qgisMaximumVersion=4.99.0
description=A QGIS plugin for processing Polarimetric Synthetic Aperture Radar (PolSAR) data.
version=0.8.1
author=Narayanarao Bhogapurapu
email=bnarayanarao@nitw.ac.in
owners=bnarayanarao
supportsQt6=True

about=This plugin generates derived SAR parameters (viz. polarimetric descriptors, vegetation indices, polarimetric decomposition parameters) from input polarimetric matrix (S2, C4, C3, T4, T3, Sxy, C2, T2).

tracker=https://github.com/polsartools/PolSARtools-QGIS/issues
repository=https://github.com/polsartools/PolSARtools-QGIS.git
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog= 
	0.8.1
	- Fix polsartools package issues

	0.8
	- Integrated with polsartools python package.
	- Added preprocess functions.
	- Extended to support QT6. 

	0.7
	- Added MF4CF functionality. 
	
	0.6.1
	- Extended compatibility for linux distributions.
	- minor updates and bug fixes
	- UI updates
	
	0.6
	- Added Compact-pol Radar Vegetation Index (CpRVI)
	- Added Improved S-Omega decomposition for compact-pol data (iS-Omega)
	
	0.5
	- MF3CF performance update
	- Added Degree of Polarization (compact-pol)

	0.4
	- New UI
	- DpRVI performance update
	- Added Degree of Polarization (Full-pol and dual-pol)

# Tags are comma separated with spaces allowed
tags=sar,polsar,dprvi,rvi,prvi,cprvi,mf3cf,mf4cf,mf3cc,dop,grvi,decomposition,vegetation, vegetation index, sarindex, isomega, compactpol,dualpol,fullpol,mrslab

homepage=https://github.com/polsartools/PolSARtools-QGIS
category=Plugins
icon=icon.png
# experimental flag
experimental=False

# 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=

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

