# 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=2.1.1
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). First versions of this plugin have been developed within the project PROSPER-RO, funded by BMBF, grant number 033L212. New features and bugfixes (since version 1.9) have been added within the project OSWeGe, funded by BMUV, grant number 67DAS263

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=2.1.1 2025-06 fix for line direction of first segm
      
# 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=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=Vector

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

