# This file contains metadata for your plugin.

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

[general]
name=Parcel Watershed Delineation

qgisMinimumVersion=3.28
description=Delineates a single watershed for one or more parcels using one or more DEMs.
version=0.1
author=Dario Di Nunzio
email=ingdar84@hotmail.it

about=Delineates watershed contributing area for parcels. Workflow: 1. Load DEM(s) and Parcel layer. 2. Set boundary points and options. 3. Run algorithm to merge DEMs, condition raster, calculate D8 flow accumulation, and output single watershed polygon with calculated attributes. DISCLAIMER & ACKNOWLEDGMENTS: Developed with the assistance of Claude Sonnet and Google Gemini AI models. This tool is provided "as is" without warranties of any kind. Results (watershed boundaries, outlet elevations, and contributing areas) MUST be independently reviewed, double-checked, and verified by a qualified professional before engineering or planning use. Author assumes no liability for errors or misuse.
tracker=https://github.com/ingdar84/Parcel-Watershed-Delineation/issues
repository=https://github.com/ingdar84/Parcel-Watershed-Delineation
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=hydraulics, analysis, flood, flow, processing, dem, raster, vector, parcels, pysheds

homepage=https://github.com/ingdar84/Parcel-Watershed-Delineation
category=Analysis
icon=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=

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

# License
license=GPL-2.0-or-later

