metadata.txt

Metadata.txt used - Xavier Corredor Llano, 2016-12-03 08:21 AM

Download (1.3 KB)

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

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

    
9
[general]
10
name=Cloud Masking
11
description=Cloud masking for Landsat (4, 5, 7 and 8) products using different process such as Fmask, Blue band, Cloud QA and QA Band.
12
about=CloudMasking is a Qgis plugin for make the masking of clouds, cloud shadow, cirrus, aerosols, ice/snow and water for Landsat (4, 5, 7 and 8) products using different process such as Fmask, Blue Band, Cloud QA and QA Band
13
version=16.12.02
14
qgisMinimumVersion=2.14
15

    
16
author=Xavier Corredor Llano, SMBYC
17
[email protected]
18

    
19
homepage=https://bitbucket.org/SMBYC/qgisplugin-cloudmasking
20
tracker=https://bitbucket.org/SMBYC/qgisplugin-cloudmasking/issues
21
repository=https://bitbucket.org/SMBYC/qgisplugin-cloudmasking
22

    
23
# Uncomment the following line and add your changelog:
24
# changelog=
25

    
26
# Tags are comma separated with spaces allowed
27
tags=cloud,masking,landsat,raster
28

    
29
category=Raster
30
icon=icon.png
31
# experimental flag
32
experimental=False
33

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