# This file contains metadata for your plugin.

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

[general]
name=Qgis-Tim
qgisMinimumVersion=3.40
qgisMaximumVersion=4.99
description=QGIS plugin to setup Timflow multi-layer analytic elements
version=0.7.3
author=Deltares
email=huitebootsma@gmail.com

about=QGIS plugin to setup Timflow multi-layer analytic elements

tracker=https://github.com/Deltares/QGIS-Tim/issues
repository=https://github.com/Deltares/QGIS-Tim
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=      <p> 0.7.3
                - Fix bug where an error was thrown when attempting to output
                  discharges.
                <p> 0.7.2
                - Fix bug where attribute table showed transient variables when
                  adding elements to a steady-state model.
                - Fixed security issue when installing backend.
                <p> 0.7.1
                - Fix broken generation of Python scripts
                <p> 0.7.0
                - Support QGIS 4.0
                - Added particle tracking for steady-state simulations.
                - Use Timflow as computational core instead of TimML and TTim.
                - Clearer names for elements:
                    - Head Line Sink -> River
                    - Line Sink Ditch -> Ditch
                    - Leaky Line Doublet -> Leaky Wall
                    - Impermeable Line Doublet -> Impermeable Wall
                <p> 0.6.0
                - No separate Python installation of timml and ttim is required.
                  The server application can be installed from the QGIS plugin.
                - Model input is validated before trying to compute or convert
                  to Python. The plugin attempts to give comprehensible error
                  messages.
                - The plugin state can be restored from a project file (rather
                  than having to re-open the geopackage every time QGIS is
                  closed).
                - Remote Head Wells and Discharge Observations elements have
                  been added as TimML elements.
                - Discharges can be computed per segment for Head Line Sinks,
                  Line Sinks Ditches; and for Wells and HeadWells. These are
                  stored in an output geopackage.
                - The produced output can be controlled (Mesh, Raster, Contours,
                  Head Observations, Discharge, Discharge Observations).
                - The TTim temporal settings have been simplified.
                - Some GUI elements have had their names adjusted.
                <p> 0.5.1
                - Support TimML 6.3.0
                - Add support for the IntNormFlux
                - Add discharge observation element
                <p> 0.5.0
                - Add model validation to catch common mistakes, this will
                  result in clearer error messages if model input is incorrect.
                - Multiple usability tweaks
                - Added elements: polygon inhomogeneity, area sink, line sink
                  and discharge well
                - Add "Restore" button to restore plugin state from QGIS project
                - Support for drawing contours from raster files




# Tags are comma separated with spaces allowed
tags=python, groundwater, groundwater modeling, analytic element, TTim, TimML, Timflow

homepage=https://deltares.github.io/QGIS-Tim/
category=Plugins
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=

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

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