; the next section is mandatory
[general]
name=Mesh Flow
qgisMinimumVersion=3.34
qgisMaximumVersion=4.99
supportsQt6=True
description= Tool to extract flow from hydraulic model results contained in a mesh layer.
version=0.1.3
license=GPLv2
author=Vincent Cloarec
email=vcloarec@gmail.com
about= The user has to choose the velocity dataset group and the depth dataset group. Then when the user draw a line on the map canvas, the flow through the line is calculated to produce a hydrograph that can be view in a plot and exported (right click on the plot).
; end of mandatory metadata

; start of optional metadata
changelog=0.1.3 added QGIS 4 support (@Amalvir):
 - set minimum version to 3.34
 - clean unused files and resources
 - ensure compatibility with pyQt6 for QGIS 4
 <p>0.1.2 bug fixes:
 - fix decorator issue (@nicocodet)
 <p>0.1.1 bug fixes:
 - fix time when before 1970
 - unset map tool when dock widget is closed
 - fix issue with dataset group
 - add a visibility action in mesh menu
 <p>0.1 - Initial release


; tags are in comma separated value format, spaces are allowed
tags=hydraulic,hydraulic modelling,flood,analysis,mesh,results viewer,flow,river,channel

homepage=https://github.com/vcloarec/meshflow
tracker=https://github.com/vcloarec/meshflow/issues
repository=https://github.com/vcloarec/meshflow
icon=images/meshflow.svg

; experimental flag
experimental=False

; deprecated flag (applies to the whole plugin and not only to the uploaded version)
deprecated=False



