# This file contains metadata for your plugin.

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

[general]
name=CAV
qgisMinimumVersion=3.0
description=Este plugin realiza cálculos, comparações e análises estatísticas do volume e área de uma cota específica em um modelo digital de terreno.
version=1.2
author=GPHIDRO
email=oliveirajc@ufv.br

about=Este plugin é produto de uma colaboração entre a Universidade Federal de Viçosa e o Ministério da Integração e Desenvolvimento Regional. Ele permite calcular volume e área em um modelo digital de terreno, gerando relatórios em PDF, gráficos e tabelas CSV. A ferramenta facilita comparações entre dois modelos de terreno e análises estatísticas de assoreamento. Para utilizá-la, são necessários um ou dois modelos raster e uma camada vetorial delimitando a área de interesse.

tracker=https://github.com/felipesantoc/cav_ufv/issues
repository=https://github.com/felipesantoc/cav_ufv
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=
  1.2   - Fix Libs
  1.1   - Fix install
  1.0   - Initial version
	
# Tags are comma separated with spaces allowed
tags=cartography, surveying, topography, raster, python

homepage=https://github.com/felipesantoc/cav_ufv
category=cartography
icon=simbolos/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= Raster

# If the plugin can run on QGIS Server.
server= False

