# 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=Near Shore Bathymetry Estimator
qgisMinimumVersion=3.0
description=Bathymetry determination using Multi Spectral Satellite imageries.
version=1.1
author=Balaji Ramesh
email=balaji.9th@gmail.com

about=This plugin is used to estimate approx depth between 2m to 20m using multispectral satellite images.
	It can estimate the actual depth provided actual depth of some field points are given as a shape file.
	Without the actual data, it can estimate only the relative water depth.

tracker=https://github.com/balajiceg/NearShoreBathymetryPlugin/issues
repository=https://github.com/balajiceg/NearShoreBathymetryPlugin
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=bathymetry , water depth, log ratio method

homepage=https://github.com/balajiceg/NearShoreBathymetryPlugin
category=Plugins
icon=icon.png
# experimental flag
experimental=True

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

