# This file contains metadata for your plugin.

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

[general]
name=TopoDrain
qgisMinimumVersion=3.0
description=A QGIS plugin for planning surface drainage water management like Keyline-Design.
version=2.2.0
author=Timo Wicki
email=wickitimo@gmail.com
about=It automates the extraction of main valleys and ridges, creates off-contour line and supports creating Keyline Designs and other water-retention planning measures. The tool can also be used for other tasks, such as planning the location and alignment of paths and roads.
    
    DOCUMENTATION: Detailed INSTALLATION MANUAL and TUTORIAL GUIDES are available on the project homepage: https://github.com/wickit7/topo-drain-plugin
    
    Core algorithms leverage whitebox_workflows as the runtime backend (Whitebox Geospatial Inc., Dr. John B. Lindsay: https://github.com/jblindsay/whitebox_next_gen).
    It is recommended to install the "Whitebox Workflows for QGIS" plugin first.
    
    This plugin requires several Python packages (numpy, shapely, pandas, geopandas, scipy, whitebox_workflows).
    These packages are widely used in geospatial data processing, but may not all are included in default QGIS installations. See on github site for more informations! -> https://github.com/wickit7/topo-drain-plugin


tracker=https://github.com/wickit7/topo-drain-plugin/issues
repository=https://github.com/wickit7/topo-drain-plugin
# End of mandatory metadata

# Recommended items:

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

changelog=2.0.0 - whitebox_workflows migration and algorithm I/O redesign
    * Migrated backend to whitebox_workflows (no standalone WhiteboxTools executable required anymore)
    * Create Valleys: added TRIB_RANK and TRIB_FACC attributes to valley lines output. Added perimeter as optional input.
    * Create Ridges: added TRIB_RANK and TRIB_FACC attributes to ridge lines output. Added perimeter as optional input.
    * Extract Main Valleys: updated to use TRIB_FACC attribute from new Create Valleys output for improved sorting
    * Extract Main Ridges: updated to use TRIB_FACC attribute from new Create Ridges output for improved sorting


# Tags are comma separated with spaces allowed
tags=keyline-design, permaculture, sponge-scape, schwammland, surface analysis, watershed-analysis, topo-drain, water-management, whitebox_workflows

homepage=https://github.com/wickit7/topo-drain-plugin
category=Analysis
icon=icons/topo_drain.svg
# 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.
# The plugin name should match the exact folder name in QGIS plugins directory
#plugin_dependencies=python:numpy;python:pandas;python:geopandas;python:shapely;python:scipy;python:whitebox_workflows

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

