# 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=Mascaret
description=Pre and Post-processing for Mascaret (http://www.opentelemac.org/).
about= Plugin dedicated to the building and exploitation of Mascaret models.
       Requires PostgreSQL and PostGIS.
       Developed by Mehdi-Pierre DAOU, Christophe COULET (Artelia)
       Based on an initial version developped by Matthieu NICOLAS (SPC Maine Loire aval)
       Some parts are based on the RiverGIS plugin developped by Radek Pasiok & Lukasz Debek (Many thanks for the work they've done on RiverGis)

qgisMinimumVersion=2.14.18
qgisMaximumVersion=3.99

version=0.1.13

author=Artelia Eau et Environnement
email=mehdi-pierre.daou@arteliagroup.com

# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
    0.1.13 : Correction of parameters GUI bug
    0.1.12 : Addition of the "port" option for import and export model command with postgres
             Correction of bug related to the initial value equal "None" when ".lig" file is used
             Correction of ".lig" file copy bug for QGIS3
    0.1.11 : Correction of hydrogramme bug for the profils with "output" display
             Correction of delete run bug
             Correction of variable time step bug at initialisation for a transcritical case
    0.1.10 : Correction of style bug for qgis 3
             Addition of schema delete GUI and  run delete GUI
             Addition of the comments for the runs
    0.1.9 : Correction of limitation bug for steady compute
            Correction of searched profile bug for graphics
    0.1.8 : Correction of profile interpolation bug when the raster is < 1 m accuracy
    0.1.7 : Correction of profile creation bug if the first point of minor riverbed is 0 on the abscissa
    0.1.6 : Correction of execute permissions bug with linux
    0.1.5 : Modification of "observation" files
    0.1.4 : Optimisation of result inserting  in the table
    0.1.3 : Correction of default name bug for .CSV file extraction
            Correction of abscissa accuracy bug
            Correction of abscissa number bug for junction parameters
    0.1.2 : Correction of numeric name bug for runs or for scenario
            Modification of treatment of runs and scenario in the "hydrogramme" and "cross section results" graphics
            Correction of import and export bug
    0.1.1 : Correction of Georef file bug
            Improvement of Topo displays
            Revert changelog order
    0.1.0 : Compatibility with qgis3
            Correction of lig file format  bug
            Correction of creation  bugs  of xcas file
            Correction of creation bug of observation laws
            Correction of abscissa compute bug
            Correction of bug to save compute parameters
            Correction of  Mascaret executable bug for Linux version
            The result viewers no longer lock qgis
            Addition of legend displacement in the result viewers
    0.0.6 : Small change of metadata.txt
    0.0.5 : Change of address for homepage, tracker and repo
    0.0.4 : Correction of version numbering bug
    0.0.3 : Correction of rights problems with .qgis2 directory
            Addition of Linux version of Mascaret executable
    0.0.2 : Correction of Matplotlib 2.x bug
    0.0.1 : First beta release

# Tags are comma separated with spaces allowed
tags=

homepage=https://github.com/Artelia/Mascaret/wiki
tracker=https://github.com/Artelia/Mascaret/issues
repository=https://github.com/Artelia/Mascaret
category=Database
icon=icones/icon_base.png
# experimental flag
experimental=True

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

