# 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=BHCgeo
qgisMinimumVersion=3.0
description=Calculates the Climatic Water Balance in each pixel
version=0.3
author=Carvalho Neto, R.M. - UFSM; Cruz, J.C. - UFSM; Cruz, R.C. - UNIPAMPA
email=romariocarvalho@hotmail.com

about=The Climatic Water Balance (CWB or BHC in portuguese) of Thornthwaite and Mather (1955) is a soil water monitoring method that considers the soil as an active ingredient in its calculation as a reservoir that hinders the exit of water as it dries. In periods where the total Precipitation (P) is less than the Potential Evapotranspiration (PET), the retained water becomes a function of this potential demand (P-PET < 0) and of the Available Water Capacity (AWC) used in the calculations. If there is a sequence of periods in this condition, the water retained in the soil will be a sequential function of the accumulated negative values of P - PET, that is, the accumulated potential loss. Therefore, this Plugin needs as input, 12 rasters of P, 12 rasters of ETP and one raster of the AWC, being these 12 rasters one raster for each month of the year.

tracker=https://github.com/romariocarvalhoneto/BHCgeo/issues
repository=https://github.com/romariocarvalhoneto/BHCgeo
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=fix bug from library.

# Tags are comma separated with spaces allowed
tags=raster,climatic,water,balance,climate,changes,BHC,CWB,real,evapotranspiration

homepage=https://github.com/romariocarvalhoneto/BHCgeo
category=Raster
icon=figBHC.png
# experimental flag
experimental=True

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