# This file contains metadata for your plugin.

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

[general]
name=Surface Water Storage
qgisMinimumVersion=3.28
description=This plugin generates the inundation area and elevation-area-volume graph for an area.
version=0.6
author=João Vitor Pimenta
email=jvpjoaopimenta@gmail.com

about=This plugin aims to study surface water storage, for large lakes and reservoirs, among others. It does this through two tools: calculating how the stored water occupies the area (by generating the inundation area polygon), and calculating the area-volume-elevation relationship for the area.

tracker=https://github.com/JoaoVitorPimenta/qgis-plugin-surface-water-storage/issues
repository=https://github.com/JoaoVitorPimenta/qgis-plugin-surface-water-storage
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
changelog= 
        0.6
        -code improvement
        -fixed the final fields of the output layer in the Inundation Area

        0.5
        -code improvements to improve readability and logic
        -fixed the "Area" input type in Inundation Area tool
        -added exceptions if some libs are not installed

        0.4
        -code improvements to improve readbility
        -unit change from km to meters in area/volume axis

        0.3
        -Plugin stable version release
        -code improvements to increase performance
        -a usage example was added to the README

        0.2
        -updated default values
        -code improvements to increase performance
        -added more exceptions

        0.1
        -Plugin experimental version release

# Tags are comma separated with spaces allowed
tags=python, water, reservoir, lake, storage, area, elevation, volume, capacity, graph, inundation, flood, flooded

homepage=https://github.com/JoaoVitorPimenta/qgis-plugin-surface-water-storage
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=GDAL, Numpy, Scipy, Plotly. 

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

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

