# 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=RS&GIS
qgisMinimumVersion=3.0
description=Operates on raw satellite data (Landsat 1-8 & LISS) to produce standard outputs and user defined custom band outputs
version=1.0
author=Prathamesh Barane, G S Dwarakish
email=prathamesh.barane@gmail.com

about=Tool performs well defined algorithms on raw satellite data to produce popularly used outputs like > Land Surface Temperature (LST) > At. Satellite Brightness Temperature > Normalized Difference Vegetation Index (NDVI) > Normalized Difference Water Index (NDWI) > True Color Composite (TCC) > Flase Color Composite (FCC) > At Satellite Reflectance of available bands > At Satellite Radiance of available bands > Other user defined custom band outputs

tracker=https://github.com/PrathamGitHub/NITK_RS-GIS_17/issues
repository=https://github.com/PrathamGitHub/NITK_RS-GIS_17.git
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog= minor changes

# Tags are comma separated with spaces allowed
tags= LISS, Landsat, LST, Land Surface Temperature, brightness temperature, reflectance, radiance, NDVI, NDWI, index, vegetation, water index, TCC, FCC, color composite, cloud remove

homepage= https://github.com/PrathamGitHub/NITK_RS-GIS_17/blob/master/Information.pdf
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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

