# 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
qgisMaximumVersion=4.99
supportsQt6=True
description=This plugin provides tools for geomorphological analysis in drainage basins.
version=1.2.1
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=
        1.2.1
        -now the plugin works correctly with interbasins
        -add more information in .csv of priority tools

        1.2.0
        -add High, Medium and Low priority classification in basins rankeds
        -now its compatible with QGIS 4
        -now the plugin versioning use MAJOR.MINOR.PATCH standard

        1.1
        -add basin modification tools
        -add basin priority tools

        1.0
        -the default value for coordinate precision has been changed to 0.000001
        -fixed a bug that considers points in the drainage network #thanksBakan

        0.9
        -add exception if the channels forms a loop
        -change the name and the information about "Snap channel tolerance" (now its named "channel coordinate precision") and now its a optional input

        0.8
        -now the streams no longer need to be entirely in the basin, the plugin will use the part of the streams that intersect the basin
        -the input "Snap channel tolerance" is added in case of basins/channels with problematic geometries

        0.7
        -bug fixes
        -more information in README

        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, modification, morphology, morphometric, morphometry, PCA, priority, watershed

homepage=https://github.com/JoaoVitorPimenta/qgis-plugin-Drainage-Basin-Geomorphology
category=Analysis
icon=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=GeoPandas,Numpy,Plotly,GDAL,OGR

Category of the plugin: Raster, Vector, Database or Web
# category=

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

