# This file contains metadata for your plugin.

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

[general]
name=Mesh Tools
qgisMinimumVersion=3.16
description=Tools for management of Data on mesh (Telemac, Uhaina).
version=0.7
author=Artelia
email=a@a

about=Tools for for management of Data using Mesh format :
      - Culvert Manager 
      - Sources Manager
      - Mesh Quality Analysis 
     Developed by Aurélien Perrin(Artelia), Nicolas Godet (ISL), 
        and Christophe Coulet (BRGM)

tracker=https://github.com/Artelia/mesh_tools/issues
repository=https://github.com/Artelia/mesh_tools
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=
   0.7   : Addition of Sources Manager tool
   0.6   : Link selected dataset in combobox to displayed dataset in canvas
           Try to autoselect bottom when changing mesh
           Fix culvert import
           Fix issue if a valid culvert becomes invalid
           Correctly update GUI
           Swapped return
   0.5   : the plugin was moved to the mesh menu
           New icon
           Change code structure  ( creation file grouping together useful functions, etc.)
           Import function of a file of existing works (TELEMAC only)
           French translation
           Addition of tooltips for the parameters of the works directly drawn from the Telemac doc
           Addition of the relaxation parameter
           Using QgsMapLayerComboBox to choose the mesh
   0.4   : Change plugin Name
           Change ui to add a software parameter for output
           Change culvert_manager to allow export capabilities for Uhaina
   0.3   : Restructuration of github folders 
   0.2   : add Mesh quality analysis (Qgis >= 3.22.0)



# Tags are comma separated with spaces allowed
tags=python

homepage=https://github.com/Artelia/mesh_tools/wiki
category=Plugins
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

