# This file contains metadata for your plugin.

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

[general]
name=Drainage Basin Geomorphology
qgisMinimumVersion=3.40
description=This plugin provides tools for geomorphological analysis in drainage basins.
version=0.6
author=João Vitor Pimenta
email=jvpjoaopimenta@gmail.com

about=Studying and analyzing the geomorphology of drainage basins is essential to understand the dynamics of the processes that occur in them and their interactions with the environment and human activities. In this context, the "Drainage Basin Geomorphology" plugin aims to provide tools that help the user to quickly analyze characteristics of the drainage basin. If you have any questions, suggestions, errors or need information/training about the plugin, please contact: jvpjoaopimentadev@gmail.com

tracker=https://github.com/JoaoVitorPimenta/qgis-plugin-Drainage-Basin-Geomorphology/issues
repository=https://github.com/JoaoVitorPimenta/qgis-plugin-Drainage-Basin-Geomorphology
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
changelog=
        0.6
        -add tool for calculating EAV below and above
        -bug fixes
        -change the inputs for tools, aiming to more personalization and specify cases

        0.5
        -add tool for calculating EAV with solids volumes
        -remove shapely dependency

        0.4
        -add tool for calculating inundated areas
        -improve information in code documentation

        0.3
        -refactors the code, greatly increases the performance of the tools
        -fixes formula information in README

        0.2
        -adds the contour lines as input to the EAV and hypsometric curve tools
        -adds EAV graphs as output in EAV tool

        0.1
        -Plugin experimental version release

# Tags are comma separated with spaces allowed
tags=basin, drainage, geomorphology, hydrology, inundation, morphology, morphometric, morphometry, watershed

homepage=https://github.com/JoaoVitorPimenta/qgis-plugin-Drainage-Basin-Geomorphology
category=Analysis
icon=icon.png
# experimental flag
experimental=True

# 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=

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

