# This file contains metadata for your plugin.

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

[general]
name=OpenNHMQGisConnector
qgisMinimumVersion=3.22
qgisMaximumVersion=4.99
description=Connects to OpenNHM tools
version=1.2
author=OpenNHM Team
email=felix@avaframe.org

about=Connecting OpenNHM and QGis.
    NOTE: see installation instructions at http://docs.avaframe.org/installation.html.
    If you are updating the OpenNHMQGisConnector, make sure to run UpdateAvaFrame in 
    the Admin Group (in your toolbox)


tracker=https://github.com/OpenNHM/OpenNHMQGisConnector
repository=https://github.com/OpenNHM/OpenNHMQGisConnector
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
changelog= 1.2 Switch to QProcess to comply with qgis plugin security policy
    1.1 Fixed CFGFile bug, updated avaframe installation procedure
    1.0 Based on AvaFrame QGis connector

# Tags are comma separated with spaces allowed
tags=python, avalanche, avaframe, opennhm, debrisframe

homepage=http://opennhm.org
category=Modelling
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

