# This file contains metadata for your plugin.

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

[general]
name=WaterNetAnalyzer
qgisMinimumVersion=3.18
description=Generate water network, get flow path upstream/downstream
version=1.99
author=Jannik Schilling
email=jannik.schilling@uni-rostock.de

about=This plugin creates a network with one outlet from a line layer (shapefile). A warning is generated when circles are found in the network. You can use the tools to show the flow path upstream or downstream of a segment in the network and accumulate flow/loads along the flow path. An instructional video can be found here: https://www.youtube.com/watch?v=3GBr57evQPI  (thanks to  Hans van der Kwast)

tracker=https://github.com/Jannik-Schilling/WaterNetAnalyzer/issues
repository=https://github.com/Jannik-Schilling/WaterNetAnalyzer
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
changelog=1.99 2024-12 new options for WaterNetworkConstructor: multiple networks, search radius
      
# Tags are comma separated with spaces allowed

tags=water, network, flow, load, net, catchment, river

homepage=https://github.com/Jannik-Schilling/WaterNetAnalyzer
category=Analysis
icon=icons/icon.png
# experimental flag
experimental=True

# 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=Vector

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

