# This file contains metadata for your plugin.

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

[general]
name=Generate SWMM inp
qgisMinimumVersion=3.20
description= Generate SWMM input files from layers and import input files from SWMM to QGIS
version=0.29
author=Jannik Schilling
email=jannik.schilling@posteo.de

about=This plugin provides tools to generate SWMM input files from layers in QGIS, and to import SWMM input files into QGIS. You can create submodels above or below a certain node in your model layers. The plugin needs the python libraries 'pandas' and 'openpyxl' (for the import tool) which should be included in current QGIS versions. If they are not already installed, they can be added in a advanced QGIS installation or via pip. Instructions and a documentation can be found on the plugin´s GIT (see link "homepage" below). 

	Cite as: Schilling, J.; Tränckner, J. Generate_SWMM_inp: An Open-Source QGIS Plugin to Import and Export Model Input Files for SWMM. Water 2022, 14, 2262. https://doi.org/10.3390/w14142262

	First versions of this plugin have been developed within the project PROSPER-RO, funded by BMBF, grant number 033L212.

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

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
changelog= 0.29 2023-05
    - fix case sensitivity for section names
    - fix import when geometries are missing

# Tags are comma separated with spaces allowed
tags=swmm, water, modelling, flow, sewer, wastewater

homepage=https://github.com/Jannik-Schilling/generate_swmm_inp
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.


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

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

