# 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=Brasil IDF
qgisMinimumVersion=2.0
description=This plugin allows to get the I-D-F and P-D-F curve, the precipitation for a specific duration, and the design rain through alternating block method to any region in Brazil.
version=0.2
author=Robson Leo Pachaly, Daniel Alassia, Raviel Eurico Basso, Jessica Ribeiro Fontoura
email=ecoplugin@gmail.com

about=This plugin was developed by Pachaly (2017) in order to obtain the I-D-F and P-D-F curve to any region in Brazil. The plugin also allows to get the precipition for a specific duration and the design rain through the Alternating Block Method. The plugin is based on "Review of the high intensity rainfall zones of Brazil" (Basso et al., 2016).

tracker=https://github.com/ecotecnologias/Brasil-IDF/issues
repository=https://github.com/ecotecnologias/Brasil-IDF
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=Hidrologia, IDF, PDF, Blocos Alternados, Chuva de Projeto

homepage=https://www.facebook.com/UFSMecotecnologias/
category=Plugins
icon=icon.png
# experimental flag
experimental=True

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

