[general]
name=iMOD
qgisMinimumVersion=3.28
description=A plugin to visualize 4D geospatial data, to aid groundwater modellers 
version=0.5.3
author=Deltares
email=imod.support@deltares.nl

about=  This plugin aids exploring 4D geospatial data and links to the iMOD 3D viewer.
        It is part of a larger software suite, named "iMOD Suite" (see homepage). 
        Mesh data can be used to store data with a time, z, y, and x dimension. 
        Currently the z-dimension is only scarcely supported by MDAL. 
        Therefore, for each vertical layer, we require a mesh dataset with the
        following variables:

        - "{var}_layer_{nr}"
        - "top_layer_{nr}"
        - "bottom_layer_{nr}" 

        To prepare your datasets for the iMOD QGIS plugin, [we advice using this utility
        function in iMOD
        Python](https://deltares.github.io/imod-python/api/generated/util/imod.util.mdal_compliant_ugrid2d.html#imod.util.mdal_compliant_ugrid2d).
        If you'd like to prepare data yourself for the plugin, [follow this
        example.](https://deltares.github.io/iMOD-Documentation/tutorial_wq.html#convert-output-data).
        We expect to make this less specific in the future.

tracker=https://github.com/Deltares/imod-qgis/issues
repository=https://github.com/Deltares/imod-qgis

hasProcessingProvider=no

# Uncomment the following line and add your changelog:
changelog=      <p>0.5.3 - Bug fixes
                - Added secondary encoding (cp1252) to GEF reader.
                - Don't force useOpenGL = True for pyqtgraph. In general openGL is poorly supported with Qt+GraphicsView. 
                <p>0.5.2 - Bug fixes
                - Timeseries: Make sure Arrow variables are refreshed when
                  switching layers. Support for node_id != basin feature id
                - Cross-section: "As line(s)" button reactivated again after deactivation
                - Cross-section: Don't crash when drawing linedata for different location on the same timestep
                - Cross-section: Redraw mesh line data when time changes in temporal controller
                <p>0.5.1 - Bug fixes
                - Timeseries: Don't crash when Arrow file doesn't exist
                - Timeseries: Don't crash when Arrow data table is empty
                - Timeseries: Only list float variables in Arrow data
                <p>0.5.0 - New features & usability improvements
                - Timeseries: Added support to save and load color legends
                - Cross-section: Added support to save and load color legends
                <p>0.5.0 - Bug fixes
                - Timeseries: Fixed bug where error was thrown when selecting vector as data and minimizing and maximizing QGIS twice.
                <p>0.4.0 - New features & usability improvements
                - Timeseries: Supports plotting Arrow data. See https://gdal.org/drivers/vector/arrow.html
                <p>0.4.0 - Bug fixes
                - Timeseries: Fixed bug where selecting a point, plotting it, clearing plot, then selecting same point, and trying to plot that would not result in a plot.
                - NHI: Updated URL to new geoserver. The new server is at https://geoserver.data.nhi.nu/geoserver.
                <p>0.3.0 - New features & usability improvements
                - IDF Reader: Added reader for iMOD5 .IDF files
                - GEF Reader: Added reader for .gef files, to read CPTs
                - Cross-section: Support for drawing CPTs
                - Cross-section: Automatically set mesh without layer data as line
                - Cross-section: Raise clear error message if no top or bottom are provided to mesh with layer data
                <p>0.3.0 - Bug fixes
                - Timeseries: Fixed bug where error was thrown upon closing.
                - Cross-section: Fixed bug where no static data was plot when QGIS' Time Manager was active.
                <p>0.2.3 - Bug fixes
                - Fixed bug where configdir was not created if it did not exist. This prevented startup of the 3D viewer.
                <p>0.2.2 - Bug fixes
                - Fixed critical bug where the icons were left as Git LFS pointers, so would not show. This affected the version uploaded in qgis plugin database.
                <p>0.2.1 - Bug fixes
                - 3D Viewer: Update default location of iMOD 3D Viewer
                <p>0.2 - New features & usability improvements
                - Timeseries: Support for non-layered mesh
                - Timeseries: Right click to stop selecting points on a mesh
                - Timeseries: When closing dockwidget while picking, automatically fall back to QGIS pan action
                - Timeseries: By default, select top variable for points and select top layer number for mesh
                - Timeseries: Filter non-time mesh datatasets from layer selection
                - Timeseries: Make behaviour of point selection for IPFs more consistent to the mesh equivalent
                - Timeseries & Cross-section: Changed text "From  map" to respectively "Select points" and "Select location"
                - 3D Viewer: When drawing the extent, a right-click now stops drawing
                <p>0.2 - Bug fixes
                - Fix "PyQt5 cannot import sip" error by updating to pyqtgraph 12_2_3
                <p>0.1 - Initial release

# Tags are comma separated with spaces allowed
tags=3d, cross section, groundwater, geology, netcdf, modflow, time, time series, timeseries, ugrid

homepage=https://deltares.github.io/iMOD-Documentation/
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

