-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathmetadata.txt
69 lines (51 loc) · 2 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# 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
description=This plugin generates polarimetric descriptors from SAR data.
version=0.7
author=Narayanarao; Subhadip; Dipankar
email=bnarayanarao@iitb.ac.in
owners=bnarayanarao
about=This plugin generates polarimetric descriptors (viz. vegetation indices, polarimetric decomposition parameters) from C3/T3/C2/T2 matrices obtained from PolSARpro. It requires numpy, scipy, matplotlib python libraries pre-installed.
tracker=https://github.com/Narayana-Rao/sar_tools/issues
repository=https://github.com/Narayana-Rao/sar_tools.git
# End of mandatory metadata
# Recommended items:
hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=
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/Narayana-Rao/sar_tools/blob/master/README.md
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